I have a child of MADescribedColumn for perform that task, and works
well... and seems to be a less intrusive approach, IMHO.
Cheers,
Esteban
On 2009-06-10 01:40:13 -0300, John Chludzinski
<john.chludzinski(a)gmail.com> said:
To make pics clickable I first subclassed MAReport
adding an instance
variable to maintain a reference to the component in which the report
is created:
MAReport subclass: #MMAReport
instanceVariableNames: 'component'
classVariableNames: ''
poolDictionaries: ''
category: 'MMAApp'!
!MMAReport methodsFor: 'accessing' stamp: 'jtc 6/9/2009 18