[wxPython-users] Different result on different OS

Christopher Barker Chris.Barker at noaa.gov
Thu Apr 5 11:37:49 PDT 2007


This sounds like expected cross-platform differences. wxWidgets wraps 
the native widgets on each platform, so that the look+feel of the app is 
native on each platform, rather than the same on each platform.

So the question is not: "does it act the same on Windows and GTK" but 
rather: "Does the Windows version act like other Windows apps, and does 
the GTK version act like other GTK apps?"

-Chris

By the way, when posting examples, try to make them as small as you can 
such that they still demonstrate the issue at hand. Also, post them as 
an enclosure, rather than inline -- mailers tend to mess up whitespace.


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list