Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

redraw method

Developers.QuiXredraw History

Hide minor edits - Show changes to markup

October 02, 2007, at 08:19 AM by Thomas Bellos -
Changed lines 3-4 from:

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, the all og the elements are redrawed.

to:

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.

October 02, 2007, at 08:19 AM by Thomas Bellos -
Added lines 1-12:

(:title 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, the all og the elements are redrawed.

Syntax

Syntax
widget.redraw(bForceAll);
ParametersbForceAll : Required. Boolean indicating whether the redraw of all elements is forced or not.
Returns-
Page last modified on October 02, 2007, at 08:19 AM