Re: NSBrowser selection
Re: NSBrowser selection
- Subject: Re: NSBrowser selection
- From: Sherm Pendley <email@hidden>
- Date: Thu, 29 May 2003 10:13:08 -0400
On Thursday, May 29, 2003, at 09:57 AM, Jacques wrote:
NSString *myString=@"/Users/jacques/Documents/MyDoc.txt";
My NSSBrowser is a file browser, and I would like to select the path
described by myString.
How can I do that ? I lloked all the NSBrowser methods
You missed one. ;-)
[myBrowser setPath: myString];
sherm--
The Tao gave birth to machine language. Machine language gave birth to
the assembler.
The assembler gave birth to the compiler. Now there are ten thousand
languages.
Each language has its purpose, however humble. Each language expresses
the Yin and Yang of software. Each language has its place within the Tao.
But do not program in COBOL if you can avoid it.
-- The Tao of Programming
_______________________________________________
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.