• 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
What happens in runModalForDirectory:file:types
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What happens in runModalForDirectory:file:types


  • Subject: What happens in runModalForDirectory:file:types
  • From: Richard Salvatierra <email@hidden>
  • Date: Thu, 16 Nov 2006 14:05:46 -0500

I have an app that opens movie files and plays them out through a Component. (i.e.. firewire)
During my setup, if I select a movie file using an openPanel, all works fine. If I try to programatically select a file (or hardcode),
the output will not display until I actually open an openPanel. I have tried to illuminate all variables, but the openPanel seems to be the problem.
(or something there in)


I do not know a lot about gWorlds or window ports. Does anyone have a suggestion?

I am using an echoPort and Component out to Firewire:

CGrafPtr inEchoPort = GetWindowPort( [window windowRef] );
rc = QTVideoOutputSetEchoPort( mComponentInstance, inEchoPort );
if ( rc == noErr ) {
	if ( mVideoOutputInUse ) {
		SetMovieGWorld( mMovie, inEchoPort, NULL );
	}
}



-Rich
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: New bindings for NSArrayController
  • Next by Date: IOKit notifications
  • Previous by thread: Re: Filtering files in NSOpenPanel that NSAppleScript can run
  • Next by thread: IOKit notifications
  • Index(es):
    • Date
    • Thread