Hi folks. Hope this wxwidgets question is welcome here. Im trying to use a wxcombobox as a wxdataview editor. The code runs well but the editor is shown for less than half a second then it vanishes. Has anyone hacked this one succesfully?
A:
I found the solution. The problem was that the editor lost focus imediately after being shown. To counter this i had to overide the editor's onshow event without calling event.Skip()
James
2010-03-16 15:13:26