NSOpenPanel not showing all Folders in the Left Pane
NSOpenPanel not showing all Folders in the Left Pane
- Subject: NSOpenPanel not showing all Folders in the Left Pane
- From: JanakiRam <email@hidden>
- Date: Sun, 14 Oct 2007 00:02:55 +0530
Hi All,
I've created an Cocoa webkit based application.From my installer
postscript i'm launching my application. After that if i click the browse
button which open NSOpenPanel to browse directories , then left pane is not
showing all the directories.But if i launch my app separately and click the
same button again , then its showing all the folders in left pane.
Is there any bug in NSOpenPanel or am i missing any thing.
For your reference i'm using the following code to open file browser.
NSOpenPanel *op = [NSOpenPanel openPanel];
int iResult;
[op setCanChooseDirectories : YES ];
[op setCanChooseFiles : NO ];
iResult = [op runModalForDirectory :NSHomeDirectory () file: niltypes:
nil];
Please help me to solve this. Thanks in Advance.
-JanakiRam.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden