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@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
It's wxPython 2.8.3 for mac os 10.4 with python 2.4.3 installed.
I upgrades to python 2.4.3 a few weeks ago because the download
said that version had more modules for mac than python version 2.5.