Another examples of the screen refresh problem on the Mac?
J. Landman Gay
jacque at hyperactivesw.com
Mon Oct 10 23:16:04 EDT 2011
On 10/10/11 6:04 PM, James Hurley wrote:
> Ken,
>
> Thanks for your careful test. This is driving me nuts and I can't
> find a work-around.
The workaround might be LiveCode 5.0, where animation has been greatly
enhanced.
That said, I have a script that moves two objects together that also
misbehaves in both 4.6.4 and 5.0. What I had to do was make the second
object move faster than the first. Both move commands use a time factor, so:
move btn btn1 to x,y in 500 milliseconds
move btn btn2 to x,y in 100 milliseconds
Then they both move together, only at the faster rate.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list