Issue 7453 in pharo: EventHander and EventHandlerPlus Cleanup

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

Issue 7453 in pharo: EventHander and EventHandlerPlus Cleanup

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Cleanup Milestone-3.0

New issue 7453 by [hidden email]: EventHander and EventHandlerPlus  
Cleanup
http://code.google.com/p/pharo/issues/detail?id=7453

-> EventHandler has instances, but is not instantiated anymore


Can EventHandler just be replaced by MorphicEventHandler?

EventHandler allInstancesDo: [ :e | e become: MorphicEventHandler new].
Smalltalk garbageCollect.

-> EventHandler has a subclass EventHandlderPlus

==> make MorphicEventHandler good enough or clean up users





_______________________________________________
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 7453 in pharo: EventHander and EventHandlerPlus Cleanup

pharo

Comment #1 on issue 7453 by [hidden email]: EventHander and  
EventHandlerPlus Cleanup
http://code.google.com/p/pharo/issues/detail?id=7453

I tried the replacement in 20514 and it seemed to work i.e. the image was  
still responsive to mouse clicks, unlike when I simply removed  
EventHandler, and the image froze...


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