[REBOL] Re: Newbie / View / text-list
From: media:quazart at: 9-Nov-2001 14:55
If you just followed the filter thing with me and etienne, you could apply
the same kind of maneuver on a scroller also, by calling focus on another
object.... I do not know how focus handles non-text objects though...
BTW: sorry to rub it in... I just finished keyboard support for classes in
glass... its funny how this list just seems to outrun me by one pace...
Focusing is now Completely finished in glass... it works smoothly alowing
one trap unfocusing and reacting to it directly within the gadget class
definition :-) . for example, my scroller changes visuals when its gets and
looses focus... so its easy to see that it has focus! the arrows change
the values and home/end will eventually set it to min and max values...
-Maxim