[Pythonmac-SIG] wxCocoa no top menu

Kevin Walzer kw at codebykevin.com
Wed Aug 15 18:31:23 CEST 2012


You may have better luck asking on a wxPython ML...

Sent from my iPhone

On Aug 15, 2012, at 12:24 PM, Mark Livingstone <livingstonemark at gmail.com> wrote:

> No ideas?
> 
> On 12 August 2012 13:31, Mark Livingstone <livingstonemark at gmail.com> wrote:
>> Hi Guys,
>> 
>> I finally dragged myself kicking and screaming into the current
>> millennium, and loaded Macports py27-wxpython-devel 2.9.4. on my
>> Mountain Lion machine.
>> 
>> If I do a
>> 
>> frame.Show()
>> 
>> I get my program in a frame in the middle of the screen, and the usual
>> top of screen menu. If I click the green LED, it resizes to take up
>> most of the screen as expected. However, if I do
>> 
>> frame.ShowFullScreen(True,False)
>> 
>> I get the frame full screen, and I get the toolbar, but not the title
>> bar with the 3 LEDs or the top menu.
>> 
>> Has anyone else come across this behaviour? Is this a bug, my
>> misunderstanding, or the way it works?
>> 
>> I guess I could set the frame size to wx.DisplaySize() before showing
>> it, but that seems messy unless it is the wxCocoa way of doing things?
>> 
>> Thanks in advance,
>> 
>> MarkL
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG


More information about the Pythonmac-SIG mailing list