NSPreferencePane isSelected error
NSPreferencePane isSelected error
- Subject: NSPreferencePane isSelected error
- From: Trygve Inda <email@hidden>
- Date: Sat, 03 Mar 2012 23:33:25 -0800
- Thread-topic: NSPreferencePane isSelected error
In my PrefPane I receive a distributed notification from another app and
call:
[myPane isSelected];
It should return true and it does, unless I have this in my delegate:
-(void)didSelect
{
// it doesn't matter what goes here - even nothing at all results in
isSelected returning NO;
}
If I exit and go to a different prefpane and then return to mine, all is ok.
Anyone see this before?
_______________________________________________
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