From Porcupine wiki

Developers: ProgressBar class

Description

This is the class for creating a QuiX Progress Bar.

Syntax

QuiX XML
<qx:progressbar xmlns:qx="http://www.innoscript.org/quix" width="200" height="20" id="prBar" maxvalue="150">
</qx:progressbar>
JavaScriptvar pb = new ProgressBar({width:200, height:20, id='prBar'});

Properties

maxvalue

Methods

increase, setValue

Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXProgressBar
Page last modified on October 15, 2007, at 09:15 AM