How do i bind the LabelMorph/TextMorph to the variable, so that the label updates when the String in the variable changes?
How would i do this? Which Morph should i use?
Simplest is to use an updating String morph:
UpdatingStringMorph on: self selector: #myLabel
This will send #myLabel (or any other message) to self (or any other object) and display it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With