Le 2022-12-20 08:19, Brian Milby via use-livecode a écrit :
Could you make changes to htmlText in a variable and then assign all
at once back to the field?


I thought of that, but it makes other parts of the script more complicated. Finally I will chose a different strategy : instead of an animated gif, I'm gonna use a progress bar that will be updated every 10 lines as follows :
  unlock screen
  set currentvalue of scrollbar "progress" to x
  lock screen
It shouldn't slow down the script too much...

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to