<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>In a message dated 1/3/03 12:02:00 PM Eastern Standard Time, use-revolution-request@lists.runrev.com writes:
<BR>
<BR>
<BR><BLOCKQUOTE TYPE=CITE style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px">Could you provide a bit more info so we can help you
<BR>more to get to the finish :-)
<BR>
<BR>Or even supply a amazingly clever solution :-D
<BR>
<BR>
<BR>Regards
<BR>
<BR>
<BR>Klaus Major
<BR>k_major@os.surf2000.de
<BR>
<BR></FONT><FONT  COLOR="#000000" SIZE=3 FAMILY="SANSSERIF" FACE="arial" LANG="0"></BLOCKQUOTE>
<BR></FONT><FONT  COLOR="#000000" SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="0">
<BR> Thanks again, Klause. I did fix that myself. Having moved up to a bigger headache, I'm glad you are here. In an attempt to automate the slideshow, I put the following script into a button. The thing works well for the first 3 pictures, then when the third closes, the fourth doesn't open, but rather a grainy image opens in the same rect as the previous picture. The next opens correctly, and the one after that opens a large grainy image.(No picture, just looks like a texture) . Then I gert an error.Here's the script:
<BR>
<BR>on mouseUp
<BR>  put the cphotoFolderPath of this stack into folderPath
<BR>  put 1 into z
<BR>  repeat(the number of lines in fld "allphotos")times
<BR>    put the value of line z of fld"allphotos" into photoToShow
<BR>    set the filename of img 1 to (folderPath&"/"&photoToShow)
<BR>    show image 1
<BR>    wait 5 seconds
<BR>    hide image 1
<BR>    wait 1 second
<BR>    add 1 to z
<BR>  end repeat<BR>end mouseUp<BR>And here's the error message I get:<BR><BR>• There was an Execution Error at 4:19:12 PM<BR>Error description:  put: error in expression
<BR>Object: button id 1033 of card id 1002 of stack "C:/Program Files/Revolution 1.1.1/OurPics.rev"
<BR>--------------------
<BR>repeat(the number of lines in fld "allphotos")times
<BR>--------------------
<BR>Value: Carol and Friend LOL.jpg
<BR>
<BR> I had thought maybe there was some characteristic of the jpg that was hanging things up, but RR shows it just fine any other time.
<BR>
<BR> So, what do you think?
<BR>and thanks from
<BR>
<BR>mike fitz, newbie for life
<BR>
<BR></FONT></HTML>