$Date: 2004/08/10 18:12:29 $
IntroductionThis example requires :
This example will run a basic ProgressBar in indeterminate mode (with monitor) then switch back to determinate mode when reached a limit-level (internal value > 240).
Actions to switch back to determinate mode are allowed by user callback myProgressHandler defined on lines 14 to 38.
This callback is attached on progress bar at line 46 and monitor renders are defined on lines 102 to 114 (following QF rendering rules).
[Top]
Render options background-color = #e0e0e0
color = #996 background-color = #CCCC99
active-color = #996
speed = 100 increment = 10
[Top]
Output
[Top]
PHP source syntax highlight[Top]
Play demoRun the script.
[Top]