NSMovieView's controller is greyed out
NSMovieView's controller is greyed out
- Subject: NSMovieView's controller is greyed out
- From: Yuhui <email@hidden>
- Date: Sat, 5 Apr 2003 01:55:45 -0600
Hi,
(My question is similar to one I found in Mamasam but there was no
reply.)
I have a problem with NSMovieView. I can setMovie: to it and start: it,
but its controller remains greyed out. Here's my code:
NSURL *URLPath = [NSURL fileURLWithPath:path];
NSMovie *movie = [[[NSMovie alloc] initWithURL:URLPath byReference:YES]
autorelease];
[movieView setMovie:movie];
[movieView start:self];
In IB, for movieView's attributes, I checked "Show Controller" and "Is
Editable".
From what I can tell, it looks similar to Apple's sample code and the
code I've seen in Mamasam. So why is my controller greyed out?
Thanks
Yuhui
_______________________________________________
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.