On Wed, Apr 29, 2009 at 1:52 AM, Parimal Das <parimal....@webyog.com> wrote:
> What i want to do is, when my code encounters a unknown file extension, it
> should open the finder type "Open With" dialog box for user to choose the
> app from the list.

There is no "Open With" dialog box, at least not one that's analogous
to Windows.  You can specify type associations in Finder, sure, but
the actual dialog used for selecting applications is just a standard
Open panel.

Run an NSOpenPanel modal for the type @"com.apple.application".

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to