• 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
Open File/NSMovieView problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Open File/NSMovieView problem


  • Subject: Open File/NSMovieView problem
  • From: Thilo Ettelt <email@hidden>
  • Date: Sat, 9 Feb 2002 19:12:30 +0100

Hi folks!


I've posted something like this before, but I think it was to unclear.
The menu item "Open..." automatically fires this method in a multidoc app:

- (BOOL)loadDataRepresentation:(NSData *)data ofType:(NSString *)aType

The problem I have is that I don't know, how to use "data" (an NSData Object) in the context with NSMovieView.

I tried to do this (where myQuickTime is the NSMovieView):

[myQuickTime setMovie:[[NSMovie alloc] initWithMovie:[data QTMovie]]];

But when I open a movies and press spacebar PB tells me:

## Component Manager: somone is attempting to find symbols in a component alias of type (imdc/MPG4/MSFT)
## Component Manager: somone is attempting to find symbols in a component alias of type (imdc/MP42/MSFT)
## Component Manager: somone is attempting to find symbols in a component alias of type (imdc/MP42/MSFT)
## Component Manager: somone is attempting to find symbols in a component alias of type (imdc/MP4S/MSFT)
## Component Manager: somone is attempting to find symbols in a component alias of type (sdec/MS42/FhG )
## Component Manager: somone is attempting to find symbols in a component alias of type (imdc/MP43/MSFT)


So, what am I doing wrong? What do I have to do to get the full data?
Thank you in advance!


Cheers, Thilo
_______________________________________________
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.

  • Follow-Ups:
    • Re: Open File/NSMovieView problem
      • From: Cyril Godefroy <email@hidden>
  • Prev by Date: Events at the window level
  • Next by Date: Re: Memory Mania Revisted
  • Previous by thread: Events at the window level
  • Next by thread: Re: Open File/NSMovieView problem
  • Index(es):
    • Date
    • Thread