I'm using Derez menu designer to make a JSON menu. There's a menu to change colors and a few selections. How can I access these JSON selections from code? If one is true I want to set the others to false from code.
In the event sub for the menu I tried to access the menu items by but there's no access to individual items.
Cheers
In the event sub for the menu I tried to access the menu items by but there's no access to individual items.
B4X:
Dim mi2 As CheckMenuItem = Sender
Cheers