Re: how start DVD player from cocoa application
Re: how start DVD player from cocoa application
- Subject: Re: how start DVD player from cocoa application
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 28 Oct 2005 07:20:59 -0600
On Oct 28, 2005, at 2:23 AM, Emmanuel Verlynde wrote:
I need to start default DVD player from my cocoa application, how
can i do?
I don't think there is any such thing as a system default DVD player
preference.
If none default DVD player has been selected, how start "DVD Player"
Use NSWorkspace or Launch Services to launch the application with the
bundle identifier "com.apple.DVDPlayer".
or open a system "Choose application" dialog box?
Use the NSOpenPanel class.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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