From Porcupine wiki

Developers: redraw method

The redraw method repositions all the elements of the widget. If bForceAll is false, it only redraws elements whose position and dimensions are not fixed, which speeds up the procedure. If bForceAll is set to true, then all elements are redrawed.

Syntax

Syntax
widget.redraw(bForceAll);
ParametersbForceAll : Required. Boolean indicating whether the redraw of all elements is forced or not.
Returns-
Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXredraw
Page last modified on October 02, 2007, at 08:19 AM