NSPopUpButton disabled items won't stay disabled
NSPopUpButton disabled items won't stay disabled
- Subject: NSPopUpButton disabled items won't stay disabled
- From: Donald Hall <email@hidden>
- Date: Sat, 31 Aug 2002 00:51:58 -0600
I have a popup menu that has some items that must be disabled depending
on the state of other objects in my program. I can set them disabled
programmatically, but as soon as I click on the popup, they become
enabled again and I can select them when I shouldn't be able to. What
must I do to keep them disabled?
I tried using the NSPopUpButtonWillPopUpNotification to "re-disable"
the items but this had no effect.
Thanks,
Don
_______________________________________________
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.