Re: opencard and visual effect

2023-05-03 Thread Klaus major-k via use-livecode
Hi Pauil, > Am 03.05.2023 um 22:24 schrieb Paul Dupuis via use-livecode > : > > If I have followed this thread: > 1) Klaus executes a go to with a visual effect using an effect rate of > X millisecs > 2) Klaus need to start a time on how long the user of the app has to answer a > question onc

Re: opencard and visual effect

2023-05-03 Thread Paul Dupuis via use-livecode
If I have followed this thread: 1) Klaus executes a go to with a visual effect using an effect rate of X millisecs 2) Klaus need to start a time on how long the user of the app has to answer a question once the card is displayed I believe the order is: 1) preOpencard handler (if one) is execu

Re: opencard and visual effect

2023-05-03 Thread Craig Newman via use-livecode
Klaus. I never use visual effects, though I played with them a lot in about 1988. They are “blocking” in some sense, so I think you are beat served by losing them entirely in your planning. Craig > On May 3, 2023, at 2:59 PM, Klaus major-k via use-livecode > wrote: > > Hi Jim, > >> Am 03.0

Re: opencard and visual effect

2023-05-03 Thread Klaus major-k via use-livecode
Hi Jim, > Am 03.05.2023 um 20:18 schrieb Jim Lambert via use-livecode > : > >> Problem for me ist to measure the time until the user hits a key after a >> question >> appears on the screen on the card. >> And I start this on "opencard", so the VISUAL effect, what the user really >> sees, >>

Re: opencard and visual effect

2023-05-03 Thread Jim Lambert via use-livecode
> Problem for me ist to measure the time until the user hits a key after a > question > appears on the screen on the card. > And I start this on "opencard", so the VISUAL effect, what the user really > sees, > MUST have been terminated, but obviously "opencard" does not respect this. If the vi

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: opencard and visual effect

2023-05-03 Thread Klaus major-k via use-livecode
Hi Craig, > Am 03.05.2023 um 15:29 schrieb Craig Newman via use-livecode > : > > Klaus. > > That was fun. WAS? :-D > Oh yes, the point of this thread. To me it seems that preOpenCard is sent > before, and openCard is sent after the effect terminates. Obviously not, take another look at my

Re: opencard and visual effect

2023-05-03 Thread Craig Newman via use-livecode
Klaus. That was fun. Oh yes, the point of this thread. To me it seems that preOpenCard is sent before, and openCard is sent after the effect terminates. The fact that you have 0 and 3 ticks is no different than having 0 and 125 ticks, The speed of the visual effect is not pertinent. Well, ex

Re: opencard and visual effect

2023-05-03 Thread Klaus major-k via use-livecode
Hi all, > >> Am 02.05.2023 um 18:59 schrieb J. Landman Gay via use-livecode >> : >> >> Open the message watcher and compare its report to what you see on screen. >> That might help. > > I did and see this: > ... > preopencard 7:01:46 PM (0) > opencard 7:01:46 (3) > ... > I may be a bit slow,

Re: opencard and visual effect

2023-05-03 Thread Mike Kerner via use-livecode
not on the forums. the bigger brains are here. less noise here better behavior here On Wed, May 3, 2023 at 12:27 AM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > You and my husband should go have a drink together. ;) > -- > Jacqueline Landman Gay | jac...@hyperactivesw

A spinner that keeps spinning

2023-05-03 Thread R.H. via use-livecode
Andreas, a very nice work and helpful for many projects. I habe tested your stack briefly on Windows 11 and so far, all is working very well. I have never tested several browser widgets at once on one card. Thank you. Roland ___ use-livecode mailing li