[REBOL] Re: Advancing the cursor and focus.......
From: antonr:lexicon at: 21-Jun-2004 1:39
For that I recommend "eating" the event. That is, do not allow it to continue down the event handling chain to other faces. To do that, return none when tabbing, instead of return event from the engage function. Anton.