Valuater Posted April 2, 2007 Author Share Posted April 2, 2007 (edited) Wow!!! now over 900 downloads and no questions... http://www.autoitscript.com/forum/index.ph...amp;showfile=45... Guess I made this one too easylol8)(Includes over 100 before putting in downloads section ) Edited April 2, 2007 by Valuater Link to comment Share on other sites More sharing options...
tannerli Posted April 18, 2007 Share Posted April 18, 2007 WOW! You did a really great job there.... Again im impressed how much possibilities AutoIT got... The only question 'bout that is: What exactly can you use it for? Should it once replace Windows explorer or is this just a demo version? Link to comment Share on other sites More sharing options...
Cyber Posted April 19, 2007 Share Posted April 19, 2007 FANTASTIC VALUATER!!!! VERY VERY GOOD!!! =D Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key Link to comment Share on other sites More sharing options...
Valuater Posted April 20, 2007 Author Share Posted April 20, 2007 Thanks Tan & Cyber!!! 8) Link to comment Share on other sites More sharing options...
ryantollefson Posted April 28, 2007 Share Posted April 28, 2007 I have a question for you... When I use WinMove and have it resize a window it seems to completly break the gui. Here is an example: #include <GUIConstants.au3> #include <EzSkin.au3> $EzGUI = EzSkinGUICreate("MyEzSkinDemo",400,300) $EzIcon = EzSkinIcon($EzGUI) $Button = EzSkinButton("EzSkin Button", 150, 150, 100, 30) ;, $font_color) GUISetState() While 1 EzSkinOver() $msg = GUIGetMsg() If $msg = $EzIcon[1] Then Exit If $msg = $EzIcon[2] Then GuiSetstate(@SW_MINIMIZE, $EzGUI) If $msg = $Button Then WinMove("","",Default,Default,600,800) WEnd Is there a way to redraw the GUI after a resize like this? Link to comment Share on other sites More sharing options...
Valuater Posted April 29, 2007 Author Share Posted April 29, 2007 I have a question for you...When I use WinMove and have it resize a window it seems to completly break the gui. Is there a way to redraw the GUI after a resize like this?Becuase the GUI is constructed of small pictures according to the size when created, re-sizing the GUI does not work. However, a new GUI can created. Just use GUIDelete() for the old one.Additionally, if you have looked into re-sizing and how this affects your controls, you may prefer to create a new GUI rather than re-sizing the GUI.8) Link to comment Share on other sites More sharing options...
ddeerr Posted May 25, 2007 Share Posted May 25, 2007 (edited) Hi all, Thanks for this EzTool for eazy fun I discovered it now and tried to apply skins to a progams that i'm currently developping and it work but i needed to remove 2 things that i like : Opt("MustDeclareVars", and GuiMenu(S). If i launch prgoram with Opt("MustDeclareVars", 1) i get this error message : U:\_DSA\AutoIt\autoIt\HelpDesk_Utilities\EzSkin.au3 (923) : ==> Variable used without being declared.: $213AE08B3C13BB99 = "" And if create menu the skin starting bellow the top of windows skin. Maybe it is probably an futur update planned, could you tell me plz ? Tx Edited May 25, 2007 by ddeerr Link to comment Share on other sites More sharing options...
Valuater Posted May 25, 2007 Author Share Posted May 25, 2007 Sorry, but I don't think Opt("MustDeclareVars") or GuiMenu(S) is going to be inabled within EzSkin anytime soon. 8) Link to comment Share on other sites More sharing options...
ddeerr Posted May 27, 2007 Share Posted May 27, 2007 Sorry, but I don't think Opt("MustDeclareVars") or GuiMenu(S) is going to be inabled within EzSkin anytime soon.8)OK no prblem, i'll try something else,Otherwise Good job Link to comment Share on other sites More sharing options...
Valuater Posted May 27, 2007 Author Share Posted May 27, 2007 OK no prblem, i'll try something else,Otherwise Good job Best of luck...... and Thanks8) Link to comment Share on other sites More sharing options...
ddeerr Posted May 30, 2007 Share Posted May 30, 2007 Best of luck...... and Thanks8)True i tried to mix EzSkin with Xskin and it doesn't work well i guess i will do only xSkin for to skin at max my little window ^^ Link to comment Share on other sites More sharing options...
Valuater Posted May 31, 2007 Author Share Posted May 31, 2007 True i tried to mix EzSkin with Xskin and it doesn't work well i guess i will do only xSkin for to skin at max my little window ^^Yea...A completely different approach to these two skin programs, you almost have to choose one or the other... its just that EzSkin is so "easy to use "8) Link to comment Share on other sites More sharing options...
i542 Posted June 15, 2007 Share Posted June 15, 2007 EzSkin is greatest skin program I ever seen! I can do signature me. Link to comment Share on other sites More sharing options...
Valuater Posted June 15, 2007 Author Share Posted June 15, 2007 EzSkin is greatest skin program I ever seen!Thanks!!!8) Link to comment Share on other sites More sharing options...
i542 Posted June 15, 2007 Share Posted June 15, 2007 Thanks!!!8)You welcome and five stars on this topic I can do signature me. Link to comment Share on other sites More sharing options...
mrbond007 Posted June 18, 2007 Share Posted June 18, 2007 I enjoyed using your program but i have one small comment about it: After checking the .zip file i noticed that you've compiled the thumbnail cache files along with the skins (thumbs.db). You can use winrar to see that in almost each map inside the zip, there are thumbs.db files. This is what i got after deleting the cache and re-zipping the file: 3.622.549 original file size (EzSkin_1_2_3.zip) 2.643.870 new file size Almost 1MB wasted on Micorosft's crap files. You can turn-off the thumb cache if you like by using this : RegWrite("HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\DisableThumbCache", "CheckedValue", "REG_DWORD", "0") Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight Link to comment Share on other sites More sharing options...
Valuater Posted June 18, 2007 Author Share Posted June 18, 2007 Thanks for the info... I will take a look at changing the file 8) Link to comment Share on other sites More sharing options...
jpam Posted October 24, 2007 Share Posted October 24, 2007 how to detect mouseover in EzSkin.au3 ? EzSkinOver() has no returns in EzSkin.au3 my goal is when i move the mouse over a button ,that button must show a thumb pic without pressing that button ! is there a simple solution Valuater ? jpam Link to comment Share on other sites More sharing options...
Valuater Posted October 24, 2007 Author Share Posted October 24, 2007 how to detect mouseover in EzSkin.au3 ? EzSkinOver() has no returns in EzSkin.au3 my goal is when i move the mouse over a button ,that button must show a thumb pic without pressing that button ! is there a simple solution Valuater ? jpam Yepper!!! ... Right here EzSkin4.zip This will do the trick! 8) Link to comment Share on other sites More sharing options...
jpam Posted October 25, 2007 Share Posted October 25, 2007 (edited) This is working great ! thanks for the quick fix Valuater !only works for 1 pic control, if you add a second pic control the pic is not showing correctonly a lightblue rectanglei love to see something like;$mouse_over = EzSkinOver2($button1)$mouse_over gives a '1' when mouse is over $button1Is that possible Valuater ?Kind Regards jpam Edited October 25, 2007 by jpam 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