Re: Way to select a file in NSOpenPanel

2010-06-18 Thread Corbin Dunn
There is no API to do this, sorry. Please log feature requests asking to do it. corbin On Jun 17, 2010, at 11:32 PM, Sanyam Jain wrote: > Hi, > > > > I need a way to select a file programmatically in browser list of > NSOpenPanel based on some user action, while the panel is running. > > Sim

Way to select a file in NSOpenPanel

2010-06-18 Thread Sanyam Jain
Hi, I need a way to select a file programmatically in browser list of NSOpenPanel based on some user action, while the panel is running. Similar to Navigation services NavCustomControl() with NavCustomControlMessage:kNavCtlSetSelection. - Sanyam __