Jump to content

set constant for GUI


Recommended Posts

Hello,

I create a large GUI with a lot of labels

Lot of script is composed from 'graphics' and want to trim down code lines.

I'm here to ask if is possible to make some setting default for my script, in particular:

GUICtrlSetFont(-1, 14, 400, 0, "MS Sans Serif")
    GUICtrlSetBkColor(-1, 0x00ff00)

thank you for any info,

m.

Link to comment
Share on other sites

You can use GUICtrlSetDefBkColor() to set a default control background color. Use a For-Next loop for the font.

Edited by AdmiralAlkex
Link to comment
Share on other sites

  • Developers

The Helpfile is your friend:

Sets the default background color of all the controls of the GUI window.

GUICtrlSetDefBkColor ( defbkcolor [, winhandle] )

Sets the default font for a GUI window.

GUISetFont (size [, weight [, attribute [, fontname [, winhandle]]]] )

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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