Valuater Posted June 19, 2007 Author Share Posted June 19, 2007 I am sure it will work if you disable both GUICtrlSetState($Cancel , $GUI_DISABLE) GUICtrlSetState($Cancel +`1, $GUI_DISABLE) ... $color is the color of the text... try this for red text $Cancel = _HoverButton("Cancel", 59, 325, 230, 30, 0xff0000) 8) Link to comment Share on other sites More sharing options...
J0ker Posted June 21, 2007 Share Posted June 21, 2007 I am sure it will work if you disable bothGUICtrlSetState($Cancel , $GUI_DISABLE)GUICtrlSetState($Cancel +1, $GUI_DISABLE)8)I tried this too and only the text is disabled. The button still change color when my mouse is over it.... Link to comment Share on other sites More sharing options...
Valuater Posted June 22, 2007 Author Share Posted June 22, 2007 (edited) I have now tried numerous ideas... none worked...so Sorry, there is no disable action for the controls XSkin buttons do have a disable function ( original non-pic buttons ) 8) Edited June 22, 2007 by Valuater Link to comment Share on other sites More sharing options...
Glyph Posted July 31, 2007 Share Posted July 31, 2007 (edited) Skins.zip doesn't seem to work... (found xskins.zip in the downloads) Edited August 5, 2007 by BackStabbed tolle indicium Link to comment Share on other sites More sharing options...
Valuater Posted August 8, 2007 Author Share Posted August 8, 2007 Skins.zip doesn't seem to work...(found xskins.zip in the downloads) Thanks backstabbed...fixed the link ... now goes to the download section8) Link to comment Share on other sites More sharing options...
Achilles Posted August 20, 2007 Share Posted August 20, 2007 (edited) Problem Edited August 20, 2007 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
Valuater Posted August 21, 2007 Author Share Posted August 21, 2007 (edited) ProblemI was able to help.....thx8) Edited August 22, 2007 by Valuater Link to comment Share on other sites More sharing options...
James Posted August 28, 2007 Share Posted August 28, 2007 XSkin doesnt work on 3.2.60 Just when I decide to use it I get an error: The $XSkin_Folder was not found. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Valuater Posted August 28, 2007 Author Share Posted August 28, 2007 XSkin doesnt work on 3.2.60 Just when I decide to use it I get an error:The $XSkin_Folder was not found.Xskin works fine. That is an error on your part!Be sure to correctly define where the skin/pic folder is located8) Link to comment Share on other sites More sharing options...
James Posted August 28, 2007 Share Posted August 28, 2007 (edited) #Include <XSkin.au3> ; folder of skin $XSkin_Folder = @ScriptDir & "\Skins\Noir\" $XSkinGui = XSkinGUICreate( "My GUI", 400, 450, $XSkin_Folder) GUISetState() While 1 Sleep(10) WEndIt doesnt work on 3.2.7.0 or 3.2.6.0. The directory is correct.Whoops, my bad. The dir was wrong. Forgot a \Although XSkin wont work if there are still controls that are not skinned. Edited August 28, 2007 by JamesB Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Valuater Posted August 29, 2007 Author Share Posted August 29, 2007 (edited) #Include <XSkin.au3> ; folder of skin $XSkin_Folder = @ScriptDir & "\Skins\Noir\" $XSkinGui = XSkinGUICreate( "My GUI", 400, 450, $XSkin_Folder) GUISetState() While 1 Sleep(10) WEnd It doesnt work on 3.2.7.0 or 3.2.6.0. The directory is correct. Whoops, my bad. The dir was wrong. Forgot a \ Although XSkin wont work if there are still controls that are not skinned. There is no code included that shows the controls you are talking about ??? 8) PS... Glad you found your first problem Edited August 29, 2007 by Valuater Link to comment Share on other sites More sharing options...
James Posted August 29, 2007 Share Posted August 29, 2007 (edited) #Include <XSkin.au3> ; folder of skin $XSkin_Folder = @ScriptDir & "\Skin\Noir\" $XSkinGui = XSkinGUICreate( "My GUI", 400, 450, $XSkin_Folder) GUICtrlCreateButton("TEST", 1, 10) GUISetState() While 1 Sleep(10) WEndoÝ÷ Ù+kjx¶Âä±»Â+a'(uë$yâ '¶P¬jz ¡hZ¶X¦Öìj·êÞHv'ZºÚ"µÍÒÚ[ÝZPÜX]JUKÒQRQÒKÒÒS Edited August 29, 2007 by JamesB Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
James Posted August 29, 2007 Share Posted August 29, 2007 (edited) I made a skin =)Royale Blue:DownloadNeeds fixing for height etc.This skin also includes a Close & Minimize button! Edited August 29, 2007 by JamesB Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Valuater Posted August 29, 2007 Author Share Posted August 29, 2007 Thanks!!!...First new skin in a while!! Looks nice from your pic, but does need some fix'n 8) Link to comment Share on other sites More sharing options...
James Posted August 29, 2007 Share Posted August 29, 2007 Can you tell me how to fix it? Thanks Val! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Valuater Posted August 29, 2007 Author Share Posted August 29, 2007 (edited) Maybe....Just a small effort to help the Author JamesBRoyale.zip8) Edited April 30, 2008 by Valuater Link to comment Share on other sites More sharing options...
James Posted August 30, 2007 Share Posted August 30, 2007 Nice! Thanks Val. You should add an option in the Skin.dat file to specifiy round corners. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Valuater Posted August 31, 2007 Author Share Posted August 31, 2007 Nice! Thanks Val. You should add an option in the Skin.dat file to specifiy round corners.Welcome!!!The "round corners" are created with the GUI $XSkinGui = XSkinGUICreate( $guiTitle, $guiWidth, $guiHeight, $Skin_Folder, $guiHeader, $guiCorners) or $XSkinGui = XSkinGUICreate( $guiTitle, $guiWidth, $guiHeight, $Skin_Folder) ; uses defaults8) Link to comment Share on other sites More sharing options...
ClarityZ Posted September 4, 2007 Share Posted September 4, 2007 Very GOOD job ^^ I like your skin!! GREEAT Link to comment Share on other sites More sharing options...
Valuater Posted September 6, 2007 Author Share Posted September 6, 2007 Very GOOD job ^^I like your skin!!GREEATThx8) Link to comment Share on other sites More sharing options...
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