AdvancedHMI Software

General Category => Support Questions => Topic started by: qsiguy on March 21, 2023, 03:09:46 AM

Title: Where did the cool popup keypad go?
Post 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?
Title: Re: Where did the cool popup keypad go?
Post by: Archie on March 21, 2023, 01:03:23 PM
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
Title: Re: Where did the cool popup keypad go?
Post by: qsiguy on March 22, 2023, 01:21:59 PM
That worked, thank you!

Shane