• 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
CORE DATA :: Tree Controller & multiple source entities
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CORE DATA :: Tree Controller & multiple source entities


  • Subject: CORE DATA :: Tree Controller & multiple source entities
  • From: dan pahlajani <email@hidden>
  • Date: Wed, 1 Feb 2006 14:17:53 -0800

Hello All,

I have been working on a Core Data application and have fairly good
understanding of the core data, cocoa bindings, and controllers used by
bindings.

I have an outline view that will be predefined to be only 4 levels deep. The
data comes from 9 different entities. Here is the pattern:

*  Level 1 . . . . . . . . (Entity A)

   *  Level 2 . . . . . . .(Entity B)
      *  Level 3 . . . . . .(Entity F)
         *  Level 4 . . . . . .(Entity T)

   *  Level 2 . . . . . . .(Entity C)
      *  Level 3 . . . . . .(Entity G)
         *  Level 4 . . . . . .(Entity T)

   *  Level 2 . . . . . . .(Entity D)
      *  Level 3 . . . . . .(Entity H)
         *  Level 4 . . . . . .(Entity T)

   *  Level 2 . . . . . . .(Entity E)
      *  Level 3 . . . . . .(Entity I)
         *  Level 4 . . . . . .(Entity T)

*  Level 1 . . . . . . . . (Entity A)
   .
   .
   pattern continues...

Is there anyway I could acheive this using a tree controller and binding?

I am thinking of having a wrapper entity using a custom managed object that
will provide the interface to all the other entities. The wrapper entity
would be bound to the outline view.

Will appreciate all your help in figuring out how to implement this
functionality.

Thanks,
Dan
 _______________________________________________
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: Re: How to deal with Java Script in None-GUI applications?
  • Next by Date: Re: doubleClick and tableView Trouble
  • Previous by thread: Re: How to deal with Java Script in None-GUI applications?
  • Next by thread: roll-over on NSAttributedString within an NSOutlineView.
  • Index(es):
    • Date
    • Thread