ambience
26 Jan 2007, 11:27 AM
If you use MessageBox.show inside the result function of another MessageBox, the second MessageBox will not appear. I assume this is some sort of race condition where the previous MessageBox's close action is preventing the reuse and showing of the common Dialog object.