Forum Replies Created
-
AuthorPosts
-
deep_blueParticipant'HeDiBo' wrote:
You misunderstood. The point is, that your post in this forum does not help other users, because they are not able to find it. Therefore, the forum requires that you make a new topic for each of your questions or issues.
You started off with three issues, numbered 1 to 3. Because they could not be described in one sentence, you named your topic “bugs”. In that way you made it impossible for other users with similar issues to find the answers from support.
Hence: start a new topic for each question or issue.
And a merry Christmas to all 🙄
Ok sory Dick I pay attention to…
Thanks and merry christmas too you.
deep_blueParticipant'Support' wrote:If Indent property is defined then Items will be shifted to the right, it's correct. Or I not understand something?
Solving of problems is more effective if each problem is described in own topic.
Thank you, Dick 🙂
Sorry, So it was a bug on alphacontrol v6.05?, because it was adding items sequencely they were not shifted to the right… 🙁
deep_blueParticipantI am not angry with Serge and also I waited some replies for one weak for this topic. I also know that serge is very polite, but this is my way and my english… So look at your own work.
Thanks.
deep_blueParticipantYou tried the version 7.26?
-Yes I am working with version 7.26 and still same but version 7.26 is more stable according to version 7.25
Items are added with not null Indent property or AdoQuery.FieldByName(KeyFieldName).AsInteger always is null?
– No I looked that, it is never null.
this is your file that you send me
[attachment=4435:sComboBoxes.zip]
deep_blueParticipantCan you show me that?
[attachment=4434:video.rar]
Items are added in run-time? Can you show your code for adding of items?
-not only in run-time also in design time.
Note : I use sComboBoxes.pas that you send me before which has “SelectedItem.Indent” property
While not AdoQuery.Eof do
begin
cboxGrupBilgisi.ItemsEx.AddItem(AdoQuery.FieldByName(TextFieldName).AsString,0,0,0,AdoQuery.FieldByName(KeyFieldName).AsInteger,nil)
QryDoldur.Next;
end;
deep_blueParticipant1- No is not called twice but when the form is creating the onchange event is called itself. as you say it is behaviour of standart control. sorry about…
2- In your example scurrencyedit shows the value but still in my project not, when I call repaint property it shows me the value (scurrencyedit.repaint). Controls for that Dialog form are : TsGroupBox,TsPanel,TsEdit,TcxGrid,TsBitBtn,TsDateEdit,TsSpinEdit,TsCurrencyEdit.
3- scomboboxex items are appended to the right side of each.
4- “You not uses ItemEx.Indent property, but Indent exists?” What do you mean?
deep_blueParticipantWe are waiting for you dear AC Team developer, What do you thing about these troubles?. So the AlphaControls v7.25 is not Stable.
December 7, 2010 at 8:41 am in reply to: TsComboboxEx.SelectedItem.Indend in AlphaControls V7.24 #44119deep_blueParticipantThank you very much…
Best Regards.
December 6, 2010 at 1:46 pm in reply to: TsComboboxEx.SelectedItem.Indend in AlphaControls V7.24 #44098deep_blueParticipantThere is no standard selected property for TsComboboxEx or for TComboBoxEx. And also I need indend property. Because in my project I fill the Tscombobox with a table record giving to indent property Key of the data. In this way when the user select some data from combobox I obtain its key also. So I need both property (Selecteditem.indent).
Could you please add these properties to TsComboboxEx?
Thanks…
December 6, 2010 at 9:23 am in reply to: TsComboboxEx.SelectedItem.Indend in AlphaControls V7.24 #44091deep_blueParticipantI am still waiting for reply. thanks…
-
AuthorPosts