someone using Magritte-Morph?
Hi, It looks to me that this: MAListMorph>>#strings ^ self options collect: [ :each | self magritteDescription reference toString: each ] should instead be: MAListMorph>>#strings ^ self options collect: [ :each | self magritteDescription displayStringFor: each ] what do you think? Esteban
Glamour is embedding Magritte-Morph. But, we do not typically use a list description, though. Doru On Thu, Mar 27, 2014 at 1:02 PM, Esteban Lorenzano <estebanlm@gmail.com>wrote:
Hi,
It looks to me that this:
MAListMorph>>#strings ^ self options collect: [ :each | self magritteDescription reference toString: each ]
should instead be:
MAListMorph>>#strings ^ self options collect: [ :each | self magritteDescription displayStringFor: each ]
what do you think?
Esteban
-- www.tudorgirba.com "Every thing has its own flow"
EstebanLM wrote
should instead be...
Without an image handy, your change looks like good. IIRC I did the display string stuff after I implemented the relation morphs and probably forgot to change it there. ----- Cheers, Sean -- View this message in context: http://forum.world.st/someone-using-Magritte-Morph-tp4751095p4751404.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (3)
-
Esteban Lorenzano -
Sean P. DeNigris -
Tudor Girba