• 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's controller is greyed out
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Snapping to place
  • Next by Date: Incomplete APIs
  • Previous by thread: Re: NSScanner stoopid question
  • Next by thread: "Thread,eventloop,moviestask"
  • Index(es):
    • Date
    • Thread