• 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
Re: How to implement an Xcode-style hierarchical file browser
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to implement an Xcode-style hierarchical file browser


  • Subject: Re: How to implement an Xcode-style hierarchical file browser
  • From: Stephane Sudre <email@hidden>
  • Date: Tue, 26 Sep 2006 08:38:10 +0200


On 26 sept. 06, at 02:08, Rick Hoge wrote:


XCode uses a class called PBXExtendedOutlineView for its file browser. PBXExtendedOutlineView
is a subclass of NSOutlineView.

Thanks - this is exactly the answer I was looking for. I wonder what key pieces of functionality needed to be added? Anyhow I'll dig into this myself and post back when I get more deeply into it.

Stupid question:

Why would it need specific tricks to have the same objects at different location?

A NSOutlineView data source can be represented as you wish but the usual solution is a tree. There's nothing preventing having the same object in multiple leafs. That's what reference counting is for.


_______________________________________________ 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
  • Follow-Ups:
    • Re: How to implement an Xcode-style hierarchical file browser
      • From: Andy Lee <email@hidden>
References: 
 >How to implement an Xcode-style hierarchical file browser (From: Rick Hoge <email@hidden>)
 >Re: How to implement an Xcode-style hierarchical file browser (From: Murat Konar <email@hidden>)
 >Re: How to implement an Xcode-style hierarchical file browser (From: Rick Hoge <email@hidden>)

  • Prev by Date: Re: Localizable.strings in frameworks?
  • Next by Date: Re: How to implement an Xcode-style hierarchical file browser
  • Previous by thread: Re: How to implement an Xcode-style hierarchical file browser
  • Next by thread: Re: How to implement an Xcode-style hierarchical file browser
  • Index(es):
    • Date
    • Thread