berry172 Posted August 30, 2012 Share Posted August 30, 2012 How to color red gui? wEmployment = guiCreateWindow(x, y, width, height, "Elérhető állások", false) Link to comment
DNL291 Posted August 30, 2012 Share Posted August 30, 2012 Isn't possible define color in GUI (if that's what you want). Link to comment
berry172 Posted August 30, 2012 Author Share Posted August 30, 2012 Isn't possible define color in GUI (if that's what you want). only white color? Link to comment
HunT Posted August 30, 2012 Share Posted August 30, 2012 How to color red gui? wEmployment = guiCreateWindow(x, y, width, height, "Elérhető állások", false) Replace the guiCreateWindow with image red Link to comment
Anderl Posted August 30, 2012 Share Posted August 30, 2012 Isn't possible define color in GUI (if that's what you want). only white color? GUI is not white, GUI is gray/black. Link to comment
Des Posted August 30, 2012 Share Posted August 30, 2012 He's obviously talking about the text. Link to comment
GTX Posted August 31, 2012 Share Posted August 31, 2012 Use guiSetProperty. wEmployment = guiCreateWindow(x, y, width, height, "Elérhető állások", false) guiSetProperty(wEmployment,"CaptionColour","FFFF0000") -- is red Link to comment
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