wx::MessageBox hang

2009-12-31 Thread Daniell Freed
I wondering if anyone has seen this before. In my application, any time I make a call to wx::MessageBox(), the application hangs and chews up 100% of the CPU. The call looks like this: Wx::MessageBox ( $message . \n . Would you like to generate a

Re: wx::MessageBox hang

2009-12-31 Thread Daniell Freed
I seem to have figured out what is causing the issue, but I think it may be a bug in wxPerl (or wxWidgets). I have a window that is marked with the wxSTAY_ON_TOP. As soon as that window is displayed, wxMessageBox stops working. If I remove the wxSTAY_ON_TOP flag, then the wxMessageBox calls

Re: wx::MessageBox hang

2009-12-31 Thread Johan Vromans
Daniell Freed winter...@gmail.com writes: I have a window that is marked with the wxSTAY_ON_TOP. As soon as that window is displayed, wxMessageBox stops working. If I remove the wxSTAY_ON_TOP flag, then the wxMessageBox calls function correctly again. Interesting. Sounds like two windows