Mystery stack

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
rrBUSS9EE
Posts: 98
Joined: Wed May 02, 2012 3:46 pm

Mystery stack

Post by rrBUSS9EE »

Why when I press the up or down arrowkey in my standalone, I see the following stack open:
ScreweyLiveCode.png
This does not happen at runtime, and there are no arrowkey handlers anywhere in my code.


Thanks,

rr
Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Mystery stack

Post by Simon »

Hi rr,
The arrowkeys are in the Preferences > General or you hand code them.
If you haven't specifically turned them off then they'll be active.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
rrBUSS9EE
Posts: 98
Joined: Wed May 02, 2012 3:46 pm

Re: Mystery stack

Post by rrBUSS9EE »

Simon,

The only option I see for arrowKeys in prefs>General is navigate from card to card - which is unchecked.

But what does this have to do with the behavior of my standalone (which is where the problem exists)?
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Mystery stack

Post by Klaus »

Hi rr,

add this to your pre-/openstack script to prevent this inconvenience:
...
set the navigationarrows to false
...


Best

Klaus
rrBUSS9EE
Posts: 98
Joined: Wed May 02, 2012 3:46 pm

Re: Mystery stack

Post by rrBUSS9EE »

Klaus,

Thank you so much!

-rr
Post Reply