Re: NSMovieView problem
Re: NSMovieView problem
- Subject: Re: NSMovieView problem
- From: Lorenzo <email@hidden>
- Date: Wed, 24 Sep 2003 10:39:24 +0200
Hi,
you don't have to refresh the view.
You have to refresh the movie, so your timer, e.g. at any 0.1 seconds should
fire and call a function like
- (void)refreshMovie
{
MoviesTask([gNSMovie QTMovie], 0);
}
where gNSMovie is your NSMovie
MoviesTask() is a function by QuickTime
I have been using that for so long time and even in a full screen window it
works very fine.
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.