TsCurrencyEdit

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36522
    Andy
    Participant

    Is there a way to completely disable the calculator window in the TsCurrencyEdit control ?

    The calculator function makes entering negative numbers very difficult, as it pops up when pressing the minus key.

    Using D7 and V10.05

    Regards

    Andy

    #53431
    Support
    Keymaster

    Hello!

    Please, check the ClickKey property, maybe “-” defined there?

    I have tested the TsCalcEdit control, calculator does not appears when “-” is pressed.

    Maybe you can give me a demo?

    #53447
    Andy
    Participant
    'Support' wrote:

    Hello!

    Please, check the ClickKey property, maybe “-” defined there?

    I have tested the TsCalcEdit control, calculator does not appears when “-” is pressed.

    Maybe you can give me a demo?

    This appears to be a problem with both the TsCurrencyEdit and TsCalcEdit controls.

    I have set the ClickKey property to (None) in all cases.

    To replicate the issue, add either of the above controls to a form, make sure you enter a value in the control's Value property and ensure the AutoSelect property is true.

    Run the program and Click on either control, the value text should be highlighted, then press the minus key as if you were entering a negative number to replace the original contents, the calculator window should appear instead of the minus sign expected. If you backspace and clear the contents of the control first, it is possible to enter a minus sign.

    Hopes this helps to clarify the issue.

    Regards

    Andy

    #53452
    Support
    Keymaster

    Thank you, I see it now and I will fix it with the next release.

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