Re: NSMovieView with subviews ?
Re: NSMovieView with subviews ?
- Subject: Re: NSMovieView with subviews ?
- From: Vince DeMarco <email@hidden>
- Date: Thu, 16 Aug 2001 17:08:31 -0700
On Thursday, August 16, 2001, at 03:08 PM, Robert Miller wrote:
Hello,
Anyone know if it is possible to display the contents of a subview
that has an NSMovieView as its superview ? When I try to do this the
movie always tends to obscure the subview contents ? Is there some
clever way of allowing the subview to 'overlay' the movie view such that
it gets displayed on top of the movie ?
This isn't going to work as the movie plays "directly" to the framebuffer.
You could access the QT API and put a sprite or something else in the
movie that moves around (like an animation or text or something like that)
vince