Re: selecting a file or directory dialog panel/window
Re: selecting a file or directory dialog panel/window
- Subject: Re: selecting a file or directory dialog panel/window
- From: Charles Srstka <email@hidden>
- Date: Fri, 12 Mar 2004 18:04:02 -0600
in Cocoa, all you need to do is look at the NSOpenPanel and NSSavePanel
classes.
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSOpenPanel.html
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSSavePanel.html
To use a Carbon open/save panel, like the one you're looking at below,
it will be in the Carbon documentation somewhere.
Charles
On Mar 12, 2004, at 5:34 PM, Ken Hawkins wrote:
i found this in the documentation
http://developer.apple.com/documentation/mac/Files/Files-310.html =
old
i know that i have seen it before the code before of how to
isntantiate and make use of a dialog box to choose a particular file
or directory on the system, i just cant find it. can someone point me
toward a bit of code that shows the use of the file/directory choosing
window/panel?
thanks,
ken;
_______________________________________________
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.
_______________________________________________
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.