[Pythonmac-SIG] wxCocoa no top menu

Mark Livingstone livingstonemark at gmail.com
Wed Aug 15 18:24:38 CEST 2012


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


More information about the Pythonmac-SIG mailing list