<div dir="ltr"><div><div>I removed the "new eventloop" stuff from tutorial-14 and changed it according to qt-conv, something like (omitted unwind-protect and hide):<br><br>  (setf *qapp* (make-qapplication))<br>  (let ((window (test)))<br>
     (#_exec *qapp*)))<br><br></div>Then it worked. <br><br>Great! Now I think I can end my "evaluation process" now and start to write the real applications (one new project, one project that has a ltk version - but tk has some limitations so we'd like to port it to commonqt).<br>
<br></div>- Rujia<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 11, 2013 at 2:25 PM, Rujia Liu <span dir="ltr"><<a href="mailto:rujia.liu@gmail.com" target="_blank">rujia.liu@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">On Wed, Sep 11, 2013 at 12:18 PM, Stas Boukarev <span dir="ltr"><<a href="mailto:stassats@gmail.com" target="_blank">stassats@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Rujia Liu <<a href="mailto:rujia.liu@gmail.com" target="_blank">rujia.liu@gmail.com</a>> writes:<br>


<br>
> I played around the examples a little and found the workarounds:<br>
><br>
> 1. qt-conv, call (make-qapplication) BEFORE using QApplication. that works<br>
> perfectly.<br>
</div>Right, that was the problem. Fixed in git, thanks.<br></blockquote></div><div>Thanks! <br><br>One more issue for tutorial-14:<br><br>When I hit "Quit" button the program terminates, but if I simply close the window by clicking the "cross" button on the top-right corner, the program does NOT terminate. <br>

<br></div><div>This is true for both SBCL 1.1.4.0.mswin.1288-90ab477 (that win32-thread fork) and ccl-1.9-windowsx86 so I guess it's not a compiler issue. Further more, qt-conv does not have this bug, so I guess it's just something is missing in tutorial-14's code.<span class="HOEnZb"><font color="#888888"><br>

<br></font></span></div><span class="HOEnZb"><font color="#888888"><div>- Rujia<br></div><div><br></div></font></span></div></div></div>
</blockquote></div><br></div>