Data-bound and remotely confused
Data-bound and remotely confused
- Subject: Data-bound and remotely confused
- From: Matt Baker <email@hidden>
- Date: Wed, 09 Jun 2004 00:10:27 -0500
I'm still grasping for details that aren't available in the three
tutorials covering bindings on the web. I have a working project that
aloows me to type styled text in an NSTextView and show a small part of
it as an unstyled text in a TableView.
I followed the tutorial on MacDevCenter, using setText as the name for
my method to set the text into th object. It's actually being saved, and
I didn't have to bind anything like I did with the accessor methods. Is
this voodoo or jus how controllers look for saving methods?
Also, I'm hoping to use this with a database or a socket connection, so
these records will be saved remotely instead of to a file, like most
tutorials show. How difficult is it to have bound objects save to a
remote location upon endEditing? Is there a way for me to validate that
the data was saved?
Thank you.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.