Author Topic: Where did the cool popup keypad go?  (Read 494 times)

qsiguy

  • Newbie
  • *
  • Posts: 16
    • View Profile
Where did the cool popup keypad go?
« 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?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
Re: Where did the cool popup keypad go?
« Reply #1 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

qsiguy

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Where did the cool popup keypad go?
« Reply #2 on: March 22, 2023, 01:21:59 PM »
That worked, thank you!

Shane