May 15, 2016
10:28 p.m.
Hi Andrei, On Mon, May 16, 2016 at 12:08:01AM +0200, Andrei Chis wrote:
Hi Alistair,
Try something like this. Now 100% sure it will work.
gtInspectIn: composite     <gtInspectorPresentationOrder: 30>
    ^ composite text         title: 'Meme';         format: [self asText].
The display block should return the object to be displayed, which is this case is self.
Yep, that fixes the problem! Thanks for your reply. Cheers, Alistair