[Seaside] Re: Trying to get CTChat to behave like a normal chat app?

John Chludzinski john.chludzinski at gmail.com
Tue Nov 17 17:28:37 UTC 2009


> What about something like that?
>
> push: aString with: aBlock
>   self pusher javascript: [ :script |
>       script element id: 'messages'; insertBottom: [ :html |
>       self renderMessage: aBlock class: aString on: html ].
>   script element
>       id: 'messages';
>      access: 'scrollTop';
>      assign: 16777216 ]
>
> Lukas

First, THANKS !  Second, what is the significance of "assign: 16777216" ?

---John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20091117/362adcae/attachment.htm


More information about the seaside mailing list