Jump to content

Recommended Posts

Posted (edited)

Is it possible to get a splash screen to come up untill the script is ready to run?

I have a script that will connect to internet on start up to get the IP, this adds a delay to the GUI showing up, so I thought I would display a splash screen while it gets the IP, but if I add

SplashImageOn("Splash Screen", "C:\foo.bmp",393,91,-1,-1,1)

to the first line of the .au3 before any other code the splash screen will not show until the GetIP has been resolved.

Mainly it is if the user is offline when the start the .au3 which causes a noticable delay in GUI showing up.

Edited by cyanidemonkey

My AutoIt Scripts.- AutoHost and Password Enabler for Delta Force 2 Demo.| Caffine for Winamp 2.9x and WRS 2.0 | mp3 directory cleaner | CRAP DJ | A:B:J Radio Automation Software | FFMPEG batch conversion automator

Posted

If SplashImageOn() is the very first command in your script then the splash screen should show up immediately. Could you please post your code?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...