SpinButtonInputBoxController>>acceptNewValue: is implemented like this:
^aValue ~= model value and:
[self takeNewEditText: (view renderTextFor: aValue
useFullFormatting: view hasFocus not)]
Note how the method can answer both a Boolean, and a non-Boolean
value. Senders assume the answer must be a Boolean. Out product
crashes when using the small arrows on spin buttons.
Kind regards
Runar Jordahl
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc