when i set the style to wx.LC_LIST it display the items but only the first column as spected, but when i set it to wx.LC_REPORT it doesnt show the columns nor items... just the listcrtl empty this only happens on windows, on linux everything runs perfect...
-- Tim Roberts, ti...@probo.com Providenza & Boekelheide, Inc.
Try passing an actual column number to InsertColumn instead of -1.
--
Robin Dunn
Software Craftsman
http://wxPython.org
> --
> To unsubscribe, send email to wxPython-user...@googlegroups.com
> or visit http://groups.google.com/group/wxPython-users?hl=en