03-08-2012 01:30 PM
Is there any way to manipulate menu item paths in the same way as you can manipulate file paths? With files you can build paths and strip paths go get where you want to go but I don't see any way to do that with menus.
I have an application that builds menus dynamically. When a user selects a menu item I want to give it a check mark but I want to uncheck any of the other menu items which are in the same submenu. If the menu items are fixed this is no problem but if the menu items are dynamic I am having a devil of a time.
Solved! Go to Solution.
03-08-2012 02:03 PM
I solved my problem. I had a very stupid typo that I didn't notice.