Core Function GUIProgressBar
From Sputnik Wiki
(Difference between revisions)
m (1 revision) |
Revision as of 21:40, 11 August 2014
GUIProgressBar( <progressbar> )
Contents |
Description
Properties & Functions specifically for ProgressBar
Parameters
progressbar
The ProgressBar GUI object to use.
Functions
Style
Change the style of the progress bar
GUIProgressBar($PBar, "Style", "Continuous"); GUIProgressBar($PBar, "Style", "Blocks"); GUIProgressBar($PBar, "Style", "Marquee");
Example
Go see GUICreate( "ProgressBar" ) for example.