Jump to content

Combobox Elements Invisible


 Share

Recommended Posts

Hi,

I'm facing a strange issue here.

My code is as follows, extremely simple :

$ACO_WebServerType_Dropdown = GUICtrlCreateCombo("", 200, 416, 161, 21)

GUICtrlSetData(-1, "Apache|iPlanet|IIS|Domino")

What happens is that when I run the interface, I cannot see anything when clicking on the "arrow" to open the combobox item list. It opens a 3 pixel-high list that contains no item. However, if I click in the ComboBox field and use the UP and DOWN arrow, it scrolls well through the available choices, meaning they are here, only invisible if I expand the choice list.

Anyone already encountered this issue ?

Thx,

Oroumov.

Link to comment
Share on other sites

Hi,

I'm facing a strange issue here.

My code is as follows, extremely simple :

$ACO_WebServerType_Dropdown = GUICtrlCreateCombo("", 200, 416, 161, 21)

GUICtrlSetData(-1, "Apache|iPlanet|IIS|Domino")

What happens is that when I run the interface, I cannot see anything when clicking on the "arrow" to open the combobox item list. It opens a 3 pixel-high list that contains no item. However, if I click in the ComboBox field and use the UP and DOWN arrow, it scrolls well through the available choices, meaning they are here, only invisible if I expand the choice list.

Anyone already encountered this issue ?

Thx,

Oroumov.

Change the height of the combbox to 120

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

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