mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 11:59:34 +00:00
Show "Starting..." for projects with too many controls.
This commit is contained in:
parent
fbebf10922
commit
7f065fb239
3 changed files with 3 additions and 1 deletions
|
@ -353,7 +353,9 @@ SUB __UI_Init
|
|||
IF __UI_FormID = 0 THEN SYSTEM
|
||||
|
||||
SCREEN _NEWIMAGE(Control(__UI_FormID).Width, Control(__UI_FormID).Height, 32)
|
||||
_DELAY .1
|
||||
COLOR Control(__UI_FormID).ForeColor,Control(__UI_FormID).BackColor
|
||||
CLS
|
||||
_PRINTSTRING (_WIDTH / 2 - _PRINTWIDTH("Starting...") / 2, _HEIGHT / 2 - _FONTHEIGHT / 2), "Starting..."
|
||||
_SCREENSHOW
|
||||
|
||||
_DELAY .1
|
||||
|
|
Binary file not shown.
BIN
UiEditor.exe
BIN
UiEditor.exe
Binary file not shown.
Loading…
Reference in a new issue