It could be, repeat loops are known as one of the slower structures. I'm not sure how you could avoid it though in this particular test.

Try it with the IDE suspended too, there's all kinds of stuff going on in the background when the IDE is running.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On March 23, 2019 11:51:33 AM Rick Harrison via use-livecode <use-livecode@lists.runrev.com> wrote:

I tried wait 0, wait 1 millisecond, and wait 1 tick.
All three show inconsistent flicker results.
Nice suggestions though!

It the repeat loop slowing things down?

Thanks,

Rick

On Mar 23, 2019, at 12:39 PM, J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote:

Try "wait 0".I've found that just calling the wait command causes a very short delay even without a duration. Then you could try a wait of 1 millisecond or a bit longer to adjust it.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On March 23, 2019 11:29:37 AM Rick Harrison via use-livecode <use-livecode@lists.runrev.com> wrote:


_______________________________________________
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




_______________________________________________
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