Re: Newbie Alert: NSMovieView with control won't update when movie changes.
Re: Newbie Alert: NSMovieView with control won't update when movie changes.
- Subject: Re: Newbie Alert: NSMovieView with control won't update when movie changes.
- From: "Douglas A. Welton" <email@hidden>
- Date: Mon, 07 Jun 2004 14:50:09 -0400
Scott,
Have you tried doing a -setMovie: on the NSMovieView after you have altered
the original Movie (NSMovie)? I am wondering if the NSMovieView has
"cached" a copy of the original NSMovie or whether NSMovie has "cached" a
copy of your -QTMovie or something like that has tossed a fly in the
ointment.
just a thought...
later,
douglas
On Jun 7, 2004, at 3:44 AM, Scott Andrew wrote:
>
I have a window with an NSMovieView put on the window in InterfaceBuilder. I
>
create a new empty movie using the quick time API. When the user clicks open
>
movie I create a new track in the movie I assigned to MSMovieView.
>
>
If my NSMovieView has the controls showing, the view and movie control don't
>
update correctly. If the controls are not showing the movie updates
>
correctly.
>
>
I have called NSMovieView's setNeedsDisplay with no luck..
_______________________________________________
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.