[squeak-dev] Text Morph Embedding Broken

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Wed Jan 8 01:41:43 UTC 2014


Ah yes, that's true.
Try with Character value: 1 instead of *:

text := (Text withAll: 'foo') , (Text string: (Character value: 1) asString
attribute: (TextAnchor new
anchoredMorph: MenuIcons confirmIcon)) , (Text withAll: 'bar').
text asMorph openInHand


2014/1/8 Sean P. DeNigris <sean at clipperadams.com>

> http://bugs.squeak.org/view.php?id=7806
>
> Squeak4.5 latest update: #13352
>
> Text withAll: 'foo') , (Text string: '*' attribute: (TextAnchor new
> anchoredMorph: MenuIcons confirmIcon)) , (Text withAll: 'bar').
> text asMorph openInHand.
>
> The Morph contents are 'foo*bar' i.e. no icon
>
>
>
> -----
> Cheers,
> Sean
> --
> View this message in context:
> http://forum.world.st/Text-Morph-Embedding-Broken-tp4735055.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140108/b2051f02/attachment.htm


More information about the Squeak-dev mailing list