Jump to content

Recommended Posts

Posted

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

Posted

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

Posted (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 Erik

I would like to know and or see some that have been made with Autoit

Please 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 you

8)

Edited by Valuater

NEWHeader1.png

Posted

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

  • Moderators
Posted

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.

Posted (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 by Valuater

NEWHeader1.png

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...