Page 1 of 1
Mystery stack
Posted: Mon Jul 07, 2014 11:04 pm
by rrBUSS9EE
Why when I press the up or down arrowkey in my standalone, I see the following stack open:
This does not happen at runtime, and there are no arrowkey handlers anywhere in my code.
Thanks,
rr
Re: Mystery stack
Posted: Mon Jul 07, 2014 11:22 pm
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
Re: Mystery stack
Posted: Tue Jul 08, 2014 12:00 am
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)?
Re: Mystery stack
Posted: Tue Jul 08, 2014 11:21 am
by Klaus
Hi rr,
add this to your pre-/openstack script to prevent this inconvenience:
...
set the navigationarrows to false
...
Best
Klaus
Re: Mystery stack
Posted: Tue Jul 08, 2014 3:12 pm
by rrBUSS9EE
Klaus,
Thank you so much!
-rr