[Freewx-maint] Problem with wxpython 3.0?

Olly Betts olly at survex.com
Sun Dec 21 20:20:03 UTC 2014


On 21 December 2014 at 23:40, Pietro Battiston <me at pietrobattiston.it> wrote:
> li = wx.ListItem()

I think you need to give the item an ID for this to work, e.g.:

li.SetId(1234)

> list_ctrl.InsertItem(li)

Cheers,
    Olly



More information about the Freewx-maint mailing list