3 Problems with Alphaskins 16.14 and Delphi 10.4.2

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #70283
    cypheros
    Participant

    Problem 1:
    If range checking is active in the debugger settings an range check exception is raised if you click on TsCombobox (see RangeError.jpg for details)

    Problem 2:
    If range checking is deactivated, you can investigate the second problem. The behaviour of the original TCombobox and the TsCombobox is different for using the keyboard to select an item from the list. If you enter fre on the keyboard the entry “French” is selected in TCombobox. Not working for TsCombobox

    Problem 3:
    The property ItemIndex is ignored at TsCombobox. Any value you enter during designtime is ignored and will not be stored.

    Sample application and screenshots attached.

    Attachments:
    You must be logged in to view attached files.
    #70288
    Support
    Keymaster

    Thank you for the demo, I’ll check it.

    #70327
    cypheros
    Participant

    Thanks, seams to be fixed now.

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