dialog title bug -- mac os 10.4.7

7stud bbxx789_05ss at yahoo.com
Sun Apr 22 20:36:17 PDT 2007


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")
result = dlg.ShowModal()
dlg.Destroy()
---


intel mac, os 10.4.7






More information about the wxpython-users mailing list