Jump to content

Recommended Posts

Posted

I like changing the colors of my controls and such, make the background white and the text blue... but i dont like giving every label/input etc the GUICtrlSetColor()

Is there a way, with like OPT("defaultlabelcolor") or something, so you dont twice as many lines?

Posted

I like changing the colors of my controls and such, make the background white and the text blue... but i dont like giving every label/input etc the GUICtrlSetColor()

Is there a way, with like OPT("defaultlabelcolor") or something, so you dont twice as many lines?

Did you try to put the color in a variable ?? Then you only have to change that var to change every color.

Posted

Yeah thats what i have right now, but its still alot of extra lines i was just wondering if i was wasting time doing it that way

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