If you have an observable string (e.g. a StringPro...
# tornadofx
r
If you have an observable string (e.g. a StringProperty), the
label
builder can take that as a parameter and bind to it directly
Copy code
label(controller.statusProperty)
Then any time you update the status property, the label will update to match it.
😀 1