Issue 7034 in pharo: When the criticsbrowser is open... everything goes slowly :(

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

Issue 7034 in pharo: When the criticsbrowser is open... everything goes slowly :(

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 7034 by [hidden email]: When the criticsbrowser is open...  
everything goes slowly :(
http://code.google.com/p/pharo/issues/detail?id=7034

I will have a look.


the following looks terrible :)

updateList

        thread ifNotNil: [ thread terminate ].
        thread := [ WorldState addDeferredUIMessage: [ criticsModel updateList ]]  
fork.


_______________________________________________
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 7034 in pharo: When the criticsbrowser is open... everything goes slowly :(

pharo
Updates:
        Cc: [hidden email] [hidden email]

Comment #1 on issue 7034 by [hidden email]: When the criticsbrowser  
is open... everything goes slowly :(
http://code.google.com/p/pharo/issues/detail?id=7034

updateTree

        thread ifNotNil: [ thread terminate ].
        thread := [ WorldState addDeferredUIMessage: [
                        rulesModel updateTree ]] fork.

I will remove that kind of code.


_______________________________________________
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 7034 in pharo: When the criticsbrowser is open... everything goes slowly :(

pharo
Updates:
        Status: Closed

Comment #2 on issue 7034 by [hidden email]: When the criticsbrowser  
is open... everything goes slowly :(
http://code.google.com/p/pharo/issues/detail?id=7034

this has been fixed


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