Re: Need help in setting up an NSTevtView in an overlay window
Re: Need help in setting up an NSTevtView in an overlay window
- Subject: Re: Need help in setting up an NSTevtView in an overlay window
- From: David Rice <email@hidden>
- Date: Thu, 25 Aug 2005 14:51:52 -0400
Hi Ryan.
On 25-Aug-05, at 2:11 PM, Ryan Stevens wrote:
It might be that your window isn't able to become key. Subclass and
add;
- (BOOL) canBecomeKeyWindow
{
return YES;
}
You are correct. My overlayWindow is not able to become key. So it's
off to the docs to find out how to do what you suggest.
Cheers,
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden