From Porcupine wiki

Developers: maxvalue Property

Gets the progressbar's maximum value. Setting this value during runtime, will have no affect to the widget. It must be set only during the widget's initialization.

Syntax

QuiX XML
<qx:progressbar xmlns:qx="http://www.innoscript.org/quix" maxvalue="150">
</qx:progressbar>
JavaScriptvar maxvalue = pb.maxvalue;
ReturnsInteger ProgressBar maximum value.
Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXProgressBarmaxvalue
Page last modified on October 15, 2007, at 09:20 AM