How to enable/disable buttons immediately after focus transfer
How to enable/disable buttons immediately after focus transfer
- Subject: How to enable/disable buttons immediately after focus transfer
- From: an0 <email@hidden>
- Date: Tue, 5 Aug 2008 21:36:12 +0800
I know how to do this for NSValidatedUserInterfaceItem by implementing
`- (BOOL)validateUserInterfaceItem:(id < NSValidatedUserInterfaceItem
>)anItem'; however, NSSegmentedControl and NSButton do not conform to
NSValidatedUserInterfaceItem protocol, then how can I switch the
enable status of these controls as an IMMEDIATE response to the focus
transfer?
Thanks in advance.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden