[Seaside] [VW] 2.8a1.390 now available on public store

Philippe Marschall philippe.marschall at gmail.com
Sat Jul 7 07:06:18 UTC 2007


2007/7/7, Boris Popov <boris at deepcovelabs.com>:
> Ah, found the sucker...
>
> WAHtmlStreamDocument>>print: anObject
>   anObject encodeOn: self
>
> Object>>encodeOn: aDocument
>   aDocument print: self displayString
>
> displayString
>   ^self
>
> Does #displayString in Squeak always return an instance of String? It doesn't here...

Just out of curiosity, what does #displayString return then?

Cheers
Philippe

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