Allow all files type except one in NSOpenPanel

余生长醉 提交于 2020-01-15 20:58:49

问题


my application create a "new" type (extension) of file, let say its ".newtype", so when i want to browse files with NSOpenPanel to create it, this type of files have to be not selectable.

how can i pass ALL files type except ".newtype" to the NSOpenPanel instance ?


回答1:


Provide a delegate that handles the NSOpenSavePanelDelegate protocol panel:shouldEnableURL: method.



来源:https://stackoverflow.com/questions/13235130/allow-all-files-type-except-one-in-nsopenpanel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!