Jump to content

Recommended Posts

Posted

I have made a script that opens a gui form for users to input numbers into. Apparently the default color is windows grey. Is it possible to change the color? I looked at the documentation and it looks like I might be able to change colors of individual form fields, but didn't see a way to change the for to a different color than grey. Thanks

  • Moderators
Posted

I have made a script that opens a gui form for users to input numbers into. Apparently the default color is windows grey. Is it possible to change the color? I looked at the documentation and it looks like I might be able to change colors of individual form fields, but didn't see a way to change the for to a different color than grey. Thanks

Well... Usually that color is set by your windows "theme" by default. But you can look up XSkin for skinning GUIs by Valuater. (I hope it's called "XSkin" :rolleyes: )

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.

  • Moderators
Posted

GUISetBkColor

Ha... Me thinking of themes... or you could use that suggestion above :rolleyes:

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

GUIctrlsetbkcolor?

from helpfile:

Only Label, Checkbox, Group, Radio, Edit, Input, List, Listview, ListviewItem, Treeview, TreeviewItem, Graphic and Progress controls can currently be colored.

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
×
×
  • Create New...