On Nov 9, 2010, at 9:13 PM, Quincey Morris wrote:
> On Nov 9, 2010, at 07:00, Sachin Porwal wrote:
>
>> In my application I need to choose only dmg files, so I am using
>> NSOpenPanel with the following code snippet.
>> But the NSOpenPanel is also allowing me to choose the folders having
>> the
On Nov 9, 2010, at 07:00, Sachin Porwal wrote:
> In my application I need to choose only dmg files, so I am using
> NSOpenPanel with the following code snippet.
> But the NSOpenPanel is also allowing me to choose the folders having
> the extension '.dmg'.
>
> Ideally NSOpenPanel should allow me t
Hi All,
In my application I need to choose only dmg files, so I am using
NSOpenPanel with the following code snippet.
But the NSOpenPanel is also allowing me to choose the folders having
the extension '.dmg'.
Ideally NSOpenPanel should allow me to choose only dmg files not
folders ? Is this behavi