Jump to content

Splash Screen Problem


Recommended Posts

Well, whenever I try running my splash screen, it won't view. This is the script I'm using:

SplashImageOn("Splash Screen", "Splash.png", 300,170)
WinSetTrans("Splash Screen", "",200) 
Sleep(3000)
SplashOff()

Here's the splash screen I'm using:

Posted Image

Also, I tried the example SplashImageOn script, and it worked. So can anyone help me on what I'm doing wrong? I am using AutoIt v3.2.2.0.

Link to comment
Share on other sites

http://www.autoitscript.com/autoit3/docs/f...lashImageOn.htm

The image is scaled to specified width and height and should be a Bitmap, GIF, or JPEG image. Icons (ICOs) will not display, though the window still appears. PNG images throw an error message of failing to load, and so do invalid files/paths.

Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...