Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Sample Reference - <b>guage.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Guage.prg
 Status gauge functions
--------------------------------------------------------------------------------

     GaugeNew( <nRowTop>, <nColumnTop>, <nRowBottom>, <nColumnBottom>,
        [<cBackgroundColor>],
        [<cGaugeColor>],
        [<cGaugeCharacter>] ) --> aGauge

     Create a new gauge array.

     GaugeDisplay( <aGauge> ) --> aGauge

     Display a gauge array to the screen.

     GaugeUpdate( <aGauge>, <nPercent> ) --> aGauge

     Updates a gauge with a new progress value and redisplays the gauge to
     the screen to the screen.


See Also: Gaugdemo.prg

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson