> From: Dave Cragg
> At 11:25 am +0200 30/3/01, Wilhelm Sanke wrote:
> >When an answer or ask dialog triggers a longer repeat loop (e.g.
> >colorizing particular strings in a fields with a greater number of
> >textlines or changing the color/shape of a greater number of graphics or
> >fields etc.) the dialogs remain on top of the screen until the repeat
> >loop is finished.
> (snip)
>
> Try putting a short wait after the ask or answer line in your script. E.g.
>
> answer
> wait 6 ticks
> continue here
>
> This is useful for most modal dialogs where the script continues
> after the ask/answer/modal command, and some kind of screen redrawing
> takes place in that part of the script.
>
> Cheers
> Dave Cragg
>
Thanks! Your workaround is much more elegant than my own solution with a
"covering" object.
Such information should be included in both the Metacard and Revolution
help files.
Regards,
Wilhelm Sanke
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.