[plt-scheme] Re: Object system *NEVER MIND*
Hi Matthew,
sorry, it *does* get executed, never mind.
Guenther (slightly embarrassed) :-(
Matthew Flatt wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> At Sun, 21 Dec 2003 15:21:28 +0000, Guenther Schmidt wrote:
>
>>I would need to add some code in the redifinition *after* the call to the
>>"super method", something like
>>
>>(sup x y)
>>(send x get-value)
>>
>>But that won't work.
>
>
> Do you mean to return #f from the method, which indicates that the
> event should be dispacthed as usual when the `on-subwindow-char' method
> returns?
>
> It sounds like you're returning a true value, which indicates that the
> event has been consumed, and shouldn't be processed further.
>
> Matthew
>
>