- I have an object with a variable containing a String.
- I have a window containing a LabelMorph/TextMorph (or some other Morph that displays Text?).
How do i bind the LabelMorph/TextMorph to the variable, so that the label updates when the String in the variable changes?
- classic Smalltalk-80 dependent/change/update mechanism?
- Pharo Announcement framework?
- something different??
How would i do this? Which Morph should i use?