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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to