My spinner won't spin
Posted: Tue Feb 18, 2020 9:00 pm
I am trying to use the spinner widget. The screen is locked while it is supposed to show LC is busy. This is to save processing time. But the spinner is stationery. I have followed suggestions from here:
https://livecode.com/livecode-widgets-t ... indicator/
and put
in a loop that runs over 1000 times during the wait period. But still no spin.
Is it because of locked screen? I need screen locked as otherwise process takes too long.
https://livecode.com/livecode-widgets-t ... indicator/
and put
Code: Select all
wait 0 with messages
Is it because of locked screen? I need screen locked as otherwise process takes too long.