NSBrowser's column 0
NSBrowser's column 0
- Subject: NSBrowser's column 0
- From: francois fauteux <email@hidden>
- Date: Fri, 19 Aug 2005 13:03:31 -0400
Hi !
I am trying for a while to set the browser's column 0 to /mypath in
SimpleBrowser.
- (NSString*)fsPathToColumn:(int)column {
NSString *path = nil;
if(column==0) path = [NSString stringWithFormat:
@"/mypath/children1/etc..."];
else path = [fsBrowser pathToColumn: column];
return path;
}
What should I tell in " else path = [...] " so that the browser will
keep displaying subDirectory and will keep up with the actions I''ve
set for singleClick and doubleClick ?
Actually, the display is correct in column 0 but selection don't open
subdirectory in column 1 and also the action set for doubleClick
doesn't work no more.
All help will be extremely appreciated.
François Fauteux
_______________________________________________
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