This throws following error:
Unknown style flag: wxLC_HRULES
Unknown style flag: wxLC_VRULES
on a Messagewindow while runnig the program.
What's going wrong? How can I do this assignment otherwise but with using XRC?
Those styles have already been added to the listctrl xrc handler in 2.5. In 2.4 you can probably add them by calling the listctrl's SetSingleStyle method.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!