On Wed, 2007-11-21 at 09:12 -0800, Christopher Barker wrote: > Robin Dunn wrote: > > The only thing that comes to mind is to verify that the xy position is > > valid (within range of the bitmap's width and height.) > > It should, but this is well worth checking -- Tim, can you see if this > is the problem in your code? > > Robin -- of course, anything that segfaults is a bug in wxPython, so > maybe, if that is the problem, the check should be done by the bindings, > or in wxWidgets code proper. > > -Chris
I have checked that I'm not doing this. We ended up just changing the if to use the older method where the newer method causes a segfault. Hopefully newer versions of wxPython will fix this problem properly. Tim Ansell _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
