Jump to content

Recommended Posts

Posted

Suggest : change the "$guiCorners", in "XSkinGUICreate(" for take the radius of round-corner.

if my english is not too rounded... :)

good thought... any ideas on how? ( calculations )

8)

NEWHeader1.png

Posted

good thought... any ideas on how? ( calculations )

8)

Re-re-re-re-Hi!

no calculation!

Easy to transfert (copy) the value of the parameter in $i_x3 and $i_y3 , in _GuiRoundCorners(

User can take 25 (default), 30, 40, ... 100, etc.

Posted

Will do ... next release

1

$i_x3 and $i_y3 will be the same

2

will change from...

$guiCorners = 1 ; 0 = no rounded corners ( optional, default is rounded )

to...

$guiCorners = 25 ; 0 = no rounded corners, ( optional, default is rounded with "arc" of 25)

ok?

8)

NEWHeader1.png

Posted

Hi!

What is "progress bars"?

Sorry, my english is limited. If you have a french translation... thanks

$Progress1 = XSkinProgress(90, 140, 200, 20) ; mouse-over color automatic
GUICtrlSetData($Progress1,50) :******************** SETS PROGRESS BARS ******************

8)

NEWHeader1.png

Posted (edited)

Well Before big daddy gets his "10 more" completed

Posted Image

Extract this zip file into your "\XSkin\Skins" folder.

http://www.autoitscript.com/fileman/users/valuater/BlackJack-XSkin.zip

8)

Edited by Valuater

NEWHeader1.png

  • Moderators
Posted

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.
Posted (edited)

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

Posted

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

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...