• 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
Shouldn't NSOpenPanel media browser aliases be resolved before type check?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Shouldn't NSOpenPanel media browser aliases be resolved before type check?


  • Subject: Shouldn't NSOpenPanel media browser aliases be resolved before type check?
  • From: Nathan Vander Wilt <email@hidden>
  • Date: Mon, 1 Dec 2008 17:32:20 -0800

My Leopard-only application needs to be able to import any image supported by CGImageSource, so I create an NSOpenPanel and pass the array obtained from CGImageSourceCopyTypeIdentifiers() to runModalForTypes. This makes the "Media > Photos" sidebar to show up automatically in the Open panel, which is great.

However, seemingly random pictures in the iPhoto section of this Media Browser are greyed out. I tracked it down, and the problem is that when iPhoto creates an alias to an original file, this is not automatically resolved. (My OpenPanel does leave -resolvesAliases set to YES.) So the type of these random pictures is com.apple.alias-file instead of public.jpeg or any other image format, and the media panel doesn't let me choose these original files even though their aliases would resolve to supported types.

Shouldn't these aliases be resolved before type checking, so that the CGImageSource type identifiers can be used in an open panel without needing custom delegate filtering?

thanks,
-natevw

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Shouldn't NSOpenPanel media browser aliases be resolved before type check?
      • From: Corbin Dunn <email@hidden>
  • Prev by Date: Re: Rebuilding menus (menuNeedsUpdate:) and System Preferences keyboard shortcuts.
  • Next by Date: Re: Custom NSSlider?
  • Previous by thread: Re: Custom NSSlider?
  • Next by thread: Re: Shouldn't NSOpenPanel media browser aliases be resolved before type check?
  • Index(es):
    • Date
    • Thread