pobman Posted December 28, 2006 Posted December 28, 2006 This is a newbie question I'm sure, but I didn't find it through searching the forum. I'm trying to pull the desktop heigth and width using @DesktopHeight and @DesktopWidth and then plug that data into the SplashImageOn function, but I can't seem to get it to work. I've tried this among other things: SplashImageOn("Picture window", "\picture.bmp", "","",@DesktopWidth ,@DesktopHeight ,1 ) I assume I'm using the Macros incorrectly, but I don't know how to use them.
Helge Posted December 28, 2006 Posted December 28, 2006 SplashImageOn("title", "mypic.jpg", @DesktopWidth, @DesktopHeight, -1, -1, 1)
pobman Posted December 28, 2006 Author Posted December 28, 2006 SplashImageOn("title", "mypic.jpg", @DesktopWidth, @DesktopHeight, -1, -1, 1) Great, thank you very much for the quick reply. It works now.
Outshynd Posted December 28, 2006 Posted December 28, 2006 Yeah, simple mistake: you were putting width and height into the place where starting position should go. I'm only pointing this out in case you didn't know where you went wrong originally; if you figured it out on your own, ignore me
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