Re: Re: A spinner that keeps spinning

2023-06-06 Thread Andreas Bergendal via use-livecode
Just an update on the browser animation tool, which has had a major upgrade: Version 2.0 has a new set of 12 modern spinners. They also include a script that enables you to easily change the color of the spinner, and the background of the widget, on the fly, even after copying it to your own sta

Re: Re: A spinner that keeps spinning

2023-05-13 Thread Andreas Bergendal via use-livecode
Actually, my phrasing it that the web deployment of the browser animation tool is ”just for show” was being a bit unfair to it (I’ll blame not being a native English speaker :). It works very well as a web application, except for the - until now - inability to actually let you copy and use the

Re: A spinner that keeps spinning

2023-05-12 Thread Andreas Bergendal via use-livecode
Peter, Well no, the web deployment is just for show, really. It’s the LC stack that is the actual tool, that you should download from GitHub to use. From the stack you can copy the widget or the code as you prefer. I don’t think it’s currently possible to get the content of a field in web depl

Re: A spinner that keeps spinning

2023-05-12 Thread Peter Bogdanoff via use-livecode
Andreas, thanks again! Am I supposed to be able to copy the CSS or the widget to the clipboard and paste directly into desktop LC? I tried using Safari and Chrome, but nothing ended up in the clipboard. Peter Bogdanoff > On May 12, 2023, at 11:31 AM, Andreas Bergendal via use-livecode > wrot

Re: A spinner that keeps spinning

2023-05-12 Thread Andreas Bergendal via use-livecode
Just a note that an improved version of WIS_BrowserAnimation has been released: Version 1.0.4 - More efficient CSS code handling - only CSS code needed for the chosen animations is now included - Added the possibility to animate text, with various fonts and styles - The html/css code is now autom

Re: A spinner that keeps spinning

2023-05-03 Thread Mark Smith via use-livecode
Indeed! Nice work Andreas. > On 3 May 2023, at 6:48 pm, Mike Kerner via use-livecode > wrote: > > Until there are threads > we have Andreas > > On Wed, May 3, 2023 at 1:45 PM Andreas Bergendal via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Thanks everyone for testing it and f

Re: A spinner that keeps spinning

2023-05-03 Thread Mike Kerner via use-livecode
Until there are threads we have Andreas On Wed, May 3, 2023 at 1:45 PM Andreas Bergendal via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks everyone for testing it and for your kind comments. :D > > I have now updated the tool with the possibility to set the duration of > the anima

Re: A spinner that keeps spinning

2023-05-03 Thread Andreas Bergendal via use-livecode
Thanks everyone for testing it and for your kind comments. :D I have now updated the tool with the possibility to set the duration of the animations. This is quite good, as many of the animation effects are rather frantic, but with this new ability to slow them down they become more useful in m

Re: A spinner that keeps spinning

2023-05-02 Thread Peter Bogdanoff via use-livecode
This is great, thank you! Peter Bogdanoff > On May 2, 2023, at 2:43 PM, Niggemann, Bernd via use-livecode > wrote: > > Andreas Bergendal wrote: > >> Inspired by some comment over at the forum, I embarked on building myself a >> tool for crafting spinners animated in browser widgets, as those

Re: A spinner that keeps spinning

2023-05-02 Thread Bob Sneidar via use-livecode
That is pretty cool. I created a Spinner app which is a standalone that responds to AppleScript commands or Sockets. Since it is a standalone, it runs under it's own thread. I created internal commands to show or hide itself, as well as setting the displayed message. Using browser widgets seems

Re: A spinner that keeps spinning

2023-05-02 Thread Niggemann, Bernd via use-livecode
Andreas Bergendal wrote: > Inspired by some comment over at the forum, I embarked on building myself a > tool for crafting spinners animated in browser widgets, as those would > continue > spinning in a heavenly layer of its own, no matter what traffic jams occur > down > on LC ground level…