Jump to content

XSkin.au3... Skin your GUI


Valuater
 Share

Recommended Posts

  • Moderators

Nice skin Val!

I'd like to make a couple suggestions, and report a couple bugs.

  • Ability to specify separate height values for top and bottom images, and width for the side images.
  • Ability to specify two images for buttons, normal and rollover.
  • Only the main gui seems to abide by the $guiCorners value.
  • The traybox has something screwy with the bottom middle image.
Link to comment
Share on other sites

Only the main gui seems to abide by the $guiCorners value.

Fixed for next release v 1.3.0

Ability to specify two images for buttons, normal and rollover.

currently we have 3 types of buttons

1. A colored button with mouse-over color change

2. A "Normal" button with an Icon Image ( no mouse-over color change )

3. A "Normal" button ( no image and no mouse-over color change

the mouse-over color change for the colored button is optional, however that would include "ANY" mouse over color changes by removing MouseOver() from the While Loop.

Other wise the colored buttons cannot have "some" change color and "some" not change color...

this is not available

The traybox has something screwy with the bottom middle image.

Yes .... as stated here....

http://www.autoitscript.com/forum/index.ph...st&p=241465

apparently the GUI does not like the WinMove() and may appear dis-formed... i couldn't find the answer to that one... if you can, please let me know

Ability to specify separate height values for top and bottom images, and width for the side images.

this is the most complicated question of all... the challenge here is...

Simplicity maybe Best....

1

complicated for more users to create a skin, as it is now, only a few people are willing to try... thus more complicated would mean less users here could "possibly" not be able to make skins in their desired theme

2

more than #1, the spacing for all of the message boxes ( Input, Message, and Tray ) are based on the width and height of the images.... and there is already many calculations to get that right... I think trying to change the spacing for the main GUI images could be done, however that would truely complicate all the messages boxes stated above

I appreciate all of your effort on this

Thanks

Valuater

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

additionally....

Ability to specify two images for buttons, normal and rollover.

Initially, I tried to incorporate "Colored buttons" from the "GUIButton.au3" by gafrost,

I found i kept getting an error and i couldn't manage the mouse-over color changes

C:\PROGRA~1\AutoIt3\beta\Include\GuiButton.au3(65,22) : ERROR: Button_Click(): undefined function.
            Button_Click ($nID)
            ~~~~~~~~~~~~~~~~~~^

there were other problems after 5 buttons also... IIRC

If GUIButton.au3 was working properly, This would be an added benifit to XSkin and because the colored buttons from GUIButton look so similar to XSkin buttons, this could have accomplished your request

8)

NEWHeader1.png

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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