Valuater Posted December 28, 2008 Author Share Posted December 28, 2008 oh thx a lot! i did it! but when i use this code: $Button3 = _HoverButton("Close", 350, 226, 97, 25, $color) GUICtrlSetTip(-1, "Quit program") it doesn't work? Thats because the "-1" means the last created control and that is a label that goes over the picture control So.. use this $Button_1 = _HoverButton ("Small", 180, 80, 70, 15, $color) GUICtrlSetTip( $Button_1, "This is a control tip for #1 ") 8) Link to comment Share on other sites More sharing options...
KenNichols Posted December 31, 2008 Share Posted December 31, 2008 One word.Awesome!Thank You, this makes life much easier and more colorful!If you are new to AutoIT also check out:AutoIt 1-2-3http://www.autoitscript.com/forum/index.php?showtopic=21048# [topic="21048"]New to AutoIt? Check out AutoIt 1-2-3![/topic] Need to make a GUI? You NEED KODA FormDesigner! Link to comment Share on other sites More sharing options...
JScript Posted January 3, 2009 Share Posted January 3, 2009 I think it would be very difficult to make one for XSkin, however JScript had made one for EzSkin and when he left he had all of his posts deleted.I am thinking of making one for EzSkin, but not to the level that JScript did....Better than that, there were quit a few who had downloaded the EzSkin coverter from JScript and might still have a working copy that they can post it8)Hi Valuater,I'm back... Happy new year 2009!!! http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Valuater Posted January 3, 2009 Author Share Posted January 3, 2009 Hi Valuater,I'm back... Happy new year 2009!!!Great!! Glad to see your back!... and Happy New Year to you!!8) Link to comment Share on other sites More sharing options...
NoDark Posted January 17, 2009 Share Posted January 17, 2009 wish this would work for me i always get some sort of something not declared in the xskin.au3 file i get line 94 now variable used without being declared Link to comment Share on other sites More sharing options...
Valuater Posted January 17, 2009 Author Share Posted January 17, 2009 (edited) wish this would work for mei always get some sort of something not declared in the xskin.au3 file i get line 94 now variable used without being declareddid you get the "fix" on page 1?it links to herehttp://www.autoitscript.com/forum/index.ph...st&p=4796568) Edited January 17, 2009 by Valuater Link to comment Share on other sites More sharing options...
Valuater Posted January 17, 2009 Author Share Posted January 17, 2009 (edited) As the Latest release of Autoit is out and the old version is not used as much, I have updated the XSkin.au3 file and added the latest includes from the latest Autoit.** UPDATED ** Jan 17, 2009 Ver 1.4.08) Edited January 17, 2009 by Valuater Link to comment Share on other sites More sharing options...
NoDark Posted January 19, 2009 Share Posted January 19, 2009 As the Latest release of Autoit is out and the old version is not used as much, I have updated the XSkin.au3 file and added the latest includes from the latest Autoit.** UPDATED ** Jan 17, 2009 Ver 1.4.08)i tryed the fix i even tryed your updated one and this is the error i keep gettingthank you for your help Link to comment Share on other sites More sharing options...
sisu Posted January 22, 2009 Share Posted January 22, 2009 error Link to comment Share on other sites More sharing options...
Valuater Posted January 22, 2009 Author Share Posted January 22, 2009 I realize you are new....There is an "include" folder at "C:\Program Files\AutoIt3\Include" download XSkin.au3 and save it in this folder.Remember this for any and all includes8) Link to comment Share on other sites More sharing options...
Valuater Posted January 22, 2009 Author Share Posted January 22, 2009 OK... found a newer problem that may have been there for a while. XSin Buttons were originally designed to execute a functionXSkinButton($Btext, $Bleft, $Btop, $Bwidth, $Bheight, $event_function = "")However since XSkin's development we added the ability to set the state of the button and GUIGetMsg() has not worked since ( AFAIK ). This has just come to my attention today!XSkin buttons will still work on event. BUT, to use the $msg you must write it like this$msg = MouseOver() ; for XSkin buttons onlyfor GUIGetMsg() Use$msg2 = GUIGetMsg()This is based on today's new update to XSkin.au3 ver 1.4.1Thanks,Valuater8) Link to comment Share on other sites More sharing options...
Valuater Posted January 22, 2009 Author Share Posted January 22, 2009 from examples page #2 Using GUIGetMsg() Basic, ASkinned GUI, Button and XSkinButton #include <XSkin.au3> $Skin_Folder = @ScriptDir & "\Skins\Universal" $XSkinGui = XSkinGUICreate("My GUI", 400, 450, $Skin_Folder) $Button_1 = XSkinButton("Testing 1st Button", 135, 150, 120, 30) $Button_2 = GUICtrlCreateButton("Testing 2nd Button", 135, 250, 120, 30) GUISetState() While 1 $msg1 = MouseOver() $msg2 = GUIGetMsg() Select Case $msg1 = $Button_1 MsgBox(64, "Test #1", "You pressed XSkin Button", 2) Case $msg2 = $Button_2 MsgBox(64, "Test #2", "You pressed Autoit Button", 2) EndSelect WEnd 8) Link to comment Share on other sites More sharing options...
stones Posted March 7, 2009 Share Posted March 7, 2009 How To Creat New Skin???? Link to comment Share on other sites More sharing options...
Valuater Posted March 7, 2009 Author Share Posted March 7, 2009 (edited) How To Creat New Skin????Follow the big letters on page #1SEE - XSkin.au3 Demonstration Page & Custom Skin DesignsThat goes to page #2 btwValuater8)maybe I need to say see this.... Development: ...on that page Edited March 7, 2009 by Valuater Link to comment Share on other sites More sharing options...
Inyu Posted March 17, 2009 Share Posted March 17, 2009 Looks nice Valuater.I can't seem to download it though. .[i've got dial up and my usual connection speed is 49.2kb per second.It gets to about 20-21mb and the connecetion drops[not the internet connection the one between the download].So can anyone please email me it?My email address is wa4tlo@bellsouth.net Link to comment Share on other sites More sharing options...
Valuater Posted March 17, 2009 Author Share Posted March 17, 2009 Looks nice Valuater.I can't seem to download it though. .[i've got dial up and my usual connection speed is 49.2kb per second.It gets to about 20-21mb and the connecetion drops[not the internet connection the one between the download].So can anyone please email me it?My email address is wa4tlo@bellsouth.net I really don't understand... according to the XSkin "Fully Loaded" here http://www.autoitscript.com/forum/index.ph...amp;showfile=44 File Size 3.73MB Not 20+?? Try to download from there or, have a friend try too! Then email it to you. Good Luck Valuater 8) Link to comment Share on other sites More sharing options...
joeloyzaga Posted March 19, 2009 Share Posted March 19, 2009 I can't download the XSkin.au3 Link to comment Share on other sites More sharing options...
Valuater Posted March 19, 2009 Author Share Posted March 19, 2009 I can't download the XSkin.au3I Just downloaded the two XSkin.au3 files on page #1 ( old & new file ) They open on a new page... no problemThen, I downloaded and ran XSkin Fully Loaded.... no problem.I cant help you if I can't duplicate the problem.... Sorry!8) Link to comment Share on other sites More sharing options...
insignia96 Posted June 12, 2009 Share Posted June 12, 2009 (edited) Just a quick question Valuater, Is it possible to have these in the resources so you dont have to distribute the folder WITH your standalone? EDIT: NVM using FileInstall to install them to the Temp Directory seems to be working fine Edited June 12, 2009 by insignia96 Visit my website to see all my finished releases!Releases here:UDFs:GUI ResizingColor List (Web Colors)GUIFade_NearestPower Link to comment Share on other sites More sharing options...
Michel Claveau Posted June 12, 2009 Share Posted June 12, 2009 (edited) Hi! I made another skin, derived of Universal (from BigDaddy). See attachment: MAmbre.zip @-salutations -- Michel ClaveauMAmbre.zip Edited June 12, 2009 by Michel Claveau 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