From: <bra...@om...> - 2005-07-31 00:06:13
|
Kevin Altis wrote on 07/26/2005 01:36:01 PM: > If you're using wxPython 2.6.x with the current release version of > PythonCard or the version in cvs, please report any issues here. In > particular, I would like to hear about differences from 2.5.x that > you've had to workaround or that are simply broken and we need to > address in the next release. The biggest problem I've noticed on the Mac (10.3/10.4) between wxPython 2.5.3 and 2.6 is that sometimes TextField don't populate correctly on 2.6. They appear not to populate at all, but if you click in the field and drag left, the text will scroll into view. This problem doesn't happen on wxPython 2.5.3. Note that these fields were created on Resource Editor running under Windows. I'm not sure if that matters, but I notice there are some sizing differences between the two platforms. It's almost as if the text is trying to display on a field of a different size. This is the main reason I haven't upgraded any of our Mac users to Python 2.6 -- my PythonCard app doesn't have this problem under wxPython2.5.3. |