• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Tool Tips for Inactive window...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tool Tips for Inactive window...


  • Subject: Tool Tips for Inactive window...
  • From: rajesh <email@hidden>
  • Date: Fri, 20 Feb 2009 14:05:01 +0100

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@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


  • Follow-Ups:
    • Re: Tool Tips for Inactive window...
      • From: rajesh <email@hidden>
  • Prev by Date: Re: How to apply CoreImage effects to windows?
  • Next by Date: Re: Tool Tips for Inactive window...
  • Previous by thread: Re: (no subject)
  • Next by thread: Re: Tool Tips for Inactive window...
  • Index(es):
    • Date
    • Thread