By the way David, i have this debug and i know that is related to that implementation of QX11Embed...<br><br>QProcess: Destroyed while process is still running.<br>QProcess: Destroyed while process is still running.<br>QProcess: Destroyed while process is still running.
<br><br>What does mean? or what is wrong?<br><br>Indeed the Xterm console is being embed, i just have that in my debug.<br><br>It happens whatever (and not always or in the same place of the app) when am navigating around my app or in the different listwidgets.
<br><br>Thanks!<br><br>Cheers.<br><br><div><span class="gmail_quote">2007/7/27, 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 Wed, 25 Jul 2007 19:44:11 -0300, Gustavo A. Díaz wrote:<br><br>&gt; I am having troubles to make QX11EmbedContainer to work.<br>&gt;<br>&gt; I am trying to ebbed a Xterm console inside a frame.<br>&gt; I&#39;ve tested this method with QX11EmbedContainer in a example with Mplayer
<br>&gt; movie, and that worked.<br>&gt; I am following that example but with the xterm is not working, only<br>&gt; sometimes shows this while executing the MainApp:<br>&gt;<br>&gt; &quot;QProcess: Destroyed while process is still running&quot;
<br>&gt;<br>&gt; Nothing more.<br><br>Looking at your code, it seems that you are passing the wrong option<br>to xterm:<br><br>self.parameters_list = [&#39;-wid&#39;, str(wid), &#39;-bg&#39;, &#39;black&#39;, &#39;-fg&#39;, &#39;white&#39;,
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;-geometry&#39;, &#39;90x25&#39;]<br><br>You should be passing &#39;-into&#39; rather than &#39;-wid&#39;. It might also be a good<br>idea to pass the QX11EmbedContainer&#39;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 &quot;L&quot; - it&#39;s not<br>something you really want to pass to xterm.
<br><br>David<br><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>