Re: Make a borderless window active
Re: Make a borderless window active
- Subject: Re: Make a borderless window active
- From: Lance Bland <email@hidden>
- Date: Sun, 21 Apr 2002 19:06:20 -0400
On Sunday, April 21, 2002, at 06:37 PM, Christoph Gerdes wrote:
>
What am I missing?
Perhaps the following NSWindow documentation section will help you out.
- (BOOL)canBecomeKeyWindow
Returns YES if the receiver can become the key window, NO if it can't.
Attempts to make the receiver the key window are abandoned if this
method returns NO. NSWindow's implementation returns YES if the receiver
has a title bar or a resize bar, NO otherwise.
i.e.: try overriding that to return YES.
-lance
------------------------------------
Lance Bland
mailto:email@hidden
web charts at
http://www.vvi.com/products/chart
_______________________________________________
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.