InsiDer Posted January 30, 2007 Posted January 30, 2007 Hello everyone! Today I came across a minor problem, obviously occuring because I'm an idiot who overlooked something blatant. So please help me. This is my problem: I'm using a gif file as splash screen, but the gif animation won't appear - it just looks like a jpg file. What can I do to make the animated gif work? #include <GUIConstants.au3> SplashImageOn("","splash.gif", 500, 400, -1, -1, -1) sleep(6000) SplashOff() Why won't this work? :\
BigDod Posted January 30, 2007 Posted January 30, 2007 I am pretty sure that animated gifs are not supported. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
InsiDer Posted January 30, 2007 Author Posted January 30, 2007 Oh.... so that means I'll have to go another way around making a progress bar to go with my splash screen...
Moderators SmOke_N Posted January 30, 2007 Moderators Posted January 30, 2007 Might look at this http://www.autoitscript.com/forum/index.php?showtopic=38549 for some alternatives. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now