简体   繁体   中英

How do I get the NSOpenPanel Dialog to show the Media subsection

I would like to have the Media subsection in the sidebar of my Open File Dialog.It is visible in some Programs like Safari or Preview if you select File Open... and scroll down in the sidebar(It comes up underneath places, shared and search for)

I thought it might depend on the filetypes that I pass and already passed the array from CGImageSourceCopyTypeIdentifiers() to runModalforTypes cause I read that on cocoabuilder.com but no Media subsection. Any ideas how to make that appear?

Thanks

Solved it myself. The problem were the following lines:

[oPanel setCanChooseDirectories:TRUE];

[oPanel setCanChooseFiles:FALSE];

that made the media section disappear.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM