<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Joel,<br>
<br>
you probably forgot to add the SULibrary to this application. In this
library are the javascript files for Prototype and Scriptaculous. If
you don't add the SULibrary you don't load these javascript files and
the PeriodicExecuter is not defined.<br>
<br>
Kind Regards<br>
Karsten<br>
<br>
<br>
<br>
Joel Turnbull wrote:
<blockquote cite="mid:49A4B7BA.90906@ardishealth.com" type="cite">Hi,
I'm having problems with the scriptaculous updater, I simply can't get
it to work.
  <br>
  <br>
As a test case I set up a WAComponent and copied two methods directly
from the "ajax" tab at <a class="moz-txt-link-freetext" href="http://scriptaculous.seasidehosting.st/">http://scriptaculous.seasidehosting.st/</a>. The
example renders the time and updates every second, and I can see it
working on that site. For me the page renders but the time is frozen.
The methods are below.
  <br>
  <br>
renderContentOn: html
  <br>
html paragraph
  <br>
&nbsp;&nbsp; script: (html updater
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; every: 1 second;
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; on: #renderTimeOn: of: self);
  <br>
&nbsp;&nbsp; with:[ self renderTimeOn: html].
  <br>
  <br>
renderTimeOn: html
  <br>
&nbsp; html render: Time now
  <br>
  <br>
I've tried this on two seperate images, the 2.8.3 Seaside Developer and
Damien C's 3.9.1 web. Both Firefox and Chrome give me
PeriodicalExecuter errors.
  <br>
  <br>
FF Error Console - PeriodicalExecuter is not defined
  <br>
Chrome Javascript Console - Uncaught ReferenceError: PeriodicalExecuter
is not defined
  <br>
  <br>
What am I missing?
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Karsten Kusche - Dipl.Inf. - <a class="moz-txt-link-abbreviated" href="mailto:karsten@heeg.de">karsten@heeg.de</a>
Tel: +49 3496 21 43 29
Georg Heeg eK - K&ouml;then
Handelsregister: Amtsgericht Dortmund A 12812</pre>
</body>
</html>