Hello,
I’m trying to use a NumEditor object from FlexPendant SDK, but when I click on NumEditor box, the NumPad window appears partialy hide, as I show in the picture attached. In this way, I can’t click on OK or Cancel buttons
Does anyone know how to locate the NumPad window on the screen?
Or has anyone an alternative solution?
Hello Carlos,
I’m only using NumEditor control in this screen, twice. At the top of the screen, where the NumPad appears more or less OK (a little bit hide at the bottom) and the showed on the picture, where OK and Cancel buttons are hidden.
I’m working with FlexPendant SDK 5.13 in a system with RW5.13.01
Hello Lennart,
The NumEditor control is in a GroupBox called “Mesa 2” that is on the second tab page (called “Lotes”) of another TabControl with 6 tab pages (on tab page called “ProducciA3n”).
The NumPad control appears when NumEditor control is clicked. It is included in NumEditor Control from FP SDK 5.13.
Thinking about that, maybe the NumPad control is limited by the GroupBox, and this is the reason the NumPad is partially hidden. I’ll try.
Hello,
I’ve just tryed that, and there is no influence of the GroupBox in NumEditor-NumPad position on the screen. It is showed in the same position as in picture above.
Hello Carlos,
I dragged and dropped the NumEditor control from FlexPendant SDK5.13 Library to the screen I’m making.
I tryed to just drag & drop the control and compile (Build), and it does the same.
I’m starting to suspect that it’s not possible for the user to configure the location of the numpad. The numpad is displayed on fixed positions based on where the textbox is located relative the container.
Could you change the base class of your main view from TpsControl to TpsForm?
The NumEditor looks for the top most parent (a TpsForm or GTPUMasterDialog) to “mount” the temporally NumPad. In your code, the top view inherits from TpsControl, therefore the NumEditor could not detect the top parent and uses the parent of the control.
Hello Carlos,
I tryed, and it works. Now when NumEditor is clicked, the NumPad appears completely.
But, TpsForm creates a Title bar that we don’t need because it takes a little space of the top of the screen.
Any other solution?
If not, I’ll reorder the elements of the screen in order to get the NumPad in a right place.
Thanks a lot for your help.
Best Regards