Jump to content

Recommended Posts

Posted

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.

  • Developers
Posted

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

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