AlphaControls V7.25 bugs

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #34177
    deep_blue
    Participant

    1 – TsComboboxEx Onchange event firing itself

    2 – giving a value to TsCurrencyEdit at runtime does not show the value.

    the code :

    try

    repeat

    sInputQuery('Tutar Giriniz', 'Tutar', tutar);

    until tutar <> '';

    edtToplam.Value := StrToFloat(tutar);

    edtKalanBorc.Value := StrToFloat(tutar);

    except

    begin

    mesaj('UYARI','Yanlış bir tutar girdiniz. Lütfen kontrol ediniz !',1);

    end;

    end;

    3 – TsComboBoxEx shows items like below pictures

    [attachment=4392:1.jpg]

    [attachment=4393:2.jpg]

    #44133
    Morph
    Participant

    sPanel vertical alignment doesn't work, the caption is always displayed in the middle.

    The standard TPanel alignment is correct.

    [attachment=4394:Example.jpg]

    #44134
    jerome59
    Participant

    Bug : When using a skin, the TPanel and TsPanel are not modified when changing dynamics BevelInner / BevelOuter.

    #44235
    deep_blue
    Participant

    We are waiting for you dear AC Team developer, What do you thing about these troubles?. So the AlphaControls v7.25 is not Stable.

    #44246
    Support
    Keymaster
    'Morph' wrote:

    sPanel vertical alignment doesn't work, the caption is always displayed in the middle.

    The standard TPanel alignment is correct.

    [attachment=4394:Example.jpg]

    Please start new topic.

    #44247
    Support
    Keymaster
    'jerome59' wrote:

    Bug : When using a skin, the TPanel and TsPanel are not modified when changing dynamics BevelInner / BevelOuter.

    Is implemented in the v7.26, but you must start new topic in the future.

    #44251
    Support
    Keymaster
    'deep_blue' wrote:
    1 – TsComboboxEx Onchange event firing itself

    You mean that OnChange is called twice? This behaviour is fully equal to behaviour of standard control. Or I not quite understand you? Please explain more in this case.

    Quote:
    2 – giving a value to TsCurrencyEdit at runtime does not show the value.

    the code :

    try

    repeat

    sInputQuery('Tutar Giriniz', 'Tutar', tutar);

    until tutar <> '';

    edtToplam.Value := StrToFloat(tutar);

    edtKalanBorc.Value := StrToFloat(tutar);

    except

    begin

    mesaj('UYARI','Yanlış bir tutar girdiniz. Lütfen kontrol ediniz !',1);

    end;

    end;

    I have made a test application, but I haven't a problem there (this demo is attached).

    Please look it, where I'm wrong?

    Quote:
    3 – TsComboBoxEx shows items like below pictures

    [attachment=4392:1.jpg]

    [attachment=4393:2.jpg]

    What is wrong on these pictures?

    You not uses ItemEx.Indent property, but Indent exists?

    #44259
    deep_blue
    Participant

    1- 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?

    #44266
    Support
    Keymaster
    'deep_blue' wrote:
    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.

    Can you show me that?

    Quote:
    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?

    Items are added in run-time? Can you show your code for adding of items?

    #44269
    deep_blue
    Participant

    Can 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;

    #44270
    Support
    Keymaster
    'deep_blue' wrote:
    [attachment=4434:video.rar]

    Thank you. You tried the version 7.26?

    Quote:
    cboxGrupBilgisi.ItemsEx.AddItem(AdoQuery.FieldByName(TextFieldName).AsString,0,0,0,AdoQuery.FieldByName(KeyFieldName).AsInteger,nil)

    Items are added with not null Indent property or AdoQuery.FieldByName(KeyFieldName).AsInteger always is null?

    #44271
    deep_blue
    Participant

    You 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]

    #44272
    HeDiBo
    Participant

    Because this forum is to for all AC users, and not just for you, you should make a different topic from each question or issue that you have. In that way other users can benefit from it, because the topics can then be found by the appropriate keyword. Your topic is “bugs” which is not descriptive at all.

    Please, adhere to the forum rules of a forum you apparently depend on.

    Serge is too polite to make this point strongly. So I do it for him.

    #44273
    deep_blue
    Participant

    I 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.

    #44280
    Support
    Keymaster
    'deep_blue' wrote:
    – No I looked that, it is never null.

    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 🙂

    #44297
    deep_blue
    Participant
    '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… 🙁

    #44302
    HeDiBo
    Participant
    'deep_blue' wrote:

    I 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…

    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 🙄

    #44303
    deep_blue
    Participant
    '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.

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.