ArrowKey only sent if text cursor is in a field?
Sarah Reichelt
sarahr at genesearch.com.au
Fri Feb 20 02:07:58 EST 2004
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
sarahr at genesearch.com.au
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
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
>
More information about the use-livecode
mailing list