SHOWPAGE
SHOWPAGE ([n])
This command is used to display pending graphics operations allowing
for smooth animations. If SHOWPAGE is used, the internal SmallBASIC
graphics update mechanism is set to manual mode. To enable automatic
mode again, call SHOWPAGE with the optional parameter
n = 1
. This is useful, if the FORM command is used to
display GUI elements.
Example
for x = 10 to 100
cls
rect x, 10, x + 200, 200 filled
showpage
delay(20)
next
Code samples using SHOWPAGE
100lines.bas
2048.bas
2048.bas
3d rotating cube with message.bas
3dtorus.bas
analog clock.bas
angel feather.bas
another look at trig functions.bas
aquarium v2.bas
balls in 3d cube.bas
balls in 3d cube.bas
base64.bas
bezier's autograph book.bas
bezierbounce.bas
blushing snowflakes.bas
boing.bas
bomb.bas
bonkers.bas
bopit.bas
bowling7.bas
bplus paddleball.bas
circ.bas
clock.bas
crop circles.bas
curve.bas
doodle.bas
draw button test.bas
drawpoly.bas
falling blocks - tetris.bas
Graphics
ARC
CHART
CIRCLE
COLOR
DRAW
DRAWPOLY
IMAGE
LINE
PAINT
PEN
PLOT
POINT
PSET
RECT
RGB
RGBF
SHOWPAGE
TEXTHEIGHT
TEXTWIDTH
TXTH
TXTW
VIEW
WINDOW
XMAX
XPOS
YMAX
YPOS
If there is insufficient information on this page and you wish learn more about SHOWPAGE,
please send an email to smallbasic@gmail.com. You can help to improve information about
SHOWPAGE by submitting a pull request,
click View Source for details. Note, an offline language reference text file is also available - see the Download section.