I have removed all the old bugs which pertained to wxPython 2.3.x since PythonCard now requires wxPython 2.4.x - KEA 2003-08-06

Mac OS X issues

resourceEditor

The wxListBox control does not receive mouseDown events on Linux/GTK nor does the underlying wxPanel, thus the resourceEditor can't drag the List component. This is probably a wxWindows bug and hopefully it will be fixed in a later wxPython release. As of wxPython 2.4.1.2 there is no known workaround.

As of wxPython 2.4.1.2 Hide and Show no longer change control order. This is actually a bug-fix since Hide/Show had a side-effect. However, it means there is no longer a way of re-ordering controls on a panel at runtime short of destroying them all and re-creating them. Thus the order related menu items in the resourceEditor do not change the visual layout; however the underlying resource and Property Editor are changed.

TextArea component

Also broken in wxPython 2.4.1.2, putting text in a hidden wxTextCtrl that uses the wxTE_RICH2 style (at least on Windows) will cause portions of that control to be shown. The TextArea component uses wxTE_RICH2 so the addresses sample among other things is broken.

PythonCardKnownBugs (last edited 2008-03-11 10:50:22 by localhost)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.