Re: drawing on top of a NSMovieView?
Re: drawing on top of a NSMovieView?
- Subject: Re: drawing on top of a NSMovieView?
- From: "Douglas A. Welton" <email@hidden>
- Date: Thu, 15 Apr 2004 08:46:48 -0400
Steve,
check out the sample code for Movie Overlay:
http://developer.apple.com/samplecode/Movie_Overlay/Movie_Overlay.html
If I remember correctly, the project uses a strategically-placed transparent
child window to accomplish the task of drawing on-top of a movie view.
later,
douglas
on 4/15/04 12:47 AM, Steve Christensen at email@hidden wrote:
>
I have a window containing a NSMovieView plus another NSView on top of
>
it that draws a variety of items (text, graphics, etc.). All is well in
>
the world until I have the move start playing, and then the view in
>
front of the movie gets "erased" as the movie plays.
>
>
Is there a recommended way to be able to redraw the top NSView as each
>
frame in the NSMovieView is displayed? I see that, for example, iDVD
>
handles that correctly with their animated themes, but don't have a
>
good idea about how to go about it myself.
>
>
Thanks,
>
>
steve
_______________________________________________
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.