In 1.4 Lists handle text or string only, and the way they are rendered is hardcoded In 2.0, any kind of object can be rendered as long as they fulfill the correct API So I guess there is nothing to do about that in 1.4, sorry :( Ben On Oct 21, 2012, at 8:39 PM, Dale Henrichs wrote:
I would like to display Text objects in a ListMorph, but from reading the code (and experience) it appears that the display code for lists, makes the text attributes homogenous across the whole line being displayed ... so any changes to emphasis or color in the Text object are lost ...
That seems to be a shame...
I've spent a bit of time this morning trying to use a Paragraph for display in the list morph, but my ninja morph skills are sadly lacking:) and I'm failing miserably,,,
So, has anyone else encountered and conquered this particular problem?
If you tell me that it is available in 2.0, I suppose that is a good enough answer, but it would be nice if there was Pharo1.4-based solution...
Dale