05-30-2013 05:04 PM
Hello,
I'm trying to add menu items programmatically in my application, it is possible to indent a new item? How?
Regards
Solved! Go to Solution.
05-31-2013 08:38 AM
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.
05-31-2013 09:17 AM
Thank you, I realized my question was pointless as I didn't try before asking, the Insert menu items does what I need exactly