CosmosTunes Posted February 25, 2008 Posted February 25, 2008 (edited) Hi, since if I have updated to v3.2.10.0 my GUI control styles doesnt work no more. My scripts which run before perfectly give me errors now. The message is "$SS_CENTER is not declared" anyone know how to fix that? ; === includes === #include-once #include <GUIConstants.au3> .... GUICtrlCreateLabel ("Loading Options...",0,110,-1,-1,$SS_CENTER) Thanks. Edit: if i write 1 instead of $SS_CENTER it works Edited February 25, 2008 by CosmosTunes
whim Posted February 25, 2008 Posted February 25, 2008 #include <StaticConstants.au3> just fixed a source myself... wim
GaryFrost Posted February 25, 2008 Posted February 25, 2008 http://www.autoitscript.com/forum/index.php?showtopic=62128 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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