Hi all,
i need to put in batch an activity of reading and modifying of thousands photos and i need to see in gui the state of work.
I try this
and have this error in release mode in debug not work
java.lang.IllegalStateException: Not on FX application thread; currentThread = THR
how i do ?
Thanks
i need to put in batch an activity of reading and modifying of thousands photos and i need to see in gui the state of work.
I try this
B4X:
myThread.initialise("THR")
myThread.start(Me,"avvio",Array as string(code))
and have this error in release mode in debug not work
java.lang.IllegalStateException: Not on FX application thread; currentThread = THR
how i do ?
Thanks