Join Slack
Powered by
The best way I have right now (to let the coroutin...
# tornadofx
s
Stéphane Derosiaux
04/11/2019, 7:17 PM
The best way I have right now (to let the coroutine stuff) is to subscribe
onChange
to the data list then to subscribe to the modifiable properties of the added elements, to trigger the
refresh()
on the table. Ouch.
😡 2
c
carlw
04/11/2019, 8:47 PM
Does that work? It isn't the list that's changing but the element.
s
Stéphane Derosiaux
04/11/2019, 9:30 PM
yes, it works and yes, I'm subscribing to the elements. I'm using the data.onChange to get the added/removed where I'm adding/removing my listener to refresh
2
Views
Open in Slack
Previous
Next