wxPython, wxcombobox opening
Philippe Martin
pmartin at snakecard.com
Sat Apr 29 11:00:21 EDT 2006
Hi,
I do not have the answer but am very interested in the issue. I tried this:
l_ev = wx.MouseEvent(wx.wxEVT_LEFT_DOWN)
l_ev.SetEventObject(self.GetCombo())
self.GetEventHandler().ProcessEvent(l_ev)
Which did send the event to the combo (which is in a pannel in my case) ..
but that is apparently not the event that triggers the dropping of the
list.
I posed elsewhere and will forward here any hint.
Philippe
Rony Steelandt wrote:
> Hi,
>
> Does somebody knows a way to automaticely open the list part of a
> wxCombobox when it gets the focus ?
>
> tia,
>
> Rony
More information about the Python-list
mailing list