Re: OutlineView to TableView to TextView binding, oh my...
Re: OutlineView to TableView to TextView binding, oh my...
- Subject: Re: OutlineView to TableView to TextView binding, oh my...
- From: Chris Ridd <email@hidden>
- Date: Thu, 06 May 2004 07:20:33 +0100
On 6/5/04 1:02 am, Carl Sziebert <email@hidden> wrote:
>
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.
I didn't think NSOutlineViews supported binding, yet. You might be SOL.
Cheers,
Chris
_______________________________________________
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.