<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Thumbnail of JPEG's photos</title></head><body>
<div>Hi,</div>
<div><br></div>
<div>I posted a message without answer.</div>
<div>can someone help me please ??</div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><font face="Courier New" size="+2" color="#000000">Hi,<br>
<br>
I'd like to show photo's in a fld<br>
the user chooses a folder with jpegs photos (on Mac OS X)<br>
thet's the script :<br>
<br>
on mouseUp<br>
&nbsp;&nbsp; answer folder &quot;Choose the folder...&quot;<br>
&nbsp;&nbsp; if it is empty then exit to top<br>
&nbsp;&nbsp; put it into tPathDossier<br>
&nbsp;&nbsp; put the defaultFolder into savedDefaultFolder<br>
&nbsp;&nbsp; set the defaultFolder to tPathDossier<br>
&nbsp;&nbsp; put the files into tFilesNames<br>
&nbsp;&nbsp; answer tFilesNames<br>
&nbsp;&nbsp; --delete line 1 of tFilesNames<br>
&nbsp;&nbsp; put the number of lines of tFilesNames into totLines<br>
&nbsp;&nbsp; put &quot;1&quot; into a<br>
&nbsp;&nbsp; put empty into tChars<br>
&nbsp;&nbsp; repeat totLines<br>
&nbsp;&nbsp;&nbsp;&nbsp; put a after tChars<br>
&nbsp;&nbsp;&nbsp;&nbsp; add &quot;1&quot; to a<br>
&nbsp;&nbsp; end repeat<br>
&nbsp;&nbsp; delete last char of tChars<br>
&nbsp;&nbsp; put tChars into fld &quot;myThumbs&quot;<br>
&nbsp;&nbsp; put &quot;1&quot; into a<br>
&nbsp;&nbsp; repeat for each line L in tFilesNames<br>
&nbsp;&nbsp;&nbsp;&nbsp; put the defaultFolder&amp;&quot;/&quot;&amp;L
into tImagePath<br>
&nbsp;&nbsp;&nbsp;&nbsp; set the imagesource of char a of fld
&quot;myThumbs&quot; to<br>
URL(&quot;binfile:&quot;&amp;tImagePath)<br>
&nbsp;&nbsp;&nbsp;&nbsp; add &quot;1&quot; to a<br>
&nbsp;&nbsp; end repeat<br>
&nbsp;&nbsp; set the defaultFolder to savedDefaultFolder<br>
end mouseUp<br>
<br>
In the fld I get :<br>
<br>
&quot;123&quot;&nbsp; -- it is the number of files (3) in the chosen
folder !!!</font></div>
<div><br></div>
<div>What is wrong ??</div>
<div><br></div>
<div>Thanks</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div>Greetings.<br>
<br>
Yves COPPE<br>
<br>
Email : yvescoppe@skynet.be</div>
</body>
</html>