Re: Issues in specifying the file extensions for NSOpenPanel

2010-11-10 Thread Corbin Dunn
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 extension

Issues in specifying the file extensions for NSOpenPanel

2010-11-09 Thread Sachin Porwal
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

Re: Issues in specifying the file extensions for NSOpenPanel

2010-11-09 Thread Quincey Morris
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 to