Disabling Menus
Disabling Menus
- Subject: Disabling Menus
- From: Louis Sinclair <email@hidden>
- Date: Thu, 14 Aug 2003 15:29:52 -0500
- Organization: Minnetonka Software, Inc.
I'm having trouble disabling and enabling menus. I've tried using:
[MenuItem setEnable:false] and [MenuItem setEnable:true]
and a custom 'validateMenuItem' method, but both result in extra
menus (appmenu, file, edit) appearing to the right of the 'real'
menus in my app.
The items in my menu correctly change state, but the extra menus
always appear.
Is this a bug, or am I missing something?
Thanks in advance!
--
Louis
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.