WAMiniCalendar

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

WAMiniCalendar

Dominic Letz
Hi people,

while developing on Seaside we found the deprecated method call
(a Week)::do in the WAMiniCalendar implementation:


renderRowForWeek: aWeek on: html
        html tableRow: [
                aWeek do: [:ea | self renderCellForDate: ea on: html].
        ]

we recommend to replace "aWeek do:" with "aWeek datesDo:"


Faithfully
Martin Beck & Dominic Letz
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: WAMiniCalendar

Philippe Marschall
2006/10/20, Dominic Letz <[hidden email]>:

> Hi people,
>
> while developing on Seaside we found the deprecated method call
> (a Week)::do in the WAMiniCalendar implementation:
>
>
> renderRowForWeek: aWeek on: html
>         html tableRow: [
>                 aWeek do: [:ea | self renderCellForDate: ea on: html].
>         ]
>
> we recommend to replace "aWeek do:" with "aWeek datesDo:"

Was fixed in the 2.7a1 branch 9/11/2006

Philippe
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside