[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Meter Commands
--------------------------------------------------------------------------------

 Creating a Meter            @ <nRow>, <nCol> METER [ <oMeter> VAR ] <nActual> ;
 from source code               [ TOTAL <nTotal> ] ;
                                [ SIZE <nWidth>, <nHeight> ];
                                [ OF <oWnd> ]


 Creating a Meter            REDEFINE METER [ <oMeter> VAR ] <nActual> ;
 from resources                 [ TOTAL <nTotal> ] ;
                                [ ID <nId> ] ;
                                [ OF <oWnd> ]


 <nRow>, <nCol>  The coordinates on the screen. We simulate text coordinates.

 <oMeter>        A reference to the Meter Object.

 <nActual>       The numerical variable represented by the Meter.

 <nTotal>        The total amount represented by the Meter.

 <nWidth>,       The dimensions of the Meter in pixels.
 <nHeight>

 <oWnd>          A reference to the container Window Object of the Meter.

 <nId>           A numerical value identifiying the Meter from resources.

See Also: Commands Meter.ch
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson