Moderators big_daddy Posted February 13, 2007 Moderators Share Posted February 13, 2007 Extract this zip file into your "\XSkin\Skins" folder.Rezak.zip Link to comment Share on other sites More sharing options...
Valuater Posted February 13, 2007 Author Share Posted February 13, 2007 (edited) Nice!!!!... gotta test it with all the buttons availableHooked to your designer name8) Edited February 13, 2007 by Valuater Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted February 13, 2007 Moderators Share Posted February 13, 2007 Val,Have you shared the source for the Demo GUI in your last post? Also is there any way to use the following two images for the buttons, "Button1.bmp" for the normal, and "Button2.bmp" for mouseover?Button1.bmpButton2.bmpThanks,Bob Link to comment Share on other sites More sharing options...
Valuater Posted February 13, 2007 Author Share Posted February 13, 2007 Val, Have you shared the source for the Demo GUI in your last post? Also is there any way to use the following two images for the buttons, "Button1.bmp" for the normal, and "Button2.bmp" for mouseover? Button1.bmp Button2.bmp Thanks, Bob Haven't shared it yet..trying to finish your buttons work great 8) Link to comment Share on other sites More sharing options...
Valuater Posted February 13, 2007 Author Share Posted February 13, 2007 (edited) XSkin Plug-inXSkinAnimate.au3expandcollapse popup; Demo #cs #include <GUIConstants.au3> Dim $repeat = 1 $hwnd = GUICreate("XSkin Animate", 300, 300) $ret = XSkinAnimate($hwnd, 1, $repeat) Sleep(2000) While $repeat <= 28 ;*********** will error - for testing $repeat += 1 XSkinAnimate($hwnd, "", $repeat) Sleep(1000) $repeat += 1 XSkinAnimate($hwnd, "", $repeat) Sleep(1000) WEnd #ce Func XSkinAnimate($Xwnd, $Xstate = 1, $Xstyle = 0, $Xtrans = 0, $Xspeed = 1000) ; $Xstate - 1 = Show, 2 = Hide, "" = No State Set ; $Xstyle - 1=Fade, 3=Explode, 5=L-Slide, 7=R-Slide, 9=T-Slide, 11=B-Slide, 13=TL-Diag-Slide, 15=TR-Diag-Slide, 17=BL-Diag-Slide, 19=BR-Diag-Slide Local $Xpick = StringSplit('80000,90000,40010,50010,40001,50002,40002,50001,40004,50008,40008,50004,40005,5000a,40006,50009,40009,50006,4000a,50005', ",") If Not WinExists($Xwnd) Then XSkinAnError("XSkinAnimate, $Xwnd - Window not found ") If $Xstyle > $Xpick[0] Then XSkinAnError("XSkinAnimate, $Xstyle max is 19 ") If $Xstyle <> 0 Then Local $ret = DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $Xwnd, "int", $Xspeed, "long", "0x000" & $Xpick[$Xstyle]) If $Xtrans <> 0 Then WinSetTrans($Xwnd, "", $Xtrans) If $Xstate = 1 Then GUISetState(@SW_SHOW, $Xwnd) If $Xstate = 2 Then GUISetState(@SW_HIDE, $Xwnd) If $Xstyle <> 0 Then Return $ret EndFunc ;==>XSkinAnimate Func XSkinAnError($XE_msg) MsgBox(262208, "XSkin Error", $XE_msg, 5) Exit EndFunc ;==>XSkinAnError8) Edited February 13, 2007 by Valuater Link to comment Share on other sites More sharing options...
Valuater Posted February 13, 2007 Author Share Posted February 13, 2007 (edited) XSkinAnimate() (above) Helped me find the errors with XSkinTrayBox not showing correctly! WinMove makes the first picture ( underlying) display and GUISetState() makes the top-most picture display....so I made the important pics, 1st and last ..... Thus a new release of XSkin.au3 Feb 12, 2007 8) Edited February 13, 2007 by Valuater Link to comment Share on other sites More sharing options...
Valuater Posted February 13, 2007 Author Share Posted February 13, 2007 Down-Load Custom Example by big-daddy & FULLY-LOADEDVer 1.3.7 Feb. 12, 2007Includes...* a fully functional executable program demonstrating all current XSkin Functions* All includes/UDF Files* 40+ Skins* 20+ Buttons* HTML Help File... Enjoy!!!Valuater8) Link to comment Share on other sites More sharing options...
_Kurt Posted February 13, 2007 Share Posted February 13, 2007 Thanks for all your work, Valuater. This is simply a great way to make programs look more professional. A great contribution to the forum Kurt Awaiting Diablo III.. Link to comment Share on other sites More sharing options...
Valuater Posted February 13, 2007 Author Share Posted February 13, 2007 (edited) Down-Load Custom Example by big-daddy & FULLY-LOADEDVer 1.3.7 Feb. 12, 2007Includes...* a fully functional executable program demonstrating all current XSkin Functions* All includes/UDF Files* 40+ Skins* 20+ Buttons* HTML Help File... Enjoy!!!Valuater8)down-load XSkin - Fully Loaded here...]Down-Load Custom Example by big-daddy & FULLY-LOADED 8) Edited February 18, 2007 by Valuater Link to comment Share on other sites More sharing options...
Joscpe Posted February 13, 2007 Share Posted February 13, 2007 I have been updating the help file. Theres still a few functions I need to get on there, it's taking some time because I have to go through this whole thread to find them. Download Post -Joscpe Link to comment Share on other sites More sharing options...
Valuater Posted February 14, 2007 Author Share Posted February 14, 2007 I'm back after a month... Sorry for that, Heres the latest versionIts attached below...I had to redo it, I think its a bit better but I'm not sure, I'll have to add all theese new functions to it.Updates In Version 1.1*Added Shell & Shell Example*Added A Tiny TutorialI'll release 1.2 tomorrow....Just ONE Word... AweSome!!!!Thanks for your contribution, JoscpeValuater8) Link to comment Share on other sites More sharing options...
Joscpe Posted February 14, 2007 Share Posted February 14, 2007 Thanks!!! -Joscpe Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted February 14, 2007 Moderators Share Posted February 14, 2007 (edited) Here are the button packs for a few of my skins. The "Load Buttons" button is Press.bmp, the "XSkin Notepad" button is Over.bmp, and the rest are Normal.bmpExtract this zip file into your "XSkin\Buttons\" folder.Buttons.zip Edited February 14, 2007 by big_daddy Link to comment Share on other sites More sharing options...
Valuater Posted February 14, 2007 Author Share Posted February 14, 2007 (edited) Nice.. gottem...WELL, What do ya think of this one!!!Introducing EzSkin_1-2-3exe style....For the newbie, the non-understanding and the lazy*** this is built by Xskin and never intended to be as vast or complicatedJust EASY!!!Down-Load EzSkin_1-2-3 8) Edited February 18, 2007 by Valuater Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted February 14, 2007 Moderators Share Posted February 14, 2007 You guys are doing a great job... Keep up the good work... Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted February 14, 2007 Moderators Share Posted February 14, 2007 You guys are doing a great job... Keep up the good work...Thank you Smoke!@Val - I think it's awsome! That should bring an even bigger fan base to the project, great job! Link to comment Share on other sites More sharing options...
BrettF Posted February 14, 2007 Share Posted February 14, 2007 Damn.... I was just going to sit down and create a simple X-Skin GUI Previewer.... Oh well... Looks great! Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
lolp1 Posted February 14, 2007 Share Posted February 14, 2007 Simply amazing! Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted February 16, 2007 Moderators Share Posted February 16, 2007 (edited) Extract this zip file into your "XSkin\Skins\" folder.SteelStyle.zipExtract this zip file into your "XSkin\Buttons\" folder.SteelStyle_Buttons.zipEdit: Repacked the buttons archive. Edited February 16, 2007 by big_daddy Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted February 17, 2007 Moderators Share Posted February 17, 2007 Extract this zip file into your "XSkin\Skins\" folder.AzuriX.zipExtract this zip file into your "XSkin\Buttons\" folder.AzuriX_Buttons.zip 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