Hi All,�I moved to Pharo3.
�The same error. I figured out that sunburst needed an Athens canvas.
�I figure out how to configure that evaluating:
�ROPlatform setCurrent: 'athens'
�The visualization shows up!!, but as soon as I pass the mouse cursor in front of the visualization window, I get a red window saying that: StrikeFont does not understand #glyphRendererOn:
�
1) Due to sunburst is platform dependent I suggest to add some check in order to inform the
user that it needs Athens instead of morphic canvas.
2) Any hint on how to fix the � #glyphRendererOn: MNU ? I found that FreeType and Logical fonts implement that message, but I cannot figure out how to tell Roassal to use such fonts.
Thanks