Re: Sending ArrowKey(down)

2006-08-27 Thread Sivakatirswami
yep, that's exactly what I ended up doing... much more solid approach, slightly more verbose, But sometimes verbose is good: you can see what's happening setting the hilitedline of a fld makes more sense than than trying to emulate a system keyboard input event. got this now in that same

Sending ArrowKey(down)

2006-08-26 Thread Sivakatirswami
I have an arrowkey handler in a list field. when the user arrows down, stuff happens... I would like to be able to pass that arrow key down from a field but i can't get it to work: the idea is: someone is typing in this field and when they are done, they hit tab and the arrowkey msg is

Re: Sending ArrowKey(down)

2006-08-26 Thread Ken Ray
On 8/26/06 5:14 AM, Sivakatirswami [EMAIL PROTECTED] wrote: But the tabkey msg is sent, because I do get an error message say error in function: arrowkey(down) The docs say: Note: Sending an arrowKey message does nothing unless there is an arrowKey handler in the message path.