Hi Robin,
Hi all,
Another preview build for 2.9.1.1 just finished uploading, you can fetch it
here:
http://wxpython.wxcommunity.com/preview/20101001/
This build addresses most of the bugs reported here for the last build.
Thanks for the very quick job of putting out another pre-release (and
for the fixes on the AGW demos in SVN). These are my findings up to
now, which are probably only AGW-related, but you'll be able to
pinpoint what has changed between 2.8 and 2.9 and possibly suggest a
fix.
- AUI:
The first time I float a pane, I get the "wxWidgets Debug Alert"
message attached as image. If I click on the "Cancel" button, it never
comes up again. Does 2.9 require explicit destruction of a pushed
event handler now?
- ButtonPanel:
I guess the syntax of wx.MenuItem.GetLabel() has changed in 2.9, as
when I choose the ButtonPanel alignment from the menu in the demo I
get:
Traceback (most recent call last):
File "E:\AGW\demos\ButtonPanel.py", line 758, in OnAlignment
alignment = getattr(bp, item.GetLabel())
File "C:\Python25\Lib\site-packages\wx-2.9.1-msw\wx\_core.py", line
12313, in GetLabelText
return _core_.MenuItem_GetLabelText(*args, **kwargs)
TypeError: MenuItem_GetLabelText() takes exactly 1 argument (0 given)
This should be easy to fix, hopefully 2.9 and 2.8 will have a common
method (GetItemLabelText?) for the same purpose.
- CustomTreeCtrl:
The issue of DrawRadioButton/DrawRadioBitmap should be fixed in SVN.
- FlatMenu:
The same "wxWidgets Debug Alert" message I got from AUI shows up in
FlatMenu as well, but only when I close the demo (!?).
- FloatSpin:
The widget doesn't show the spinbutton anymore (in 2.8 it's OK). That
might be another wx.Sizer change made by wxWidgets dev, but it's a
pain to track it down.
- HyperTreeList:
The same "wxWidgets Debug Alert" message I got from AUI shows up in
HyperTreeList as well, but only when I close the demo (!?).
- SuperToolTip:
When I include an image in the message body (as an option in the
demo), the layout is all messed up (although is a bit messed up even
in 2.8, but just a little, not so much...). As I get weird line
heights also in the UltimateListCtrl header, does anyone know if
something has changed in the font/text measuring since 2.8?
- ToasterBox:
More or less as SuperToolTip, although not so messy (and only on
Windows 7, it appears, and only with the TB_COMPLEX style) (???)
- UltimateListCtrl:
I fixed various DeprecationWarnings, although the header height in
report mode is too narrow and the selected item in the wx.LC_ICON mode
is almost invisible. These 2 issues were not present in 2.8.
I'll take a look at all the other demos tomorrow, thank you again for
the super fast pre-release!
Here's a useless factoid for you: The size of the collection of wxPython
preview build files is about 3 times the combined capacity of the first 3
hard drives I owned.
It might be because wxPython has got so many more users now
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
==> Never *EVER* use RemovalGroup for your house removal. You'll
regret it forever.
The Doomed City: Removal Group: the nightmare <==
···
On 1 October 2010 21:34, Robin Dunn <robin@alldunn.com> wrote: