从查找器添加项目
我有一张桌子,下面有经典的 + - 按钮。 (在苹果机上) 我想按 + 按钮,然后打开一个小查找器来选择一个文件,将其添加到表格中。
我怎样才能做到这一点? 我搜索了开发者参考,但没有找到。
I have a table with the classic + - buttons underneath it. (on mac)
I want to press the + button, and open a little finder to select a file, to add it on the table.
How can I do that?
I searched the developer reference, but didn't find it..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
NSOpenPanel< /代码>
。
有关处理文件和使用打开面板的指南,请参阅 应用程序文件管理指南。
例如:
另一个使用工作表的例子:
Use
NSOpenPanel
.For a guide on dealing with files and using open panels, see the Application File Management guide.
For instance:
Another example using a sheet: