LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to creat a menu ring with items that have sub menu items?

Hi All, I need to have a drop down menu ring with items that will have their own sub menus.  Is this possible?  Thanks in advace.
Message 1 of 5
(4,012 Views)

This is not currently possible with the normal Ring control in LabVIEW.  I think I've seen examples on the forums before of tricks that people have done to try to achieve this functionality, like moving hidden controls around that simulate the appearance and behavior of ring lists.  Another possibility might be to construct an XControl in LabVIEW 8.0, although I've not yet heard of anyone using XControls to simulate pull-right ring menus.  Yet another possibility would be to use the custom run-time popups feature in LabVIEW 8.0, although this only applies to pop-up menus, i.e. the menus you get when you right-click a control...it sounds like you're looking for menu ring behavior, i.e. the list you get when you left-click a ring.

Good luck,
-D

0 Kudos
Message 2 of 5
(4,010 Views)
Hello Darren,
 
Thanks for your reply and ideas.  What I am looking for is something like what we use every day on "LabVIEW" itself, i.e., on LabVIEW front panel, when you need to change a fond size, it will allow you go to the font menu and chose different fond size. I guess "LabVIEW" itself was not written in LabView....just wish there was something like a menu ring will provide the functionality...
 
Bryan
0 Kudos
Message 3 of 5
(3,998 Views)
Thank you so much, it looks like it axactly addressed my need.
Message 5 of 5
(3,981 Views)