Set path for col 0 in NSBrowser
Set path for col 0 in NSBrowser
- Subject: Set path for col 0 in NSBrowser
- From: francois fauteux <email@hidden>
- Date: Thu, 11 Aug 2005 11:09:01 -0400
Hi !
I would like to set the path of column 0 in a browser to /myPath.
Using SimpleBrowser as an example I set:
- (NSString*)fsPathToColumn:(int)column {
NSString *path = nil;
if(column==0) path = [NSString stringWithFormat: @"/myPath"];
else path = [fsBrowser pathToColumn: column];
return path;
}
The display (myPath content) is correct in column 0, but the whole
thing (image display, type display, content display, children display
in column 1, click, etc...) doesn't work no more.
Thanks in advance for help and tips !
François
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden