Re: Disabling selection of files in NSOpenPanel

2010-09-28 Thread Kevin Wojniak
Take a look at panel:shouldShowFilename: On Sep 28, 2010, at 1:14 PM, Dave DeLong wrote: > Hi everyone, > > I'm using NSOpenPanel, and I'd like the ability to disable files and folders > under certain conditions (for example if a file is on an external drive > versus the boot volume). 10.6 i

Disabling selection of files in NSOpenPanel

2010-09-28 Thread Dave DeLong
Hi everyone, I'm using NSOpenPanel, and I'd like the ability to disable files and folders under certain conditions (for example if a file is on an external drive versus the boot volume). 10.6 introduced a delegate method called "panel:shouldEnableURL:" which would be perfect, but I need a Leo