May 18, 2012
7:24 a.m.
no this is a hack we show use polymorphic object and avoid as much as possible respondsTo: On May 18, 2012, at 6:20 AM, Daniel Lyons wrote:
A curative is to insert the following line into SystemWindow>>model:
(model respondsTo: #labelString) ifTrue: [ self setLabel: model labelString ].
Looks like everyone is just sending it manually though.
-- Daniel Lyons