|
« menu play »
Objects / pbar
pbar
pbar(objnum,coord,count,option)
creates a progress bar object
Parameters
| objnum | object number |
| coord | column, row, width, height (optional) comma or @am delimited. If grid is used then column and row are not specified, and width is optional |
| count | the number of steps |
| option | options comma or @am delimited |
Options
| bkg color | sets backgroung color |
| frg color | sets foreground color |
| disable | inactive |
| hide | invisible |
| off | same as inactive |
| sizing CODE [base.objnum] | sizing specification (see sizing) |
Functions
| delobj | deletes object |
| do | executes an additional action |
| getdt | returns additional data |
| modify | modifies object's properties |
| pbarcount | sets the number of progress bar steps |
| pbarpos | sets pbar to the specified position |
« menu play »
|