Reputation: 39
I would like to implement a dialog in my App that behaves like the New-File-Dialog in Xcode. Here is an image.
It must
Is it possible to place NSTextFields in there and return/access their values, when the user klicks the ok button?
I know that the e.g. NSSavePanel behaves similar but I don't find anything for raping it like at. You can set just a view for distributing a save-action.
Best regards
Upvotes: 0
Views: 184
Reputation: 22930
You can implement this using sheets. You should refer Sheet Programming Topics.
Upvotes: 1