On 11/3/17 12:55 AM, Pyyhtiä Christer via use-livecode wrote:
When I issue the "go" and let the script run, many of the objects won't get done completely, for example card 
background, button or field colouring gets only partially done.  However, if I either add "lock screen" before the 
"go" statement, or issue "wait 100 milliSeconds" after the "go", everything is OK.

It almost sounds like LC has finished issuing all the commands to redraw the screen but the graphics card or the CPU on the device is slow to respond. So LC thinks it is finished and moves on to the next line of the script while the hardware is still catching up.

I'm not even sure that's possible but that's what it sounds like.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com


_______________________________________________
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