DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
DDgui_WaitCursor%: bWait% [, iSpriteId% = -1]
Create a progress bar
Example :
WHILE TRUE
DDgui_show(FALSE)
DDgui_WaitCursor(TRUE)
WEND
Result :
This command creates (and shows) an animated progress bar. SHOWSCREEN should NOT be used before or after this command as it will generate a flickering display
