On Nov 24, 2013, at 12:21 , Kyle Sluder wrote:
> You don't need a second panel; add an accessory view to the open panel
> that contains a label for the prefix.
A much better idea!
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not
On Sun, Nov 24, 2013, at 11:31 AM, Quincey Morris wrote:
>
> Alternative 1. Instead of asking for a base *file* name, ask for a new
> *folder* name via NSSavePanel. That is, if the user enter “XYZ”, create a
> new folder of that name and put the files inside it, with a
> pre-determined name or eve
On Nov 24, 2013, at 09:04 , Pax <45rpmli...@googlemail.com> wrote:
> Here's the problem. I'm writing out (potentially) very large files. It
> might be that the user doesn't want one huge xml file - instead they might
> want a bunch of smaller xml files. Therefore I prompt the user for a
> fi
Okay, so I think I know what the problem is here - the problem is that I prompt
the user for a filename, and then I modify the filename before using it. I
suspect that sandboxd looks dimly on what I've done, and considers me to be
riding roughshod over the users wishes! In fact I'm not, but th