Menu

#286 Containers/Layout and List Controls Widgets

open
nobody
None
5
2007-01-24
2007-01-24
Anonymous
No

On the Containers/Layout page of the Palette:

If you click the wx.NoteBook widget to added ot to a wx.Frame you get the follwing error: "File 'c:\Python25\Lib\site-packages\wxPython\_controls.py, in GetPageText line 2885'". But _controls.py only has 470 lines. In the traceback the previous line is "File 'c:\Python25\Lib\site-packages\Boa-constructor\RTTI.py line 190 in getMethodType at line 'meth = getattr(obj, method)'".

If you click the wx.StatusBar widget to added ot to a wx.Frame you get the follwing error: "File 'c:\Python25\Lib\site-packages\wxPython\_windows.py, line 900, in GetFieldRect'". But _windows.py only has 307 lines. In the traceback the previous line is "File 'c:\Python25\Lib\site-packages\Boa-constructor\RTTI.py line 190 in getMethodType at line 'meth = getattr(obj, method)'".

On the List Controls page of the Palette:

If you click the wx.grid.Grid widget to added ot to a wx.Frame you get the follwing error: "File 'c:\Python25\Lib\site-packages\wxPython\grid.py, in GetCellSize, line 1687'". But grid.py only has 108 lines. In the traceback the previous line is "File 'c:\Python25\Lib\site-packages\Boa-constructor\RTTI.py line 190 in getMethodType at line 'meth = getattr(obj, method)'".

terry_hogan2003@hotmail.com

Discussion


Log in to post a comment.