[Seaside] WAMiniCalendar showing wrong week day names

AxiNat tibabenfortlapalanca at gmail.com
Wed Jun 9 07:54:25 UTC 2010


Well, I fixed it with an awful little hack:

WAMiniCalendar >> renderRowForWeek: initialDay on: html
 html tableRow: [
0 to: 6 do: [ :each |
 self renderCellForDate: (initialDay addDays: each + 1) on: html ] ]


It works, but I'm sure it's not the most elegant solution.

Thanks!

Bernat Romagosa.

2010/6/9 AxiNat <tibabenfortlapalanca at gmail.com>

> I forgot to mention I work on Pharo 1.0, so my weeksDo: method is totally
> different from yours :(
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100609/cc4ddd78/attachment.htm


More information about the seaside mailing list