ASalcedo Posted January 19, 2017 Report Share Posted January 19, 2017 (edited) Hello to all. I would like that when user click on a numeric control then a keypad appears (this application is on touch screen). Has Labview a functionality like this? Something like: https://i0.wp.com/www.mesta-automation.com/wp-content/uploads/2012/02/keypad.png Thanks a lot. Edited January 19, 2017 by ASalcedo Quote Link to comment
ShaunR Posted January 19, 2017 Report Share Posted January 19, 2017 HMI_PopUp_KB has one (HMI Pop Up Num KP.vi). You just need to place it in the Mouse Up event. Quote Link to comment
ASalcedo Posted January 19, 2017 Author Report Share Posted January 19, 2017 1 hour ago, ShaunR said: HMI_PopUp_KB has one (HMI Pop Up Num KP.vi). You just need to place it in the Mouse Up event. Hello. Thanks for replying. Just a begginer question: if I put this subVI in event structure Mouse Up Event, does not the event "timeout" run in this event structure untill I press accept in keyboardPad? Thanks! Quote Link to comment
ShaunR Posted January 19, 2017 Report Share Posted January 19, 2017 9 hours ago, ASalcedo said: Hello. Thanks for replying. Just a begginer question: if I put this subVI in event structure Mouse Up Event, does not the event "timeout" run in this event structure untill I press accept in keyboardPad? Thanks! No. It will wait until you have closed the dialogue. If you want it to run independently you will need to dynamically load it. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.