[REBOL] Re: User Interface Feel Functions
From: brett:codeconscious at: 2-Jun-2001 0:05
Hi Carl,
Looks good.
* Section 5.3.
Minor point - Key handler example should perhaps print "normal keys" using
mold because hitting tab key or space key produces an invisible character on
screen.
* Section 5.4.
You refer to what may be a bug - first time event occurs immediately.
either you-were-looking-for-input? [
return "Seems like a bug to me because I don't need a timer to do
something immediately. :) "
][ return "You may want to delete the comment from the final version. :)
]
Regards,
Brett.