How can I reinitialize the event handler

ducasse ducasse at iam.unibe.ch
Sun Apr 7 11:15:30 UTC 2002


Hi

I would like to show that objects are living entities. So I create class,
create an object and inspect it, create a method, execute the method from
the inspector....everything works well.

Now I want to do it for Morphs. This works well except for events.
Apparently the event handler is created once at initialization time and
after even if we compile new method dealing with event like handles...
they are not taken into account. This is not a problem for normal
programming but for my purpose I would like to know if there is a method
that I can invoke manually from within an inspector that would reset the
event handler. Just to show that I do not have to create another instance to
test the new behavior.

Stef




More information about the Squeak-dev mailing list