insignia96 1 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 post Share on other sites
Michel Claveau 1 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 post Share on other sites
Valuater 138 Posted June 16, 2009 Author Share Posted June 16, 2009 Cool, Now that you understand how they are created, lets see some of your own creativity!! 8) Link to post Share on other sites
Michel Claveau 1 Posted June 17, 2009 Share Posted June 17, 2009 Hi, Valuater!Cool, Now that you understand how they are created, lets see some of your own creativity!!You forgot:#243933#243953#243909#243915#243919#243958etc. Link to post Share on other sites
Valuater 138 Posted June 17, 2009 Author Share Posted June 17, 2009 Hi, Valuater!You forgot:#243933#243953#243909#243915#243919#243958etc.Damn!!! Your Right!! I used your Skin for the first picture post in the EzSkin Thread!! 8) Link to post Share on other sites
damian666 0 Posted August 17, 2009 Share Posted August 17, 2009 it has been asked before, but that was way back, so ill do it again, maybe your capable of adding it now ^^ what about png support? you said on that first post where it was asked that it would support all graphics that autoit supports, but seeying nowadays we have ways to use png on controls and gui... I think its worth looking intoo ^^ thanx for your wonderfull script mate , cheers. Damian666 and proud of it!!! Link to post Share on other sites
Valuater 138 Posted November 7, 2009 Author Share Posted November 7, 2009 A little late I know...but, I looked into png support slightly and with the Button hover and etc, it's really not a viable addition to XSkin... 8) Link to post Share on other sites
damian666 0 Posted November 7, 2009 Share Posted November 7, 2009 bummer XD oh well, thanx anyway ^^ Damian666 and proud of it!!! Link to post Share on other sites
Shafayat 3 Posted December 16, 2009 Share Posted December 16, 2009 The archive provided in the first post is not working at all and I am getting many error message? Can you give me some light? (Actually I don't need a light, I need a fix. LOL) Regards Shafayat [Not using this account any more. Using "iShafayet" instead] Link to post Share on other sites
Valuater 138 Posted December 23, 2009 Author Share Posted December 23, 2009 The archive provided in the first post is not working at all and I am getting many error message?Can you give me some light? (Actually I don't need a light, I need a fix. LOL)RegardsShafayatI have been waiting for anyone else with the same or a similar problem. ... Can you be a little more explicit with your explination of the problem you are having?8) Link to post Share on other sites
Valuater 138 Posted April 1, 2010 Author Share Posted April 1, 2010 After a quick look at EzSkin which was designed from XSkin, there is no logical way to incorporate the GDI lay-over skins. The best use I could reasonably establish is to use _ButtonHover() with the GDI and they should work together. That lays this idea to rest perminantly... unless someone else wants to prove differently... 8) Link to post Share on other sites
adik2dmax666 0 Posted April 17, 2010 Share Posted April 17, 2010 I now got my GUI Xskinned, hope there's more skins to come First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack. -George Carrette[sub]GD Keylogger Creator (never released)[/sub][sub]Garena Autojoin v3.0[/sub] Link to post Share on other sites
Fire 3 Posted April 19, 2010 Share Posted April 19, 2010 Valuater Fantastic Job! Really Fantastic!Thank you very much for share with us your GREAT JOB. [size="5"] [/size] Link to post Share on other sites
Valuater 138 Posted April 20, 2010 Author Share Posted April 20, 2010 Valuater Fantastic Job! Really Fantastic!Thank you very much for share with us your GREAT JOB.Thank you very much for the compliment!. Many others don't realize just how much time and effort went into this project.8) Link to post Share on other sites
JackDinn 1 Posted May 23, 2010 Share Posted May 23, 2010 (edited) Hi, Sorry for this question, iv prob missed something although iv read through the entire thread but im gonna ask it anyhow Iv got a few apps that i built and i thought id have a look at skinning a couple of them so iv found your Xskin, tested it & applied it to one of my apps. XSkin is a great piece of work and after messing around with the positioning of ctrl's my app's looking just fine. The only thing is that the skinned GUI does not have the ability to resize by the normal dragging of the corners ? Did i miss something ? I did think about making an invisible button for the corners and just doing something like :- while _IsPressed ("01") WinMove (move corner pos to mouse pos) wend Sorry again if this subject was already covered, i couldn't see it. Thx for an excellent contribution to AI Edited May 23, 2010 by JackDinn Thx all,Jack Dinn. JD's Auto Internet Speed Tester JD's Clip Catch (With Screen Shot Helper) Projects :- AutoIt - My projects My software never has bugs. It just develops random features. :-D Link to post Share on other sites
Shafayat 3 Posted May 24, 2010 Share Posted May 24, 2010 Jack, I do not have much experience with xskins. But one thing is certain. Using a while loop with ispressed udf is not a good idea as it hogs CPU too much. [Not using this account any more. Using "iShafayet" instead] Link to post Share on other sites
JackDinn 1 Posted May 24, 2010 Share Posted May 24, 2010 yea but its only while a user is resizing the GUI (a sec or so) so its no prob But im hoping someone might have a better answer , like i said maybe i missed something. Thx all,Jack Dinn. JD's Auto Internet Speed Tester JD's Clip Catch (With Screen Shot Helper) Projects :- AutoIt - My projects My software never has bugs. It just develops random features. :-D Link to post Share on other sites
eri 0 Posted May 24, 2010 Share Posted May 24, 2010 I have Download It.. It`s Cool.. I like Splash, Slide Gui in XSkin_Demo_Feb_12 Application.. Could U post The Script XSkin_Demo_Feb_12 Application.. Link to post Share on other sites
JackDinn 1 Posted May 25, 2010 Share Posted May 25, 2010 (edited) I hope you dont mind but iv had a little tinker with your script for XSkin.au3 in particular XSkinGUICreate() as i mentioned earlier i was looking for a way to restore the ability to resize the GUI by the normal dragging the corners or sides. So iv come up with this , its a little off but close, o and iv not tried the corner rounding yet either. syntax :- XSkinGUICreate("Title", width, hight ,x pos ,y pos ,Skin_location [,header [,corners]] [REMOVED] Please note its XSkinx NOT XSkin (just so there's no muddle) Im hoping it should do for what i want but does need tidying. EDIT:- this is a little better it keeps the XIcon buttons (the exit & minimize buttons) in place. Im only using the Skinning for the GUI so i have not a clue how this would work with Skinned buttons, input boxs etc etc. One problem i have found is that you need to set GUISetState() directly after the XSkinGUICreate( "My GUI", 400, 450, 100,100,$Skin_Folder,1,0) otherwise any controls you add dont resize properly or at all. Maybe someone can figure out why this is. Edited May 27, 2010 by JackDinn Thx all,Jack Dinn. JD's Auto Internet Speed Tester JD's Clip Catch (With Screen Shot Helper) Projects :- AutoIt - My projects My software never has bugs. It just develops random features. :-D Link to post Share on other sites
Valuater 138 Posted May 27, 2010 Author Share Posted May 27, 2010 I hope you dont mind but iv had a little tinker with your script for XSkin.au3... One problem i have found is that you need to set GUISetState() directly after the XSkinGUICreate( "My GUI", 400, 450, 100,100,$Skin_Folder,1,0) otherwise any controls you add dont resize properly or at all. Maybe someone can figure out why this is. Tinkering with XSkin is ok with me. Secondly, The use of GuiSetState() is typical of the "Create" Function. Here is the minimal example fo XSkin #include <XSkin.au3> ; folder of skin $Skin_Folder = @ScriptDir & "\Skins\Black-Yellow" $XSkinGui = XSkinGUICreate( "My GUI", 400, 450, $Skin_Folder) GUISetState() While 1 Sleep(10) WEnd I don't think you have a problem in that area. 8) Link to post Share on other sites
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