dpaynebrown Posted March 4, 2008 Posted March 4, 2008 The _GUICtrlComboBox ignores whichever font I've set for the GUI itself (GUISetFont). It also ignores the GUICtrlSetFont command.Is there a way to set the font for _GUICtrlComboBox? Or is this another one of those simple things I've overlooked?
GaryFrost Posted March 4, 2008 Posted March 4, 2008 The _GUICtrlComboBox ignores whichever font I've set for the GUI itself (GUISetFont). It also ignores the GUICtrlSetFont command.Is there a way to set the font for _GUICtrlComboBox? Or is this another one of those simple things I've overlooked?No need to use _GUICtrlComboxCreate, use GuiCtrlCreateComboMight want to catch up to the release version also it's now _GUICtrlComboBox_Create etc.... SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
dpaynebrown Posted March 6, 2008 Author Posted March 6, 2008 No need to use _GUICtrlComboxCreate, use GuiCtrlCreateComboThanks Gary. The internal GUICtrlCreateCombo works just fine. And it also works with the external "support" commands too i.e. _GUICtrlComboBox_AutoComplete and _GUICtrlComboBox_InitStorage.
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