Page 1 of 1

Strange behaviour arrow keys

Posted: Wed Sep 14, 2011 11:33 am
by bsouthuk
Hi

I have recently experienced some strange behaviour with my stack. I use data grids and fields with text that you can scroll up and down using arrow keys on a keyboard.

Since yesterday though (and this is only when i have saved as a standalone exe) when I try to scroll up and down in my datagrids or scroll fields using my arrow keys, it takes me to previous cards instead! I really do not understand why this has all of a sudden started to happen.

I have tried to change some of the standalone settings and unchecked all the boxes but the problem still happens

Any ideads anyone?

Re: Strange behaviour arrow keys

Posted: Wed Sep 14, 2011 1:40 pm
by jharris
I had the same problem. I guess this is normal for LiveCode. I put the code below in an openStack handler and it worked for me.

Code: Select all

set the navigationArrows to false
regards,
jharris

Re: Strange behaviour arrow keys

Posted: Thu Sep 15, 2011 10:39 am
by bsouthuk
great stuff. thank you!