Hello all
I have code at:
http://paste.pocoo.org/show/89756/
The panel at line 112 dosnt show up but if I uncomment line 135 it works.
Also,
screen.Show()
screen.Layout()
self.Layout()
in the method dosnt work.
Ideas?
I guess its some Mac specific issue as the window is shown on Linux.
···
–
Ritesh
http://www.riteshn.com
Robin
2
Ritesh Nadhani wrote:
Hello all
I have code at:
http://paste.pocoo.org/show/89756/
The panel at line 112 dosnt show up but if I uncomment line 135 it works.
Also,
screen.Show()
screen.Layout()
self.Layout()
in the method dosnt work.
Ideas?
I guess its some Mac specific issue as the window is shown on Linux.
It works fine for me. What version of wxPython are you using?
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
print wx.VERSION
(2, 8, 8, 0, ‘’)
Note that it works on Linux but not on Mac. I have Mac OS X 10.5.3 with Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26)
···
On Fri, Oct 31, 2008 at 6:41 PM, Robin Dunn robin@alldunn.com wrote:
Ritesh Nadhani wrote:
Hello all
I have code at:
http://paste.pocoo.org/show/89756/
The panel at line 112 dosnt show up but if I uncomment line 135 it works.
Also,
screen.Show()
screen.Layout()
self.Layout()
in the method dosnt work.
Ideas?
I guess its some Mac specific issue as the window is shown on Linux.
It works fine for me. What version of wxPython are you using?
–
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
–
Ritesh
http://www.riteshn.com
Robin
4
Ritesh Nadhani wrote:
>>> print wx.VERSION
(2, 8, 8, 0, '')
Note that it works on Linux but not on Mac. I have Mac OS X 10.5.3 with Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26)
Please try wxPython 2.8.9.1
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!