• 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
NSMovieView wont accept clicks w/ a borderless window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: NSOutlineViewWill Expand/Collapse notifications
  • Next by Date: NSWindow States
  • Previous by thread: Re: NSOutlineViewWill Expand/Collapse notifications
  • Next by thread: NSWindow States
  • Index(es):
    • Date
    • Thread