Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

pharo
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=3694

One 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

pharo
Updates:
        Status: FixToInclude

Comment #8 on issue 3694 by [hidden email]: Balloon message should  
be opaque for better readability
http://code.google.com/p/pharo/issues/detail?id=3694

This version from Squeak Andreas fix the problem with the layout

Attachments:
        String-withNoLineLongerThan.st  1.7 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

pharo

Comment #9 on issue 3694 by [hidden email]: Balloon message should  
be opaque for better readability
http://code.google.com/p/pharo/issues/detail?id=3694

BalloonMorph class>>initialize

Attachments:
        BalloonMorph class-initialize.st  322 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

pharo

Comment #10 on issue 3694 by [hidden email]: Balloon message should  
be opaque for better readability
http://code.google.com/p/pharo/issues/detail?id=3694

BalloomMorph class>>initialize

Attachments:
        BalloonMorph class-initialize.st  330 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

pharo

Comment #11 on issue 3694 by [hidden email]: Balloon message should  
be opaque for better readability
http://code.google.com/p/pharo/issues/detail?id=3694

Changeset to fix COLOR, FONT and LAYOUT

Attachments:
        BalloonMorph fixes.1.cs  2.0 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

pharo
Updates:
        Labels: -Milestone-1.2 Milestone-1.2.2

Comment #12 on issue 3694 by [hidden email]: Balloon message should  
be opaque for better readability
http://code.google.com/p/pharo/issues/detail?id=3694

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

pharo

Comment #13 on issue 3694 by [hidden email]: Balloon message should  
be opaque for better readability
http://code.google.com/p/pharo/issues/detail?id=3694

in 13199

TODO: 1.2


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

pharo

Comment #14 on issue 3694 by [hidden email]: Balloon message should  
be opaque for better readability
http://code.google.com/p/pharo/issues/detail?id=3694

Why do you want to put it in 1.2 ? Is it not 1.2 stopped, so you can focus  
on 1.3.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3694 in pharo: Balloon message should be opaque for better readability

pharo
Updates:
        Status: Closed
        Labels: -Milestone-1.2.2

Comment #15 on issue 3694 by [hidden email]: Balloon message should  
be opaque for better readability
http://code.google.com/p/pharo/issues/detail?id=3694

No, I don't want to put in in 1.2.. someone tagged the report 1.2. So let's  
not do it.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker