I just published a new version of Seaside 2.8 on the public Store
repository (2.8a1-399.0,mbany) I also published a version of SeasideAsync that works with Seaside 2.8 (2.8a1-69.0,mbany) As usual, feedback is welcome. As of today, the public Store repository is exactly in synch with the latest versions in SqueakSource for the following items Seaside (2.6, 2.7, 2.8) Scriptaculous (2.6, 2.7, 2.8) SeasideAsync (2.6, 2.7, 2.8) Enjoy, Michel. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Michel, I'm new to the VisualWorks and I was wondering, how does
one load these tools into the image/environment? Thanks in advance, -Conrad On 7/9/07, Michel Bany <[hidden email]> wrote: > I just published a new version of Seaside 2.8 on the public Store > repository > > (2.8a1-399.0,mbany) > > I also published a version of SeasideAsync that works with Seaside 2.8 > > (2.8a1-69.0,mbany) > > As usual, feedback is welcome. > > As of today, the public Store repository is exactly in synch with the > latest versions > in SqueakSource for the following items > > Seaside (2.6, 2.7, 2.8) > Scriptaculous (2.6, 2.7, 2.8) > SeasideAsync (2.6, 2.7, 2.8) > > Enjoy, > Michel. > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Michel Bany
Do these versions already contain #encodeOn: for Text and Symbol?
Philippe 2007/7/9, Michel Bany <[hidden email]>: > I just published a new version of Seaside 2.8 on the public Store > repository > > (2.8a1-399.0,mbany) > > I also published a version of SeasideAsync that works with Seaside 2.8 > > (2.8a1-69.0,mbany) > > As usual, feedback is welcome. > > As of today, the public Store repository is exactly in synch with the > latest versions > in SqueakSource for the following items > > Seaside (2.6, 2.7, 2.8) > Scriptaculous (2.6, 2.7, 2.8) > SeasideAsync (2.6, 2.7, 2.8) > > Enjoy, > Michel. > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Philippe, I performed a search after I installed the 3 components and I wasn't able to find this exact keyword message. However, I did find the following:
Seaside.WAEncoder
class >>encode:on: Seaside.WAHtmlEncoder class >>encode:on: Seaside.WAUrlEncoder class >>encode:on: Also, there were other classes that might offer the functionality that you're looking for.
Good luck, -Conrad On 7/9/07, Philippe Marschall
<[hidden email]> wrote: Do these versions already contain #encodeOn: for Text and Symbol? _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
On 09 Jul 2007, at 23:18 , Philippe Marschall wrote: > Do these versions already contain #encodeOn: for Text and Symbol? > Oops. They didn't, now they do. Thanks for reminding me. As a matter of fact I added #encodeOn: to CharacterArray which is the superclass common to Symbol and Text. While at it I also added #renderOn: to CharacterArray. The only affected package is Seaside/VW Support (2.8a1.399.1,mbany) To obtain these two methods, do either of the following - Rebuild by reloading SeasideForWebToolkit or SeasideForSwazoo - Load bundle Seaside-VW (2.8a1.399.1,mbany) - Load package Seaside/VW Support (2.8a1.399.1,mbany) Notes. The implementations of #encodeOn: and #renderOn: are identical to their implementations in String, therefore it would be possible to exclude these two String methods from the VW port, since String is also a subclass of CharacterArray in VW. In theory. Enjoy, Michel. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Michel, does one simply load from store to get the latest and greatest? At this time, I only see
SeasideForWebToolkit (2.8a1.399.0,mbay) in store. -Conrad
On 7/10/07, Michel Bany <[hidden email]> wrote:
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 10 Jul 2007, at 10:04 , Conrad Taylor wrote: > Hi Michel, does one simply load from store to get the latest and > greatest? At this time, I only see > SeasideForWebToolkit (2.8a1.399.0,mbay) in store. > Hi Conrad, Yes, just load SeasideForWebToolkit (2.8a1.399.0,mbany) and you will get the very latest pieces. SeasideForWebToolkit and SeasideForSwazoo are only load scripts that know what to load. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Michel Bany
2007/7/10, Michel Bany <[hidden email]>:
> > On 09 Jul 2007, at 23:18 , Philippe Marschall wrote: > > > Do these versions already contain #encodeOn: for Text and Symbol? > > > > Oops. They didn't, now they do. Thanks for reminding me. > > As a matter of fact I added #encodeOn: to CharacterArray which is the > superclass common to Symbol and Text. > > While at it I also added #renderOn: to CharacterArray. > > The only affected package is Seaside/VW Support (2.8a1.399.1,mbany) > > To obtain these two methods, do either of the following > - Rebuild by reloading SeasideForWebToolkit or SeasideForSwazoo > - Load bundle Seaside-VW (2.8a1.399.1,mbany) > - Load package Seaside/VW Support (2.8a1.399.1,mbany) > > Notes. The implementations of #encodeOn: and #renderOn: are > identical to their implementations in String, therefore it would be > possible to exclude these two String methods from the VW port, > since String is also a subclass of CharacterArray in VW. In theory. Does this mean we could drop the #asString sends in WARenderingContext >> #nextKey and WATagBrush >> #id? Looking at WARenderingContext >> #count: the suggested type seems very wrong. Cheers Philippe _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |