LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programatically set and save shortcut menus in to a control?

I thin my problem is that im trying detect the case in a separeted event structure, I detect activation in one event strcuture, then go to a case strcutrue when the shorcut activation fires, and then (inside the case structure and in a separated time structure from the frist that triggered activation for shorcut) I weit for selecction. You mean that if I w8 for the selecction in the same Event structure than the rest of the user interface that wont block my program rigth?

0 Kudos
Message 11 of 12
(655 Views)
As long as the menu is open, yes. This is one of the reasons that I recommend that the GUI be a separate process -- so it doesn't screw up the timing for other things. You'll discover a lot of other benefits on your own.

Check the link in my signature.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 12 of 12
(645 Views)