OutlineView to TableView to TextView binding, oh my...
OutlineView to TableView to TextView binding, oh my...
- Subject: OutlineView to TableView to TextView binding, oh my...
- From: Carl Sziebert <email@hidden>
- Date: Wed, 5 May 2004 17:02:39 -0700
Howdy:
I am currently working on an app that features an OutlineView for
browsing a variety of items, a TableView used to store the selected
items from the OutlineView and a TextView which allows the user to edit
portions of the selected element in the TableView. Everyone still with
me here? Good. So I am trying to connect the dots between them and am
struggling with the bindings specifics. Currently I am checking for a
selection in the OutlineView and adding the selected item to the array
of objects displayed by the TableView. According to expectation, when
I select an item in the TableView, I should see the contents rendered
in the TextView. I can see that the selected item gets added to the
array, however nothing is displayed in the TableView. So that leads me
to question how to properly bind to the TableView/array. Something
tells me that the answer is obvious, but it is just not apparent to me
right now. Any advice and wisdom would be greatly appreciated. I'd be
happy to provide more info if needed.
TIA,
Carl
_______________________________________________
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.