Is it possible to create an NSSavePanel like the standard "keep this new document" dialog?

118 Views Asked by At

In an application like TextEdit, if the user attempts to close a new document, a special NSSavePanel is displayed.

example TextEdit dialog

Is there any way that I can create an NSSavePanel that resembles this dialog? The only hook that I can find is the message string, but it is not obvious to me how a message string could include icons and formatting. Also, there is the special Delete button.

0

There are 0 best solutions below