myspacee Posted May 25, 2009 Posted May 25, 2009 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.
AdmiralAlkex Posted May 25, 2009 Posted May 25, 2009 (edited) You can use GUICtrlSetDefBkColor() to set a default control background color. Use a For-Next loop for the font. Edited May 25, 2009 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Developers Jos Posted May 25, 2009 Developers Posted May 25, 2009 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.
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