Lock screen and animated gif

Brian Milby brian at milby7.com
Tue Dec 20 09:29:11 EST 2022


Another option is to use an SVG icon and rotate it a bit each time.  Gives the impression of a spinning object.

Brian Milby
brian at milby7.com

> On Dec 20, 2022, at 8:44 AM, jbv via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> 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...



More information about the use-livecode mailing list