Code: Select all
OpenWindow(0,0,0,800,600,"Test")
ScrollAreaGadget(1,0,0,800,600,800,2000)
ComboBoxGadget(2,10,10,200,60)
AddGadgetItem(2, -1, "1")
AddGadgetItem(2, -1, "2")
AddGadgetItem(2, -1, "3")
SetGadgetState(2,0)
CloseGadgetList()
This bug is only in the IDE, compiled it works.