NSMovieView bug?
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.