AdvancedHMI Software
General Category => Support Questions => Topic started by: qsiguy on March 21, 2023, 03:09:46 AM
-
I migrated from 399x to 399y and the cool color keypad no longer pops up for changing numeric values. Now it is a plain black and white keypad. Only thing I can seem to edit on the new one is the font color. How do I get the old one back?
-
You will need to go into the code for each control, such as BasicLabel.vb and find this line of code:
KeypadPopUp = New MfgControl.AdvancedHMI.Controls.KeypadV2(m_KeypadWidth)
Then remove the V2
-
That worked, thank you!
Shane