NSOpenPanel
NSOpenPanel
- Subject: NSOpenPanel
- From: "Plankton, Albert Russel" <email@hidden>
- Date: Fri, 9 Jan 2004 15:57:54 +0100
Hi,
When i use the NSOpenPanel with Directory: and File: set to nil the resulting
panel never shows the content of the last visited directory, only the
directory itself. To see the content i always have to scroll in the panel to
the right. I have tried using setCanChooseFiles and setCanChooseDirectories
but that does not influence this behaviour. Other applications, like for
instance BBEdit, do show an open panel that is fully scrolled to the right so
it must be possible. Any idea what i am doing wrong?
NSOpenPanel* panel;
int returnCode = [panel runModalForDirectory:nil file:nil types:fileTypes];
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.