wxPython segmentation fault on SuSE 8.2 (Python 2.2.2., wxPython 2.4.2.4)

Hi

we are getting Segmentation Fault
on exiting from demo.py or any application
otherwise everything runs normally

wxPython was built from sources (as per readme.1st.txt)
as latest downloaded from wxPython site
Note that we used GTK1
i.e. compiled without the GTK2 option on SuSE 8.2

while building wxGTK several errors reported
as could not read from makefile.in files

please assist

Sanjay Minni

Hi,

is it possible to put an image in the background of a wxlistctrl ?
i'm pretty interested ... it seems that some people have reached to do that

3rs wrote:

Hi,

is it possible to put an image in the background of a wxlistctrl ?
i'm pretty interested ... it seems that some people have reached to do that

It depends on if the control draws the background of each item or just uses the default erasing of the background. If the latter then catching the EVT_ERASE_BACKGROUND event and drawing to the DC in the event object will do it for you. There are some samples of handling this event in the demo.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!