[Linux] SelectedGadgetitem and editable Combobox

Archives Forums/MaxGUI Bug Reports/[Linux] SelectedGadgetitem and editable Combobox

Grisu(Posted 2012) [#1]
Hi there,

When you select an item of an editable combobox via "SelectGadgetitem" (not by hand) the return value given via "SelectedGadgetitem" states that it's still unselected (Result: -1).

The following example runs perfectly under Windows (Result: 0), but fails under Linux (Result: -1).

Code:


Grisu