NSMovieView hidden controller mystery
NSMovieView hidden controller mystery
- Subject: NSMovieView hidden controller mystery
- From: "John C. Fox" <email@hidden>
- Date: Wed, 14 Jan 2004 11:08:38 -0800
Hi:
I have an application written under 10.2 that I'm updating to work with
10.3. It uses an NSMovieView to display a QuickTime movie with the
playback controls visible. Under 10.2, the playback controls become
"active" immediately after the movie is loaded. Under 10.3, this isn't
the case. When the app is running, if I click on another window, and
click back on my app's window, the playback controls then magically
become active.
My understanding is that one of the optimizations in 10.3 is to use
tighter clipping areas when redrawing views, so maybe that's the
problem. In my code, I call setNeedsDisplay:YES on the NSMovieView and
displayIfNeeded on the window after I load my movie.
Any ideas?
Any help greatly appreciated.
John
_______________________________________________
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.