Re: NSOpenPanel obsolete method?
Re: NSOpenPanel obsolete method?
- Subject: Re: NSOpenPanel obsolete method?
- From: John Timmer <email@hidden>
- Date: Sun, 01 Jul 2001 23:29:44 -0400
>
It already has been replicated. Check out the NSOpenPanel docs, and you
>
will find the new method,
>
"beginSheetForDirectory:file:types:modalForWindow:modalDelegate:didEndSelect
or> :
>
contextInfo" .
Thanks for the advice. I don't entirely understand the "new Class[]" bit in
the middle of selectors, but I can certainly use it regardless of my state
of enlightenment.
The last thing I'm not sure about is the "contextInfo". I've looked through
all the docs on open and save panels - they all use it, but I can't find it
explained anywhere. Still, using Java, null works fine, so I'm assuming it
would be for my own personal use were I using the same method for more than
one save panel. Is that accurate?
Cheers,
Jay