This has to be simple, but the docs and the forums are coming up blank. All I need is a standard menu structure. Under 'File' for instance, the submenus would look something like this
New
Open
Save
Close
I'd like to grey out 'Open' 'Save' and 'Close' but just can't find the commands.
The commands DisableGadget(somemainmenu) will work, but only on the main menus (T:Gadgets), they won't work on submenus defined like this...
CreateMenu "O&pen", MENU_PROJECTOPEN, filemenu
Read on one of the threads about this command...
EnableMenuItem() which isn't in the docs.
Is there a working command that can disable submenu's or do any menus that need disabling have to be defined as menu gadgets?
New
Open
Save
Close
I'd like to grey out 'Open' 'Save' and 'Close' but just can't find the commands.
The commands DisableGadget(somemainmenu) will work, but only on the main menus (T:Gadgets), they won't work on submenus defined like this...
CreateMenu "O&pen", MENU_PROJECTOPEN, filemenu
Read on one of the threads about this command...
EnableMenuItem() which isn't in the docs.
Is there a working command that can disable submenu's or do any menus that need disabling have to be defined as menu gadgets?