Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfpro()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfPro()
Displays a scroll bar
------------------------------------------------------------------------------
Syntax:

     dfPro( <nTop>, <nLeft>, <nRight>,    ;
            <nCurrent>, <nTotal>, <cColor> ) --> NIL

Parameters:

     <nTop>, <nLeft> Starting coordinates
     <nRight>   Scroll bar lenght
     <nCurrent> Current number of items
     <nTotal>   Total number of items. The percentage is calculated as
     100:nTotal=X:nCurrent
     <cColor>   Scroll bar color

Returns:

     NIL

Description:

     Draws a scroll bar on the screen, which puts in evidence a percentage.

Example:

     //Draws a scrollbar to display a 10% percentage
     dfPro( 1, 10, 24, 20, 200, "W+/B" )

See also:

     dfWaitOn()

See Also: dfWaitOn()

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