Re: Problem an Repeat Loop

2020-09-27 Thread Tore Nilsen via use-livecode
You do not refer to any object type when you try to set the fileName of what should possibly be an image. Try this: Set the fileName of image sStoryImage to tPath Best regards Tore Nilsen > 28. sep. 2020 kl. 03:47 skrev Sannyasin Brahmanathaswami via use-livecode > : > > # for development

Problem an Repeat Loop

2020-09-27 Thread Sannyasin Brahmanathaswami via use-livecode
# for development local tPath repeat with x = 2 to sTotalSceneCount put line x of sImageList into tPath go to card x set the filename of sStoryImage to tPath set the itemDelimiter to “|” put item x of sQuoteList into fld “mainText” end repeat # I get a

Re: I Have a Problem With a Plug-In

2020-09-27 Thread Sannyasin Brahmanathaswami via use-livecode
That did it!  J. Landman Gay wrote: Click the Messages icon in the toolbar. That will prevent the handler from running when the stack opens and you can delete the line in the script. ___ use-livecode mailing list

RE: I Have a Problem With a Plug-In

2020-09-27 Thread FlexibleLearning.com via use-livecode
Assuming your openCard handler is in the script of card 1, from the message box... edit the script of cd 1 of stack " CollectMyStacks.rev" Hugh Senior > I have? CollectMyStacks.rev, close itself after opens the card > > on opencard > send "mouseUp" to button "Position IDE" in 1 seconds