|
Chris -
Also forgot to mention that in your ValueCluster, I added a class method
default: aDefaultValue
^(super new)
value: aDefaultValue;
yourself
Which gets around my problem #1 in an earlier post where adding the first
slave reads a value from the view which is a deaf object - becuase the initial
value is nil. With the above you can choose a sensible default.
Tim
|