Re: QTMovieView not playing video
Re: QTMovieView not playing video
- Subject: Re: QTMovieView not playing video
- From: Martin Wennerberg <email@hidden>
- Date: Fri, 1 Jul 2005 23:26:38 +0200
Travis, I'm having the same problem. I don't know what causes this
yet but I tried simply resizing the window in code:
NSRect oldFrame = [[[self movieView] window] frame];
NSRect tempFrame = NSInsetRect(oldFrame, -1, -1);
[[[self movieView] window] setFrame:tempFrame display:NO];
[[[self movieView] window] setFrame:oldFrame display:NO];
That fixes it, but is not an acceptable workaround for me. Another
way seems to be to save the movie and then open it from the saved
file. Both these methods are workarounds rather than solutions. I'll
let you know if I learn what's really going on.
Cheers,
Martin Wennerberg
30 jun 2005 kl. 15.16 skrev Travis Feuling:
Hey everyone,
Sorry to bother you again this question, but I really need some
help as this is the thing causing me from not
releasing my application. As i said before I have a QTMovieView
that will only show the video ocationally after I
change its associated QTMovie object. using setMovie:, but if I
resize the window after the change, the video
will come in. There seems to be someone who has had a similair
problem as well. So maybe someone might
know how he solved his.
http://www.cocoabuilder.com/archive/message/cocoa/2005/5/24/136849
Any advice is appreciated.
Thank you,
Travis Feuling
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40norrkross.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden