Author Topic: Keypad negative number  (Read 737 times)

Schneebeben

  • Newbie
  • *
  • Posts: 1
    • View Profile
Keypad negative number
« on: July 15, 2021, 10:35:38 PM »
Hello,

sorry for my bad English

i play with advanced hmi it is very nice but i have a problem with the keypad.

i need to set a negative number but i cant find the settings that i can make this.

my keypad doesn't have a "-"

can you tell me where i can find this in the settings

have a nice day


Godra

  • Hero Member
  • *****
  • Posts: 1439
    • View Profile
Re: Keypad negative number
« Reply #1 on: July 19, 2021, 02:21:56 PM »
Some controls might still be using that old keypad.

If you edit the code of the control then you can find the section where the "Keypad" is declared and just change it to "KeypadV2", save it and rebuild the solution. This KeypadV2 looks different than the one in your picture.

If it still doesn't allow you to enter negative numbers then try setting its KeypadMinValue and KeypadMaxValue properties.