<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] [VW] 2.8a1.390 now available on public store</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Instance of text. In VisualWorks displaystring often is used to add emphaisis etc, so it doesn't always return a string.<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from an iPhone... Not!)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: Seaside - general discussion &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Sat Jul 07 00:06:18 2007<BR>
Subject: Re: [Seaside] [VW] 2.8a1.390 now available on public store<BR>
<BR>
2007/7/7, Boris Popov &lt;boris@deepcovelabs.com&gt;:<BR>
&gt; Ah, found the sucker...<BR>
&gt;<BR>
&gt; WAHtmlStreamDocument&gt;&gt;print: anObject<BR>
&gt;&nbsp;&nbsp; anObject encodeOn: self<BR>
&gt;<BR>
&gt; Object&gt;&gt;encodeOn: aDocument<BR>
&gt;&nbsp;&nbsp; aDocument print: self displayString<BR>
&gt;<BR>
&gt; displayString<BR>
&gt;&nbsp;&nbsp; ^self<BR>
&gt;<BR>
&gt; Does #displayString in Squeak always return an instance of String? It doesn't here...<BR>
<BR>
Just out of curiosity, what does #displayString return then?<BR>
<BR>
Cheers<BR>
Philippe<BR>
<BR>
&gt; Cheers!<BR>
&gt;<BR>
&gt; -Boris<BR>
&gt;<BR>
&gt; --<BR>
&gt; +1.604.689.0322<BR>
&gt; DeepCove Labs Ltd.<BR>
&gt; 4th floor 595 Howe Street<BR>
&gt; Vancouver, Canada V6C 2T5<BR>
&gt; <A HREF="http://tinyurl.com/r7uw4">http://tinyurl.com/r7uw4</A><BR>
&gt;<BR>
&gt; boris@deepcovelabs.com<BR>
&gt;<BR>
&gt; CONFIDENTIALITY NOTICE<BR>
&gt;<BR>
&gt; This email is intended only for the persons named in the message<BR>
&gt; header. Unless otherwise indicated, it contains information that is<BR>
&gt; private and confidential. If you have received it in error, please<BR>
&gt; notify the sender and delete the entire message including any<BR>
&gt; attachments.<BR>
&gt;<BR>
&gt; Thank you.<BR>
&gt;<BR>
&gt; &gt; -----Original Message-----<BR>
&gt; &gt; From: seaside-bounces@lists.squeakfoundation.org [<A HREF="mailto:seaside-">mailto:seaside-</A><BR>
&gt; &gt; bounces@lists.squeakfoundation.org] On Behalf Of Boris Popov<BR>
&gt; &gt; Sent: Friday, July 06, 2007 4:43 PM<BR>
&gt; &gt; To: Seaside - general discussion<BR>
&gt; &gt; Subject: RE: [Seaside] [VW] 2.8a1.390 now available on public store<BR>
&gt; &gt;<BR>
&gt; &gt; Michel,<BR>
&gt; &gt;<BR>
&gt; &gt; Okay, just had my first stab at moving up and got as far as getting the<BR>
&gt; &gt; home page rendering properly, but am now staring at a memory emergency<BR>
&gt; &gt; every time I try to submit a form, still need to poke around to see if its<BR>
&gt; &gt; something I did (doubt it, works fine in previous version), but if anyone<BR>
&gt; &gt; has any suggestions, please do share.<BR>
&gt; &gt;<BR>
&gt; &gt; More thoughts over at,<BR>
&gt; &gt;<BR>
&gt; &gt; <A HREF="http://leftshore.wordpress.com/2007/07/06/moving-from-27-to-28/">http://leftshore.wordpress.com/2007/07/06/moving-from-27-to-28/</A><BR>
&gt; &gt;<BR>
&gt; &gt; Cheers!<BR>
&gt; &gt;<BR>
&gt; &gt; -Boris<BR>
&gt; &gt;<BR>
&gt; &gt; --<BR>
&gt; &gt; +1.604.689.0322<BR>
&gt; &gt; DeepCove Labs Ltd.<BR>
&gt; &gt; 4th floor 595 Howe Street<BR>
&gt; &gt; Vancouver, Canada V6C 2T5<BR>
&gt; &gt; <A HREF="http://tinyurl.com/r7uw4">http://tinyurl.com/r7uw4</A><BR>
&gt; &gt;<BR>
&gt; &gt; boris@deepcovelabs.com<BR>
&gt; &gt;<BR>
&gt; &gt; CONFIDENTIALITY NOTICE<BR>
&gt; &gt;<BR>
&gt; &gt; This email is intended only for the persons named in the message<BR>
&gt; &gt; header. Unless otherwise indicated, it contains information that is<BR>
&gt; &gt; private and confidential. If you have received it in error, please<BR>
&gt; &gt; notify the sender and delete the entire message including any<BR>
&gt; &gt; attachments.<BR>
&gt; &gt;<BR>
&gt; &gt; Thank you.<BR>
&gt; &gt;<BR>
&gt; &gt; &gt; -----Original Message-----<BR>
&gt; &gt; &gt; From: seaside-bounces@lists.squeakfoundation.org [<A HREF="mailto:seaside-">mailto:seaside-</A><BR>
&gt; &gt; &gt; bounces@lists.squeakfoundation.org] On Behalf Of Bany, Michel<BR>
&gt; &gt; &gt; Sent: Friday, July 06, 2007 10:15 AM<BR>
&gt; &gt; &gt; To: Seaside - general discussion<BR>
&gt; &gt; &gt; Subject: RE: [Seaside] [VW] 2.8a1.390 now available on public store<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; One thing I noticed when upgrading to 2.8<BR>
&gt; &gt; &gt; the #initialize instance method of components must send #initialize to<BR>
&gt; &gt; &gt; super.<BR>
&gt; &gt; &gt; Michel.<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; -----Original Message-----<BR>
&gt; &gt; &gt; &gt; From: seaside-bounces@lists.squeakfoundation.org<BR>
&gt; &gt; &gt; &gt; [<A HREF="mailto:seaside-bounces@lists.squeakfoundation.org">mailto:seaside-bounces@lists.squeakfoundation.org</A>] On Behalf<BR>
&gt; &gt; &gt; &gt; Of Boris Popov<BR>
&gt; &gt; &gt; &gt; Sent: vendredi, 6. juillet 2007 17:27<BR>
&gt; &gt; &gt; &gt; To: Seaside - general discussion<BR>
&gt; &gt; &gt; &gt; Subject: RE: [Seaside] [VW] 2.8a1.390 now available on public store<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; Just saw them in my RSS reader. Given that I only use Seaside<BR>
&gt; &gt; &gt; &gt; and SeasideScriptaculous I'm very excited ;) Thanks a bunch,<BR>
&gt; &gt; &gt; &gt; Michel, as always.<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; Cheers!<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; -Boris<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; --<BR>
&gt; &gt; &gt; &gt; +1.604.689.0322<BR>
&gt; &gt; &gt; &gt; DeepCove Labs Ltd.<BR>
&gt; &gt; &gt; &gt; 4th floor 595 Howe Street<BR>
&gt; &gt; &gt; &gt; Vancouver, Canada V6C 2T5<BR>
&gt; &gt; &gt; &gt; <A HREF="http://tinyurl.com/r7uw4">http://tinyurl.com/r7uw4</A><BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; boris@deepcovelabs.com<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; CONFIDENTIALITY NOTICE<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; This email is intended only for the persons named in the<BR>
&gt; &gt; &gt; &gt; message header. Unless otherwise indicated, it contains<BR>
&gt; &gt; &gt; &gt; information that is private and confidential. If you have<BR>
&gt; &gt; &gt; &gt; received it in error, please notify the sender and delete the<BR>
&gt; &gt; &gt; &gt; entire message including any attachments.<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; Thank you.<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt; -----Original Message-----<BR>
&gt; &gt; &gt; &gt; &gt; From: seaside-bounces@lists.squeakfoundation.org [<A HREF="mailto:seaside-">mailto:seaside-</A><BR>
&gt; &gt; &gt; &gt; &gt; bounces@lists.squeakfoundation.org] On Behalf Of Bany, Michel<BR>
&gt; &gt; &gt; &gt; &gt; Sent: Friday, July 06, 2007 8:24 AM<BR>
&gt; &gt; &gt; &gt; &gt; To: seaside@lists.squeakfoundation.org<BR>
&gt; &gt; &gt; &gt; &gt; Subject: [Seaside] [VW] 2.8a1.390 now available on public store<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt; As requested on this list I published Seaside 2.8 on the<BR>
&gt; &gt; &gt; &gt; public Store<BR>
&gt; &gt; &gt; &gt; &gt; repository.<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SeasideForWebToolkit(2.8a1.390.0,mbany)<BR>
&gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SeasideForSwazoo(2.8a1.390.0,mbany)<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt; both are based on Squeak version Seaside2.8a1-lr.390, July 4, 2007.<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt; I also published Scriptaculous based on its most current<BR>
&gt; &gt; &gt; &gt; Squeak version.<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SeasideScriptaculous(2.8a1.205.0,mbany)<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt; based on Squeak version Scriptaculous-mb.205, July 6, 2007.<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt; The version number for Scriptaculous in the public Store repository<BR>
&gt; &gt; &gt; &gt; &gt; (2.8a1.xxx)<BR>
&gt; &gt; &gt; &gt; &gt; is meant to indicate that it will not work with Seaside 2.6 and<BR>
&gt; &gt; &gt; &gt; &gt; Seaside 2.7.<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt; Although I did not check, I expect most of the Seaside<BR>
&gt; &gt; &gt; &gt; add-ons to fail<BR>
&gt; &gt; &gt; &gt; &gt; with Seaside 2.8 (SeasideAsync, SeasideTesting, WebDesignerTool,<BR>
&gt; &gt; &gt; &gt; &gt; SeaChart, ShoreComponents,etc.).<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt; Enjoy,<BR>
&gt; &gt; &gt; &gt; &gt; Michel.<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &gt; __________________________________________<BR>
&gt; &gt; &gt; &gt; &gt; Michel Bany<BR>
&gt; &gt; &gt; &gt; &gt; Cincom Systems S.A.<BR>
&gt; &gt; &gt; &gt; &gt; Avenue Louis Casaï 18<BR>
&gt; &gt; &gt; &gt; &gt; 1211 Geneve 28<BR>
&gt; &gt; &gt; &gt; &gt; Switzerland<BR>
&gt; &gt; &gt; &gt; &gt; Tel. +41 (0) 227 477 518<BR>
&gt; &gt; &gt; &gt; &gt; Fax +41 (0) 227 477 990<BR>
&gt; &gt; &gt; &gt; &gt; Mobile +33 (0) 608 933 306<BR>
&gt; &gt; &gt; &gt; &gt; <A HREF="http://www.cincom.com/smalltalk">http://www.cincom.com/smalltalk</A> &lt;<A HREF="http://www.cincom.com/smalltalk">http://www.cincom.com/smalltalk</A>&gt;<BR>
&gt; &gt; &gt; &gt; &gt; <A HREF="mailto:mbany@cincom.com">mailto:mbany@cincom.com</A> &lt;<A HREF="mailto:mbany@cincom.com">mailto:mbany@cincom.com</A>&gt;<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; _______________________________________________<BR>
&gt; &gt; &gt; &gt; Seaside mailing list<BR>
&gt; &gt; &gt; &gt; Seaside@lists.squeakfoundation.org<BR>
&gt; &gt; &gt; &gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; _______________________________________________<BR>
&gt; &gt; &gt; Seaside mailing list<BR>
&gt; &gt; &gt; Seaside@lists.squeakfoundation.org<BR>
&gt; &gt; &gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
&gt; &gt; _______________________________________________<BR>
&gt; &gt; Seaside mailing list<BR>
&gt; &gt; Seaside@lists.squeakfoundation.org<BR>
&gt; &gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
&gt; _______________________________________________<BR>
&gt; Seaside mailing list<BR>
&gt; Seaside@lists.squeakfoundation.org<BR>
&gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
&gt;<BR>
</FONT>
</P>

</BODY>
</HTML>