LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I include text and picture rings within a menu of a custom toolbar?

I'd like to add some text and picture rings within a custom toolbar, similarly to the default toolbar menu "Browse -> Unopened SubVIs".
0 Kudos
Message 1 of 2
(2,696 Views)
> I'd like to add some text and picture rings within a custom toolbar,
> similarly to the default toolbar menu "Browse -> Unopened SubVIs".

You can modify the menus using the menu editor, but you can only have
text items in user built menus.

You cannot currently modify LV's toolbar, but you can hide it and build
something that works alot like one by placing your own controls at the
top of the screen in either a cluster or over a decoration. This only
works well if you hide the scrollbars as well, as it will still scroll
with the rest of the panel, unlike true toolbars. That is the best you
can do for now.

Greg McKaskle
Message 2 of 2
(2,696 Views)