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
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
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