02-29-2012 02:05 PM
I am using right-click menus, by incorporation menu selction. I would like to be able to check and uncheck items in this menu. Is that possible to do?
I've stolen a pic from the net and added the blue check mark, as seen below:
02-29-2012 02:20 PM
http://zone.ni.com/reference/en-XX/help/371361H-01/glang/set_menu_item_info/
The 'Checked' input is what you need. It won't let you modify application items, such as Hide Indicator.
Also, as far as I know, it can only be used in a Menu Activation event, because that's where you get the menu ref.
03-01-2012 12:43 AM
Thank you!
How can I have missed this when I was looking through the menu functions a million times yesterday? 🙂
The example picture was only taken just to show the "check" (and a menu). I have menus of my own, but didn't succeed in making a print screen of them.