Re: my utility window stole keyWindow! [resolved]
Re: my utility window stole keyWindow! [resolved]
- Subject: Re: my utility window stole keyWindow! [resolved]
- From: Harold Cooper <email@hidden>
- Date: Wed, 12 Jun 2002 21:59:07 -0600 (MDT)
Disregard my previous emails - I found the message you were talking about.
setBecomesKeyOnlyIfNeeded: (note the 'if') is an NSPanel message, and
should do just what I want. (nor do I have to override/subclass anything)
thanks!
Harold Cooper
On Wed, 12 Jun 2002, Umed Zokirov wrote:
>
>
>
Harold
>
>
>
You should override becomesKeyOnlyNeeded to return YES.
>
>
Did you check Utility Window option for the attributes of your Panel in
>
IB?
>
I thought that if you do it you don't need to override
>
becomesKeyOnlyNeeded
>
>
>
Umed
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.