cross platform event problem

Quoting Christopher Barker <Chris.Barker@noaa.gov>:

Phillip Watts wrote:

And why does it work under X11 and not XP?

Because wx is a wrapper around other toolkits, and as good a job as it
does, some inconsistencies shine through. I've found that there are a
number of things that work on one platform, that don't on others, but
that I can always find a way that works on all of them.

In the words of one of the core wx devs, we can ensure that properly
written code does work the same on all platforms, but not that
improperly written code will fail in the same way (if at all) on all
platforms.

:slight_smile:

ยทยทยท

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