Updates:
Status: Started
Comment #7 on issue 3694 by
[hidden email]: Balloon message should
be opaque for better readability
http://code.google.com/p/pharo/issues/detail?id=3694One need to initialize BalloonMorph to set correct color and Font:
* COLOR, it seems to be just an initialize issue, one should execute
this in the image:
BalloonMorph setBalloonColorTo: BalloonMorph defaultBalloonColor.
* FONT, same problem, one should execute in the image :
BalloonMorph balloonFont: StandardFonts defaultFont.
* LAYOUT, the problem comes from the method
String>>withNoLineLongerThan: doing very badly its job.
Example of unexpected behavior:
'un exemple de texte pour ici qui devrait etre facile a mettre en oeuvre
dans ce petit texte' withNoLineLongerThan: 40
->
'un exemple de texte pour ici qui devrait
etre facile a mettre en oeuvre dans ce
petit
texte'
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker