Hamza
11/20/2018, 4:52 AMalex
11/20/2018, 8:31 AMBindings.divide(page, pages)
and bind your UI to it.
I'm still new to JavaFX, so others might correct me.Hamza
11/20/2018, 8:53 AMalex
11/20/2018, 9:01 AMprogressProperty
.
You can bind your own property (defined as val myprop = Bindings.divide(page, pages)
, for example) to it, so property mechanism will automatically notify UI when chances of myprop
occur.
If you don't understand what's property mechanism is, I'd rather recommend to read the docs or watch some Youtube tutorials. I don't mind trying to explain, but my writing English skills are not that good.Hamza
11/20/2018, 9:01 AMgtnarg
11/20/2018, 3:18 PMprogress task in:#tornadofx
for some ideas/previous discussionsHamza
11/20/2018, 11:12 PMamanda.hinchman-dominguez
11/22/2018, 5:00 PMHamza
11/23/2018, 4:43 PMamanda.hinchman-dominguez
11/23/2018, 11:51 PMHamza
11/24/2018, 9:07 AMamanda.hinchman-dominguez
11/24/2018, 5:04 PMamanda.hinchman-dominguez
11/24/2018, 5:04 PMHamza
11/26/2018, 3:20 AM