On Mon, 13 Jun 2005 21:05:09 GMT, "Fabio Pliger" <[EMAIL PROTECTED]> wrote:
>Hi all, >i'm working on a very large project using wx 2.5... On one frame i have a >wx.lib.mixins.listctrl widget, wich is a listctrl extended with the >possibility to edit the columns text entrys.... Anyone know if it's possible >(or if there's a widget...) to have also the possbility to have a comboBox >in the list (with the text edit entry)? The final result i need is a list >with 2 columns, one with the text entry editable, and the other with a >comboBox in it... Anyone know to do it? >TNX a lot... > >F.P. > Hm, I'm no expert, and it is probably better to ask in the wxpython-user mailing list. For what I saw: I think, you use TextEditMixin class. How about making a new class, (copying the TextEditMixin code), change the PreTextCtrl to a PreComboBox and maybe the navigation keys (TAB, ...)? -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list