How do I go about adding a progressbar that will t...
# tornadofx
j
How do I go about adding a progressbar that will track a database call I make using ktorm? I get that I use runAsync, updateprogress, but how can i visualize that, as there doesn't seem to be anything to bind to in ktorm. What am I missing on making this?