CmdProgress
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Draw a progress bar. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <span class...")
Newer edit →
(Created page with "= <span class="f_Header">Action</span> = Draw a progress bar. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <span class...")
Newer edit →
Revision as of 19:35, 12 December 2014
Contents |
Action
Draw a progress bar.
Syntax
CmdProgress x, y, w, h, options, val, range
Remarks
x |
x-coordinate of progress bar top-left, in pixels |
y |
y-coordinate of progress bar top-left, in pixels |
w |
width of progress bar, in pixels |
h |
height of progress bar, in pixels |
options |
By default the progress bar is drawn with a 3D effect and the value of options is zero. Options OPT_FLAT removes the 3D effect and its value is 256. |
val |
Displayed value of progress bar, between 0 and range inclusive |
range |
Maximum value |
The details of physical dimensions are:
• | x,y,w,h give outer dimensions of progress bar. Radius of bar (r) is min (w,h)/2 |
• | Radius of inner progress line is r * (7/8) |