[REBOL] Adding an action to an existing event
From: moeller_thorsten::gmx::de at: 8-Aug-2002 16:34
Hi,
first, thanks to Brett for his reply on my last question. Found out what
causes the problem.
Now i am playing with events. But i have some problems which are not covered
by the feel how-to on rebol.com.
I have a layout with a grid. When i click into one of the grids fields an
action should be taken. The action is no problem and does as it should be. What
i am now missing is that the field is marked when i click on it.
I looked into the feel-object of the field-style. I found out that the
up-action i need for my purpose is not used.
how can i add my up-action to the existing engage-event of the field-style
whitout writing it completely new?
Thorsten