Message ?

Hello,

Just a small question (Sorry for my bad English):
What is the best function : wxMessageBox or wxMessageDialog ?
I use wxMessageBox, but some time I lose the cursor on Linux and I have to kill the process.

Thanks for your help !

Yours.

Hugues JEAN-BAPTISTE (hjb@agorinfo.fr)
AGORINFO
1330, route de Neufchatel
F-76230 QUINCAMPOIX
Tel. : 33.2.32.80.87.87 / Fax : 33.2.32.80.87.88
Web site : http://www.agorinfo.fr

Hugues JEAN-BAPTISTE wrote:

Hello,

Just a small question (Sorry for my bad English):
What is the best function : wxMessageBox or wxMessageDialog ?
I use wxMessageBox, but some time I lose the cursor on Linux and I have to kill the process.

wxMessageBox uses a wxMessageDialog internally, so there really shouldn't be any difference between them. Can you create a sample app that reliably reproduces the problem?

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!