Issue 4841 in pharo: can't forbid the styling of a text view with #styled: + need for commented examples

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

Issue 4841 in pharo: can't forbid the styling of a text view with #styled: + need for commented examples

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.4

New issue 4841 by [hidden email]: can't forbid the styling of a text  
view with #styled: + need for commented examples
http://code.google.com/p/pharo/issues/detail?id=4841

1 - If a UI has several text view and that only one is to be styled, one  
can normally send styled: false to a text view when the UI is built to  
forbid the styling in it.
but it doesn't work, styled: false has no effect and all has to be done  
with shoutAboutToStyle:.

2 - we should provide few examples showing how to use shout



_______________________________________________
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 4841 in pharo: can't forbid the styling of a text view with #styled: + need for commented examples

pharo
Updates:
        Status: FixProposed

Comment #1 on issue 4841 by [hidden email]: can't forbid the styling of  
a text view with #styled: + need for commented examples
http://code.google.com/p/pharo/issues/detail?id=4841

point 1 is simply fixed by using the existing SHTextStyler>>stylingEnabled  
flag for the implementation of #styled:
for point 2, four examples are implemented and commented in the new  
Shout-Examples category

in inbox:
SLICE-Issue-4841-cant-forbid-the-styling-of-a-text-view-with-styled--need-for-commented-examples-AlainPlantec.1

issue 4631 also fixed by this slice


_______________________________________________
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 4841 in pharo: can't forbid the styling of a text view with #styled: + need for commented examples

pharo

Comment #2 on issue 4841 by [hidden email]: can't forbid the styling  
of a text view with #styled: + need for commented examples
http://code.google.com/p/pharo/issues/detail?id=4841

Issue 4631 has been merged into this issue.


_______________________________________________
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 4841 in pharo: can't forbid the styling of a text view with #styled: + need for commented examples

pharo
Updates:
        Status: Integrated

Comment #3 on issue 4841 by [hidden email]: can't forbid the styling  
of a text view with #styled: + need for commented examples
http://code.google.com/p/pharo/issues/detail?id=4841

in 14159


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