While looking for the holdup in some code,

   put the milliseconds -strt into stp[4]
   set the thumbpos of sb "dnaScroll" to chrPos
   put the milliseconds -strt into stp[5]
   ck "elapsed: " && stp[0] && stp[0] && stp[1] && stp[2] && stp[3] &&
stp[4] &&stp[5]

The output is
    elapsed:  0 0 38 38 38 542 1026

That's 500 ms, repeatable, for that single line of code setting a thumbpos.

(ck is my logger)


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to