HighGuy Posted January 19, 2005 Posted January 19, 2005 Hi, if I want to change the style of a control and want to add a style constant I need to know the default style constants (from the doc) and set them all together. If I only use my constant than I replace the whole style. Would'nt it be useful to have a constant that includes all the defaults so that I only have to add "$XX_DEFAULT + $XX_MYSTYLE"? Is this possible?
jpm Posted January 19, 2005 Posted January 19, 2005 Hi,if I want to change the style of a control and want to add a style constant I need to know the default style constants (from the doc) and set them all together. If I only use my constant than I replace the whole style. Would'nt it be useful to have a constant that includes all the defaults so that I only have to add "$XX_DEFAULT + $XX_MYSTYLE"?Is this possible?<{POST_SNAPBACK}>Easy one I will add to GuiConstants.au3 $GUI_SS_DEFAULT_xxx, xxx being the control as LABEL, EDIT, INPUT, ...Thanks
HighGuy Posted January 19, 2005 Author Posted January 19, 2005 Easy one I will add to GuiConstants.au3 $GUI_SS_DEFAULT_xxx, xxx being the control as LABEL, EDIT, INPUT, ...Thanks <{POST_SNAPBACK}>What does "SS" mean? Do you think using LABEL, EDIT is more readable than BS, CBS, LBS, ...?
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