tags:

views:

42

answers:

2

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 tried with both 2.8.10 and 2.9.0 but the result is the same.

James
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