delphi - Splash screen with progress bar -
my database takes quite time load (it on network) thought display splash screen animation (progress bar or simple animation) keep user occupied.since everyone's guess when table open, can not use timer running progress bar. animated gif better choice. however, how can hide/free splash screen before table opens (and main form shows) ???
you can use ttimer , update tprogressbar inside until loading on .
for the timer use function "on timer" put parameter interval 500 ms
to finish when loading on make tprogressbar not visible , timer enabled value false , finallely show main form
Comments
Post a Comment