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 "hidden" 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 <<a href="mailto:david@boddie.org.uk">david@boddie.org.uk</a>>:</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>> On sab, 2007-07-28 at 00:17 +0200, David Boddie wrote:<br><br>> > You should be passing '-into' rather than '-wid'. It might also be a good
<br>> > idea to pass the QX11EmbedContainer's window ID using QString.number(wid)<br>> > instead of just str(wid). Python may interpret the ID as a long integer<br>> > value, so its representation will include a trailing "L" - it's not
<br>> > something you really want to pass to xterm.<br><br>[...]<br><br>> >>> repr(1L)<br>><br>> '1L'<br>><br>> ... or Python would miss a pretty basic feature!<br><br>You're correct. I'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 <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>