[wxPython-dev] 20070503 test build uploaded
Werner F. Bruhin
werner.bruhin at free.fr
Fri May 4 05:57:21 PDT 2007
Hi Robin,
R'bot wrote:
> Hi,
>
> A new test build of wxPython has been uploaded.
>
> Version: 2.8.4.0.20070503
> URL: http://wxPython.wxcommunity.com/preview/20070503
> Changes: http://wxPython.wxcommunity.com/preview/20070503/CHANGES.html
>
When selection Hide in the FloatCanvas demo I get the following exception:
Traceback (most recent call last):
File "FloatCanvas.py", line 1621, in HideTest
Alignment="center",
File
"C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\lib\floatcanvas\Floa
tCanvas.py", line 2901, in addshape
Object = klass(*args, **kwargs)
File
"C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\lib\floatcanvas\Floa
tCanvas.py", line 1544, in __init__
self.LayoutText()
File
"C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\lib\floatcanvas\Floa
tCanvas.py", line 1608, in LayoutText
dc.SetFont(self.SetFont(DrawingSize, self.Family, self.Style,
self.Weight, s
elf.Underlined, self.FaceName) )
File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_gdi.py",
line 3656,
in SetFont
return _gdi_.DC_SetFont(*args, **kwargs)
ValueError: invalid null reference in method 'DC_SetFont', expected
argument 2 o
f type 'wxFont const &'
In the ComboCtrl I get this when clicking on the arrow on the custom
animation one:
Debug: ..\..\src\msw\window.cpp(615): 'SetFocus' failed with error
0x00000057 (paramètre incorrect.).
I get the same in the OwnerDrawnComboBox as above for the ComboCtrl.
I get the same in the BitmapComboBox as above for the ComboCtrl.
In the DirDialog I get this:
Debug: ..\..\include\wx/msw/wrapshl.h(70): 'SHGetPathFromIDList' failed
with error 0x00000000 (opération réussie.).
The ScrolledPanel demo for some reason loads very very slowly - e.g.
about 4 or 5 seconds
Werner
More information about the wxpython-dev
mailing list