Nov. 26, 2012
11:16 p.m.
Sebastian Nozzi wrote:
When I read your past discussion about the help-system not being able to show "figures" (I think Igor pointed it out) I thought: "wait a second, why is it not possible to "embed" Morphs into the text?". I thought I had seen something like that in the past before... (in Squeak).
Yes, you can do those things. I use that in the (Glamour based) Tutorial code. The red bullets are forms, inserted in a (non-empty) Text with richText addAttribute: (TextAnchor new anchoredMorph: GLMUIThemeExtraIcons glamorousRedCircle asMorph; yourself) from: richText size -1 to: richText size. (and yes, I'll look up the unicode value for bullet) Stephan