<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">put it in a variable and stop it just after creating it.<div>&nbsp;that way, it never executes until you tell it to start again</div><div><br></div><div><br></div><div><br></div><div><br><div><div>On Oct 9, 2011, at 12:03 PM, squeakman wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hello,<br><br>Is there any way to setup a periodical but not have it running initially?<br><br>I guessed that using "evalScripts: false" would result in the script not being executed but that did not work.<br><br>Here is the code that I am using:<br><br>html script: ((html scriptaculous periodical)<br><span class="Apple-tab-span" style="white-space:pre">        </span>id: self domId;<br><span class="Apple-tab-span" style="white-space:pre">        </span>frequency: 5;<br><span class="Apple-tab-span" style="white-space:pre">        </span>on: self triggerMethod of: self parent;<br><span class="Apple-tab-span" style="white-space:pre">        </span>evalScripts: false;<br><span class="Apple-tab-span" style="white-space:pre">        </span>assignTo: 'FLPer').<br><br><br>What I want to do is have the script assigned to the javascript variable "FLPer" but not have it executed until a later time.<br><br>Thanks for any help you can provide,<br><br>Frank<br><br>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></div></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><a href="http://about.me/sebastianconcept">sebastian</a></div><div><br></div><div>o/</div></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>