As I was writing it, I realized that I wanted the ...
# tornadofx
e
As I was writing it, I realized that I wanted the refresh/loading status to be observable properties, but they were defined as booleans in the interface I had to implement. Luckily, due to the property delegates in TornadoFX, it was really easy to turn them into observables so I could keep the UI in sync easily.
r
That's pretty slick
e
It's so lovely when a situation we didn't anticipate shows up, and our existing tools are a perfect fit for the job 🙂
👍 2
r
Couldn't agree more