LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Run-Time Menu Insert items, increase indent level

Solved!
Go to solution

Hello,

I'm trying to add menu items programmatically in my application, it is possible to indent a new item? How?

 

Regards

0 Kudos
Message 1 of 3
(2,325 Views)
Solution
Accepted by jchretien

If you want to add submenus to an existing menu, you can use the VI "Insert Menu Items" and add items under existing menu items. Otherwise, if you just want to indent the new menu, I would just add several spaces to the beginning of the item tags.

Message 2 of 3
(2,295 Views)

Thank you, I realized my question was pointless as I didn't try before asking, the Insert menu items does what I need exactly

0 Kudos
Message 3 of 3
(2,285 Views)