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
Have fun!
R'bot
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
Have fun!
R'bot
Hi Robin,
R'bot wrote:
Hi,
A new test build of wxPython has been uploaded.
Version: 2.8.4.0.20070503
URL: NameBright - Coming Soon
Changes: NameBright - Coming Soon
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
Werner F. Bruhin wrote:
When selection Hide in the FloatCanvas demo I get the following exception:
in SetFont
return _gdi_.DC_SetFont(*args, **kwargs)
ValueError: invalid null reference in method 'DC_SetFont', expected argument 2 o
f type 'wxFont const &'
Darn! I thought I had tested everything after making a change -- but I guess not.
Robin, I'll fix this right away.
-Chris
--
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@noaa.gov
Christopher Barker wrote:
Robin, I'll fix this right away.
Well, maybe not right away, but it's fixed in the FloatCanvas SVN. And I've enclosed the new FloatCanvas.py
Is there a better way to got it to you?
-Chris
FloatCanvas.py (104 KB)
--
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@noaa.gov
Christopher Barker wrote:
Christopher Barker wrote:
Robin, I'll fix this right away.
Well, maybe not right away, but it's fixed in the FloatCanvas SVN. And I've enclosed the new FloatCanvas.py
Is there a better way to got it to you?
You can make a patch from you SVN. Or just tell me the rev numbers I should use to get the change. For example, I just did this:
svn diff -r 25:26 floatcanvas/FloatCanvas.py | (cd /projects/wx2.8/wxPython/wx/lib/; patch -p0)
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Werner F. Bruhin wrote:
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.
This may be Vista specific, I don't see it here on XP. Please enter a bug "wxMSW specific" report about it and mention that you are seeing this on Vista.
In the DirDialog I get this:
Debug: ..\..\include\wx/msw/wrapshl.h(70): 'SHGetPathFromIDList' failed with error 0x00000000 (opération réussie.).
This one too.
The ScrolledPanel demo for some reason loads very very slowly - e.g. about 4 or 5 seconds
It only takes about 1.25 seconds for me, but that is still slower than I would expect. I'll check into it.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Robin,
Robin Dunn wrote:
Werner F. Bruhin wrote:
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.
This may be Vista specific, I don't see it here on XP. Please enter a bug "wxMSW specific" report about it and mention that you are seeing this on Vista.
Done - 1713292
In the DirDialog I get this:
Debug: ..\..\include\wx/msw/wrapshl.h(70): 'SHGetPathFromIDList' failed with error 0x00000000 (opération réussie.).This one too.
Done - 1713293
The ScrolledPanel demo for some reason loads very very slowly - e.g. about 4 or 5 seconds
It only takes about 1.25 seconds for me, but that is still slower than I would expect. I'll check into it.
Werner