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 competing on being on top... -- Johan