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
Post a Comment