objective c - how to bind nstableview selection and bunch of text fields? -


i trying build trivial osx app use core data (non document based application)

as notice didn't post code, since app done binding far.

here have far:

i have 2 entities have relationship between them.

one entity, named product has 1 attribute, named productname, , other productdetails , has 4 attribues

now... have succesfully create app works 2 nstableviews can add, edit , delete records. select product 1 nstableview, product details in other nstableview displayed.

my problems starts here:

i keep nstableview product, have productdetails entity values displayed in text fields, not in nstableview.

i have tried 2 array controllers, have while used 2 nstableviews, () in text fields.

any appreciated.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -