Hey guys,
is it possible to disable a menu item in the main menu bar?
I know how to disable normal menu items, but main menu doesnt work that way…
John
Hey guys,
is it possible to disable a menu item in the main menu bar?
I know how to disable normal menu items, but main menu doesnt work that way…
John
Hi,
in Interface Builder disable “Auto Enables Items” in an NSMenu Object.
Then you can disable menu items by resetting the enabled property
Thank you!!!