PDA

View Full Version : Setting Text on a screen


Dizzy007
27th September 2002, 10:40
Hi All,

i want to display a "please wait" (or something else) during background activities - to bring some information to the user.

See attached picture

Section "doit"
; how to place info on the screen ??
ExecWait '"$TEMP\robo.bat"' ; copy in the background
SectionEnd

Thanks
Dizzy

kichik
27th September 2002, 11:29
You can show the details and use DetailPrint "Pleas wait...", or you can create a nice little DLL that will create a small window such as the verifying installer window that says "Please wait..."