Check the textArrows and navigationArrows settings and docs. There are various oddities there, but you could always bypass them all by trapping rawKeyDown instead of the arrowKey message. You would need to find out the code for the various arrowKeys that gets sent to rawKeyDown (or Up) and then act on that instead of allowing any of the built-in arrowKey handlers to get in the way.

Cheers,
Sarah
[EMAIL PROTECTED]
http://www.troz.net/Rev/

On 20 Feb 2004, at 4:51 pm, Terry Vogelaar wrote:

Hi all,

I'm working on a multimedia app that requires that is controlled by arrow keys. To my surprise, there is only an arrowKey msg sent when the text cursor is in a field. According to the docs and my memory, it shouldn't make a difference, but it does.

Is this a bug or am I overlooking something here?

(RR version 2.0.3)

Terry

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution




_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to