• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSMovieView problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Sending HTML with NSMailDelivery
  • Next by Date: Re: NSTextFieldCell subclass
  • Previous by thread: Re: NSMovieView problem
  • Next by thread: Re: NSMovieView problem
  • Index(es):
    • Date
    • Thread