Lukas, I've run into a minor anomaly in MAReport
from Magritte lr.
187. Have a look at this method:
renderTableCaptionOn: html
self description caption ifNotNilDo: [ :value |
html
tag: 'caption'
do: self description caption ]
The problem is that #caption isn't implemented in any object that
would conceivably used in this context. I leave it to you to sort
this one out.
That's odd. The code in my image looks completely different:
MAReport>>renderTableCaptionOn: html
(html tag: 'caption') with: self tableCaption
Are you talking about Magritte-All.lr.187?
Cheers,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch