Skip navigation.
 
mlBest way to notify the Controller when one Array object value is changed
FROM : MagmaRules
DATE : Tue Jan 29 22:21:18 2008

Hello, so i have one ArrayController that is bound to one Array, and a
tablecolumn that is bound to the ArrayController objects (not any particular
value).

As a normal behavior the controller gets notified when i add or remove
objects, but i have a thread that every second updates the objects. What is
the correct way to notify the Controller that a specific object values where
changed?

I'm guessing the Thread shouldn't have direct access to the Controller since
its in a "lower" abstraction layer, so how do i notify or make the
controller track changes to values?

The column is not bound to values because it has custom dataCells that need
several properties from the array objects.

Ty.

Related mailsAuthorDate
mlBest way to notify the Controller when one Array object value is changed MagmaRules Jan 29, 22:21
mlBest way to notify the Controller when one Array object value is changed Miguel Coxo Jan 30, 01:16
mlRe: Best way to notify the Controller when one Array object value is changed Ken Thomases Jan 30, 09:07
mlRe: Best way to notify the Controller when one Array object value is changed Miguel Coxo Jan 30, 22:16
mlRe: Best way to notify the Controller when one Array object value is changed Ken Thomases Jan 31, 01:41
mlRe: Best way to notify the Controller when one Array object value is changed Miguel Coxo Jan 31, 23:37