Anyway, it works will all of those.<br><br>Now, i am having a problem that i was thinking that may come:<br><br>Every time i press in any listWidget item of my app, seems the xterm executes many instances in the background reaching a moment that i have many &quot;hidden&quot; xterm consoles opened (plus the one inside the frame, which is the only i want to have there).
<br><br>How i could avoid this?<br><br>Console code: <a href="http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/core/tools/console.py">http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/core/tools/console.py
</a><br><br>Main code: <a href="http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/MainApp.py#L314">http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/MainApp.py#L314</a><br><br>Thanks Guys!
<br><br>Cheers.<br><br><div><span class="gmail_quote">2007/7/28, David Boddie &lt;<a href="mailto:david@boddie.org.uk">david@boddie.org.uk</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Saturday 28 July 2007 03:27, Giovanni Bajo wrote:<br>&gt; On sab, 2007-07-28 at 00:17 +0200, David Boddie wrote:<br><br>&gt; &gt; You should be passing &#39;-into&#39; rather than &#39;-wid&#39;. It might also be a good
<br>&gt; &gt; idea to pass the QX11EmbedContainer&#39;s window ID using QString.number(wid)<br>&gt; &gt; instead of just str(wid). Python may interpret the ID as a long integer<br>&gt; &gt; value, so its representation will include a trailing &quot;L&quot; - it&#39;s not
<br>&gt; &gt; something you really want to pass to xterm.<br><br>[...]<br><br>&gt; &gt;&gt;&gt; repr(1L)<br>&gt;<br>&gt; &#39;1L&#39;<br>&gt;<br>&gt; ... or Python would miss a pretty basic feature!<br><br>You&#39;re correct. I&#39;d assumed that repr() would do the same as str() for
<br>long integers just as it does for integers. I should have checked that<br>before posting. :-(<br><br>David<br>_______________________________________________<br>PyQt mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:PyQt@riverbankcomputing.com">
PyQt@riverbankcomputing.com</a><br><a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br><br clear="all"><br>-- <br>Gustavo A. Díaz
<br>GDNet Projects<br><a href="http://www.gdnet.com.ar">www.gdnet.com.ar</a>