<div dir="ltr">Hello,<div><br></div><div>in my application I am posting (earlier recorded) events using the postEvents() call. After each postEvent() call I always call processEvents() to let the application process the event.</div><div><br></div><div>When the logic of my app shows a modal dialog (as a result of the posted event) using the following snippet:</div><div><font color="#000000" style="font-family:'Courier New';font-size:9pt">msg = PyQt4.QtGui.QMessageBox(</font><span style="font-family:'Courier New';font-size:9pt;color:rgb(148,85,141)">self</span><font color="#000000" style="font-family:'Courier New';font-size:9pt">)</font><br></div><div><pre style="font-family:'Courier New';font-size:9pt"><font color="#000000">...</font></pre><pre style="font-family:'Courier New';font-size:9pt"><font color="#000000">return msg.exec_() == PyQt4.QtGui.QMessageBox.Yes<br></font></pre><pre><font face="arial, sans-serif">then </font><font face="arial, sans-serif">the processEvents() </font><span style="font-family:arial,sans-serif">call blocks.</span></pre><pre><span style="font-family:arial,sans-serif">Can somebody give some hints here, what the cause is?</span><br></pre><pre><span style="font-family:arial,sans-serif">Best regards</span><br></pre><pre><span style="font-family:arial,sans-serif">Carl.</span></pre></div></div>