Skip navigation.
 
mlNSView over QTMovieView
FROM : Joseph Ayers
DATE : Tue Mar 25 14:33:05 2008

I'm working on an application to make measurements on each of the frames
of a QTMovie. I have a window with a
QTMovieView and a superimposed NSView. When the QTMovieView is offset
from the NSView, My app draws
to the NSView, but when they are exactly overlaid, I see nothing in the
image. In fact, right on the edge, my NSView
elements are clipped. It seems like the NSView is behind the
QTMovieView. I've tried

          [mMovieView addSubview:measureView]; and

          [mMovieView addSubview:measureView positioned:NSWindowAbove
relativeTo:mMovieView];

But neither seems to get renderings of NSView to appear above the
QTMovieView.
How can I get the NSView superimposed over the QTMovieView?

Thanks,
Joseph


--
Joseph Ayers, Professor
Department of Biology and
Marine Science Center
Northeastern University
East Point, Nahant, MA 01908
Phone (781) 581-7370 x309(office), x335(lab)
Cellular (617) 755-7523, FAX: (781) 581-6076
Boston Office 444RI, (617) 373-4044
eMail: <email_removed>
http://www.neurotechnology.neu.edu/

Related mailsAuthorDate
mlNSView over QTMovieView Joseph Ayers Mar 25, 14:33
mlRe: NSView over QTMovieView Oliver Quas Mar 25, 15:20