InsiDer Posted October 11, 2006 Posted October 11, 2006 (edited) Hey guys, I'm having trouble finding my skin directory.... #include <XSkin.au3> $Skin_Folder = @ScriptDir & "\Skins\Black-Yellow" $XSkinGui = XSkinGUICreate( "My GUI", 400, 450, $Skin_Folder) GUISetState() While 1 Sleep(10) WEnd Error.... it fails to locate the skin. What should I do? >.< Edited October 11, 2006 by InsiDer
Valuater Posted October 11, 2006 Posted October 11, 2006 Autoit is looking in the same location as your script for the "skins" folder did you download the skins and place them in your script folder? 8)
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