Making a new file dialog with an NSSavePanel (cocoa osx)

Posted by Michael Minerva on Stack Overflow See other posts from Stack Overflow or by Michael Minerva
Published on 2010-05-20T19:59:46Z Indexed on 2010/05/20 20:00 UTC
Read the original article Hit count: 145

Filed under:
|
|

I am making a new file dialog and it seems that the NSSavePanel is the right tool for the job but I cannot find a way to add a text field to input the name you want to save it as. Is this functionality not built into the NSSavePanel? Do I need to make my own text field and add it as an accessoryfield?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about osx