Hi,<br>
<br>
Just a detail.<br>
<br>
If I change slightly the setcontext parameters as:<br>
<br>setcontext(title_name, files[i]) to setcontext(title_name, files[0])<br>
<br>
the script is able to run normally.<br>
<br>
But the problem I mentioned on my last email is really strange.<br>
<br>
My understanding is if we can run the script in an old version, this
same script should be run in a new version, but this is not occurring.<br>
<br>
Let me know if anyone knows what is going on.<br>
<br>
BR,<br>
<br>
Mauricio Lin. <br><div><span class="gmail_quote">On 10/28/05, <b class="gmail_sendername">Mauricio Lin</b> &lt;<a href="mailto:mauriciolin@gmail.com">mauriciolin@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
I have recently installed the ldtp 0.2.1 on my debian system.<br>
<br>
The script I have it works on ldtp 0.2.0 but a strange error is happening when I use on ldtp 0.2.1.<br>
<br>
Take a look the piece of code:<br>
<br>
# load several pdf files<br>
<br>
for i in range(0, len(files)):<br>
&nbsp;&nbsp;&nbsp; selectmenuitem('frmPDFViewer', 'mnuFile;mnuOpen')<br>
&nbsp;&nbsp;&nbsp; if waittillguiexist('dlgLoadfile'):<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; click('dlgLoadfile', 'btnOpen')<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wait(1)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; selectrowindex('dlgLoadfile', 'tblFiles', i)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; click('dlgLoadfile', 'btnOpen')<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setcontext(title_name, files[i])<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print i<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wait(10)<br>
<br>
It works well on ldtp 0.2.0, but the following message is printed on ldtp 0.2.1.<br>
<br>
./gpdf_1.py<br>
0<br>
1<br>
2<br>
3<br>
4<br>
5<br>
Traceback (most recent call last):<br>
&nbsp; File &quot;./gpdf_1.py&quot;, line 16, in ?<br>
&nbsp;&nbsp;&nbsp; selectmenuitem('frmPDFViewer', 'mnuFile;mnuOpen')<br>
ldtp.error: Window: frmPDFViewer not opened<br>
<br>
Notice that after the variable i is printed until 5 and when this variable is 6&nbsp; the error is printed. <br>
<br>
Is it a bug from ldtp 0.2.1?<br>
<br>
BR,<br><span class="sg">
<br>
Mauricio Lin.<br>

</span></blockquote></div><br>