Custom cell working with cocoa bindings in tableview?
Custom cell working with cocoa bindings in tableview?
- Subject: Custom cell working with cocoa bindings in tableview?
- From: Michael Clark <email@hidden>
- Date: Mon, 8 Nov 2004 17:13:23 -0500
Hello.
I have a 1 column tableview, which uses my custom cell, and I have the
table column bound to an array controller's arrangedObjects (the model
key path is empty!). This gets the model objects into my cell and
allows me to do my custom drawing bahaviour.
Where I am running into problems is that the cell is dependent on 3
keys in the model, and I would like to hook into Cocoa Bindings to
update only the row for the model object which gets updated.
Basically if the values at any of the 3 key paths changes on any of the
objects in the array controller I need to know about it and to
efficiently just be updating the appropriate row rather than refreshing
the whole table.
How would I go about doing this?
Thanks a lot,
Michael.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden