Erik. Posted January 5, 2007 Posted January 5, 2007 Hi, i have seen somethings what are made whit autoit bu the have a very nice skin.. How to make a skin does someone has some information for me? is htere a program to make a skin? Does someone have i nive example for me.. i want to make it into my program but i want to know how and if it is nice working etc.. Gr Erik I little problem, hard to find and fix
BigDod Posted January 5, 2007 Posted January 5, 2007 Have a look Here Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Erik. Posted January 5, 2007 Author Posted January 5, 2007 Thanks allot! I little problem, hard to find and fix
Valuater Posted January 5, 2007 Posted January 5, 2007 (edited) Hi,i have seen somethings what are made whit autoit bu the have a very nice skin..How to make a skin does someone has some information for me? is htere a program to make a skin?Does someone have i nive example for me..i want to make it into my program but i want to know how and if it is nice working etc..Gr ErikI would like to know and or see some that have been made with AutoitPlease show me a link or something.... just curious*********Also...If you need help implementing XSkin.au3 into your program post it here and i will try to help you8) Edited January 5, 2007 by Valuater
Erik. Posted January 6, 2007 Author Posted January 6, 2007 Hi, i was loking for nice skins or make a own skin.. If someone has a nice graphic look could he post it here? I little problem, hard to find and fix
BALA Posted January 6, 2007 Posted January 6, 2007 I know I'm not the Original Poster, but how do you make skins, instead of using a program to do it like XSkin? [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
Erik. Posted January 6, 2007 Author Posted January 6, 2007 Hi, I like the skin of encodeit2 very much... I little problem, hard to find and fix
Moderators SmOke_N Posted January 6, 2007 Moderators Posted January 6, 2007 Hi,I like the skin of encodeit2 very much...Stick with X-Skin, the skinning options for EnCodeIt are taboo. 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.
Erik. Posted January 6, 2007 Author Posted January 6, 2007 oh ok. I little problem, hard to find and fix
Valuater Posted January 6, 2007 Posted January 6, 2007 I know I'm not the Original Poster, but how do you make skins, instead of using a program to do it like XSkin?This file has a "TRUE" Skinable programThe skin info is in one file while the creation portion is in the original program, you can create just about any type of skin you wantThe two pics on the page are the current skinshttp://www.autoitscript.com/forum/index.ph...ost&p=78760 8)
Richard Robertson Posted January 6, 2007 Posted January 6, 2007 I've been meaning to dissect the XSkin file. How do you skin, in a nutshell, or should I just dissect the file and learn that way?
Valuater Posted January 6, 2007 Posted January 6, 2007 (edited) I've been meaning to dissect the XSkin file. How do you skin, in a nutshell, or should I just dissect the file and learn that way? I would answer More to the use than the disecting of the XSkin.au3 this is as simple as it gets #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 And the "Demonstration page" starts there and goes into the understanding and development of your own skins ( dat file, pics, etc, etc ) http://www.autoitscript.com/forum/index.ph...st&p=233849 8) Edited January 6, 2007 by Valuater
BALA Posted January 7, 2007 Posted January 7, 2007 (edited) So basically, the code is a secret Edited January 7, 2007 by BALA [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
Snarg Posted January 9, 2007 Posted January 9, 2007 YaC-P uses SkinCrafter and the code is open source. A little reading goes a long way. Post count means nothing.
NELyon Posted January 9, 2007 Posted January 9, 2007 i use a DLL by larry that makes a certain color transparent, and use that to make skins.
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