March 21, 2013
11:23 a.m.
Martin Walk asked:
How to bind a LabelMorph/TextMorph to a variable so that the Morph reflects changes of the variable?
That is a very low-level question. Do you just want to know, or do you want to use it? When building UI's in Pharo, the first question should probably be: can I get away with building it in Glamour. That is a high-level UI toolkit specialized in creating browsers. If you can, it is much less work. Stephan Eggermont