Skip navigation.
 
mlBinding an entity object (not an entity attribute) to a Table View Column
FROM : Meik Schuetz
DATE : Wed Feb 20 20:30:33 2008

Dear List,
  I am created a Core Data Application and defined an entity which I bound
to a table view column using the controller key arrangedObjects and
ModelKeyPath set to one of the entities attribute.
  As I am using a custom NSTextFieldCell for one column, IŽd like
NSTextFieldCell to receive the whole entity object instead of the value of
the entities attribute. Cleaning the ModelKeyPath, unfortunately does not
resolve the problem. Does someone has mercy with a bloody beginner and
directs me how the NSTextFeldCell receives a reference to the entity object
for the rendered row?

Thanks in advance
Meik

Related mailsAuthorDate
mlBinding an entity object (not an entity attribute) to a Table View Column Meik Schuetz Feb 20, 20:30
mlRe: Binding an entity object (not an entity attribute) to a Table View Column Quincey Morris Feb 21, 01:09
mlRe: Binding an entity object (not an entity attribute) to a Table View Column mmalc crawford Feb 21, 01:16
mlRe: Binding an entity object (not an entity attribute) to a Table View Column Meik Schuetz Feb 21, 09:38