Re: Can't trap the down arrow key
- Posted by "Greg Haberek" <g.haberek at comcast.net> Nov 25, 2003
- 407 views
> Neither "Gotcha" or "Gotcha Again" show up on the screen. What do you > suppose the problem is? LText, CText and RText controls don't respond to events. Try trapping the events through your main window. Also, try using setHandler() rather than onXXX, since onXXX is disabled in Win32Lib unless you enable it. ~Greg