[wxPython-users] dialog title bug -- mac os 10.4.7

Werner F. Bruhin werner.bruhin at free.fr
Mon Apr 23 01:44:05 PDT 2007


Hi,

7stud wrote:
> Hi,
>
> Instead of appearing in the title bar, the title appears as 
> bolded text in the body of the dialog. 
>
> Example code:
>
> ---
> import wx
>
> app = wx.PySimpleApp()
>
> dlg = wx.MessageDialog(None, "the body message", "The Title")
>   
What happens when you call it like this:
dlg = wx.MessageDialog(None, message="the body message", caption="The 
Title")

Werner
> result = dlg.ShowModal()
> dlg.Destroy()
> ---
>
>
> intel mac, os 10.4.7
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
>
>   





More information about the wxpython-users mailing list