Re: NSMovieView controller troubles
Re: NSMovieView controller troubles
- Subject: Re: NSMovieView controller troubles
- From: Vince DeMarco <email@hidden>
- Date: Fri, 25 May 2001 21:51:34 -0700
On Friday, May 25, 2001, at 01:06 PM, Chris Meyer wrote:
I'm using an NSMovieView and setting the movie to a movie initialized
with a URL on the local hard drive.
I cannot get the movie controller to reliably appear and draw
correctly. In particular, it rarely shows up unless I click where it is
supposed to be. Then if it finally does appear, it only intermittently
updates during a playing movie. Finally, if I resize the window, the
controller is blotted out with garbage.
Is there anything special I have to do or is this a known bug?
Its a known bug, The problem is that it takes a bit of time for all of
the QuickTime code to be initialized. Are you doing the setting of the
movie in the movieview in the awakeFromNib???
The updating during playing should work, what doesn't update sometimes
is when you scrub the controller.
vince