Jump to content

Problem with guiComboBoxAddItem


Jockie

Recommended Posts

Currently I'm working on a radio player with a dropdown combo box for the choosing between genres.

I've inserted every genre in a table and run for them seperatly guiComboBoxAddItem.

But somehow this doesn't work at all. Even when I try to use this syntax:

comboBox = guiCreateComboBox(200, 200, 288, 24, "Fruit", false) 
guiComboBoxAddItem(comboBox,"Apple") 
guiComboBoxAddItem(comboBox,"Banana") 

c9hBW.jpg

After clicking on the combo box it just shows a tiny white bar of 1 pixel high.

It's just like this function doesn't work (for me)?

Greetings,

Jockie

Link to comment

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...