Page 1 of 1

Arrow key bug in Livecode

Posted: Thu Sep 27, 2018 2:00 pm
by agraham147
Hi there,

I think I've found a bug in Livecode. I have a multi card stack and have launched it as a standalone application on two separate computers and although I have no code for arrow keys on my cards or stack, when the user presses the arrow keys it takes them to the next or previous cards. Just thought I would say so it can be fixed for the next update.

Thanks, Aaron

Re: Arrow key bug in Livecode

Posted: Thu Sep 27, 2018 2:15 pm
by Klaus
Hi Aaron,

this is a feature, not a bug! :D

To prevent this, put this line into your preopenstack or openstack handler:

Code: Select all

...
set the navigationarrows to FALSE
...
Best

Klaus

Re: Arrow key bug in Livecode

Posted: Thu Sep 27, 2018 3:09 pm
by agraham147
Hi Klaus

Haha, oops silly me, thanks very much! :D :D

Thanks, Aaron

Re: Arrow key bug in Livecode

Posted: Fri Dec 14, 2018 7:03 pm
by MaxV
What? That is very bad...
Where I should set it? It's a global property? Is it a card property? :?

Re: Arrow key bug in Livecode

Posted: Fri Dec 14, 2018 7:12 pm
by jmburnod
Hi Max,
What? That is very bad...
Where I should set it? It's a global property? Is it a card property? :?
Useful for me
I think that is a stack property
Kind regard
Jean-Marc

Re: Arrow key bug in Livecode

Posted: Fri Dec 14, 2018 7:44 pm
by Klaus
It is a global property, as I wrote, best put it into your "openstack" handler.