• 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
NSMovieView bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSMovieView bug?


  • Subject: NSMovieView bug?
  • From: email@hidden
  • Date: Mon, 3 Mar 2003 22:42:05 +0100

Is it normal that to set the Movie of a NSMovieView, you have to set the Movie to nil before setting it to the real movie?

I'm seeing an application wheel-spinning when doing:

[myView setMovie:myMovie];

Doing this:

[myView setMovie:nil];
[myView setMovie:myMovie];

is solving the issue.
_______________________________________________
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: [Newbie] writing plain text to a file
  • Next by Date: Re: Yap?
  • Previous by thread: i
  • Next by thread: Chopping off the end of a string with - (void)deleteCharactersInRange:(NSRange)aRange
  • Index(es):
    • Date
    • Thread