• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Set path for col 0 in NSBrowser
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Key-Observing, change, and NSNull
  • Next by Date: NSManagedObjectContext in IB Controllers Palette?
  • Previous by thread: Re: Trivial Bindings question
  • Next by thread: NSManagedObjectContext in IB Controllers Palette?
  • Index(es):
    • Date
    • Thread