Thilko Richter
2008-Sep-12 09:03 UTC
[fxruby-users] SEL_COMMAND if text of current item in FXComboBox has changed
Good Morning, I have a FXComboBox widget where I would like to change the text of the current item. Since there is some model data to be updated (not connected via FxDataTarget), I need to handle the SEL_COMMAND message (the handler block is connected). Actually I do this: ... box.setItemText(box.currentItem, text) box.setCurrentItem(box.currentItem, true) ... It seems that the SEL_COMMAND message was not sent by the ComboBox. Do I forget something? Thx, Thilko