Adding a panel in a sizer dosnt show up on Mac but does on Linux.

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

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

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!

Fixed.

Thanks for the help.

···

On Mon, Nov 3, 2008 at 4:06 PM, Robin Dunn robin@alldunn.com wrote:

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!


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users


Ritesh
http://www.riteshn.com