NSMovieView wont accept clicks w/ a borderless window
NSMovieView wont accept clicks w/ a borderless window
- Subject: NSMovieView wont accept clicks w/ a borderless window
- From: "Bobby B" <email@hidden>
- Date: Wed, 7 Jun 2006 22:03:52 -0400
Hey guys;
I put a NSMovieView in a borderless window, and now it won't accept
mouse clicks. I've searched about this, and I had found to add the
following in my NSWindow subclass:
- (BOOL) canBecomeKeyWindow
{
return YES;
}
And I did that, but that doesn't help. (And I know it's working,
because it fixed problems for other borderless windows I have.) I
also added the following:
- (BOOL)acceptsMouseMovedEvents
{
return YES;
}
And that didn't help either. Is there something I'm missing? It
looks goofy cause it's the only window in my application that has a
border!!
Thank you
Bobby B
_______________________________________________
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