Jump to content

_GUICtrlComboBox does not respect GUISetFont


Recommended Posts

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?

Link to comment
Share on other sites

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 GuiCtrlCreateCombo

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

 

Link to comment
Share on other sites

No need to use _GUICtrlComboxCreate, use GuiCtrlCreateCombo

Thanks Gary. The internal GUICtrlCreateCombo works just fine. And it also works with the external "support" commands too i.e. _GUICtrlComboBox_AutoComplete and _GUICtrlComboBox_InitStorage.
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...