Re: lion/mt. lion: preventing qtmovieview from taking key strokes

2012-09-18 Thread Matthew Weinstein
So problem solved by having a subclass of QTMovieView check in overridden performKeyEquivalent: whether it's firstResponder and returning NO if it isn't and passing to super if it is. On Sep 15, 2012, at 4:28 PM, Eric Wing wrote: > On 9/15/12, Matthew Weinstein wrote: >> Dear programmers, >> I

Scrolling and zooming QTMovieLayer

2012-09-18 Thread Nick
Hi I am developing a simple video player that has to be able to allow the user to zoom in/out the played video, to "pan" the video's 'viewport' with the mouse when the video has been zoomed in and doesn't fit completely on the view, and allow to flip the played movie upside down. It seems Core Ani

Re: Scrolling and zooming QTMovieLayer

2012-09-18 Thread Eric Wing
On 9/18/12, Nick wrote: > Hi > I am developing a simple video player that has to be able to allow the > user to zoom in/out the played video, to "pan" the video's 'viewport' > with the mouse when the video has been zoomed in and doesn't fit > completely on the view, and allow to flip the played mo