[Seaside] Re: SUPeriodical

squeakman squeakman at gmail.com
Sat Oct 1 20:54:19 UTC 2011


Ah, the syntax error was my typing error.  I had the line:
	((html scriptaculous periodical) halt;

and when I constructed my email I deleted the "halt" but forgot the 
semicolon.  So it is not an issue with the compiler, just me.


On 01/10/2011 4:26 PM, Lukas Renggli wrote:
> I don't see a logical problem in your snippet.
>
> There is a syntax error though: I have no clue what the first
> semicolon means and why a Smalltalk compiler would accept that?
>
> Lukas
>
> On 1 October 2011 20:02, squeakman<squeakman at gmail.com>  wrote:
>> No, no FireBug errors.
>>
>>
>> On 01/10/2011 1:44 PM, Lukas Renggli wrote:
>>>
>>> Any errors in FireBug?
>>>
>>> On Saturday, 1 October 2011, squeakman<squeakman at gmail.com
>>> <mailto:squeakman at gmail.com>>  wrote:
>>>   >  Hi,
>>>   >
>>>   >  I have the following code:
>>>   >
>>>   >  html
>>>   >    script:
>>>   >       ((html scriptaculous periodical);
>>>   >       id: 'compositeGraph';
>>>   >       frequency: 5 seconds;
>>>   >       on: #renderNextImageOn: of: self ;
>>>   >       assignTo: 'FLPer').
>>>   >
>>>   >
>>>   >  but my method #renderNextImageOn: never gets called. Do you see
>>> anything obvious that I am doing wrong?
>>>   >
>>>   >  Thanks,
>>>   >  Frank
>>>   >
>>>   >  _______________________________________________
>>>   >  seaside mailing list
>>>   >  seaside at lists.squeakfoundation.org
>>> <mailto:seaside at lists.squeakfoundation.org>
>>>   >  http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>>   >
>>>
>>> --
>>> Lukas Renggli
>>> www.lukas-renggli.ch<http://www.lukas-renggli.ch>
>>>
>>>
>>> _______________________________________________
>>> seaside mailing list
>>> seaside at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>
>
>




More information about the seaside mailing list