wx.MessageDialog displayed without components inside

perchef francois.perche at gmail.com
Sat Aug 13 12:37:15 EDT 2005


Is there a reason why a wx.MessageDialog would be displayed without
components inside ?

this :

md = wx.MessageDialog(None,'foo','bar',wx.YES_NO)
result = md.ShowModal()
md.Destroy()

In my application, give me :
http://img252.imageshack.us/my.php?image=messagedialog6nw.jpg

This isn't a bug in wxPython because when I use the same code in
pyshell I obtain the expected result. So, there must be a reason but I
can't figure out why.

Thanks.




More information about the Python-list mailing list