Hello Pfeiffer,<br><br>I tried the same and getting an error<br><br>&gt;&gt;&gt; from ldtp import *<br>&gt;&gt;&gt; expandtablecell(&#39;frmGTK+CodeDemos&#39;, &#39;ttbl0&#39;, 10)<br>Traceback (most recent call last):<br>
  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>  File &quot;/usr/lib/python2.5/site-packages/ldtp.py&quot;, line 1200, in expandtablecell<br>    raise LdtpExecutionError (_responseStatus [1])<br>ldtplib.ldtplibutils.LdtpExecutionError: u&#39;Unable to perform action&#39;<br>
&gt;&gt;&gt; checkrow(&#39;frmGTK+CodeDemos&#39;, &#39;ttbl0&#39;, 10)<br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>  File &quot;/usr/lib/python2.5/site-packages/ldtp.py&quot;, line 2704, in checkrow<br>
    raise LdtpExecutionError (_responseStatus [1])<br>ldtplib.ldtplibutils.LdtpExecutionError: u&#39;Unable to perform action&#39;<br><br>Reason for the above error: The tree table cell, we are trying to accessing doesn&#39;t have any toggle option, atleast through accessibility interface. Could you please confirm the same with accerciser.<br>
<br>Thanks<br>Nagappan<br><br><div class="gmail_quote">On Fri, Apr 17, 2009 at 7:57 AM, Szilard Pfeiffer <span dir="ltr">&lt;<a href="mailto:szilard.pfeiffer@gmail.com">szilard.pfeiffer@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">When I try to use the expandtablecell from python I get an exception.<br>
<br>
Command:<br>
expandtablecell(&#39;frmGTK+CodeDemos&#39;, &#39;ttbl0&#39;, 10)<br>
<br>
Traceback:<br>
  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
  File &quot;/var/lib/python-support/python2.5/ldtp.py&quot;, line 1173, in<br>
expandtablecell<br>
    raise LdtpExecutionError (_responseStatus [1])<br>
ldtplib.ldtplibutils.LdtpExecutionError: &#39;Invalid response packet&#39;<br>
<br>
Versions:<br>
ldtp - 1.5.1<br>
GTK+ - 2.16.0<br>
Glib - 2.20.0<br>
<br>
same problem with checkrow<br>
<br>
Traceback:<br>
  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
  File &quot;/var/lib/python-support/python2.5/ldtp.py&quot;, line 2677, in checkrow<br>
    raise LdtpExecutionError (_responseStatus [1])<br>
ldtplib.ldtplibutils.LdtpExecutionError: u&#39;Unable to perform action&#39;<br>
<br>
<br>
both of them (expandtablecell, checkrow) use the do_action in tree-table.c.<br>
_______________________________________________<br>
LDTP-dev mailing list<br>
<a href="mailto:LDTP-dev@lists.freedesktop.org">LDTP-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/ldtp-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/ldtp-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Linux Desktop (GUI Application) Testing Project - <a href="http://ldtp.freedesktop.org">http://ldtp.freedesktop.org</a><br><a href="http://nagappanal.blogspot.com">http://nagappanal.blogspot.com</a><br>