09-18-2006 03:01 PM
09-18-2006 03:15 PM
09-18-2006 03:27 PM
09-18-2006 04:25 PM
09-19-2006 07:53 AM
Thanks for all the help,
Though this is part of the problem, maybe there's another way around it that I'm not familiar with (I'm not familiar with a lot of labview things 🙂 )
I use the event structure to fire event "Menu Selection (user)", then inside that event I use the tag name and path data provided along with case statements to select what to do when a specific menu has been chosen. How else could I use events to choose what menu has been chosen? Can I register each menu as its own event somehow?
thanks,
jonathan
09-19-2006 08:55 AM
Nevermind, thanks for the help all... I found a solution.
In the 'Menu Selection (user)' event structure, there is a case statement to decide which static menu item was chosen from the name and tag path... I setup the default case for that case statement (which ends up being any menu that was created dynamically, if you create cases for all static run time menu items) such that once it is inside the default case it can then refer to the data from which the dynamic menus were created and the menu path to figure out which one was chosen.
Maybe not the best method, i dislike having too many case statements, but it works! 😉
09-19-2006 08:59 AM