Hi all,

As the subject indicates
as a part of application's info panel doesn't become key window....

I tried with setAllowsToolTipsWhenApplicationIsInactive,
but it has no effect on the panel , tool tips doesn't appear ( where as If I make the window "Key" window it does show up the tool tips)

Any help ?
am I missing any other flag to be set ?

NSPanel is in NIB file (sub-classed)

subclass part
-(void)awakeFromNib{
[self setAllowsToolTipsWhenApplicationIsInactive:YES];
}

-(BOOL)canBecomeKeyWindow
{
        return NO;
}

~Rajesh
_______________________________________________

Cocoa-dev mailing list ([email protected])

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

This email sent to [email protected]

Reply via email to