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
Mystery stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Mystery stack
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
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!
Re: Mystery stack
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)?
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
Hi rr,
add this to your pre-/openstack script to prevent this inconvenience:
...
set the navigationarrows to false
...
Best
Klaus
add this to your pre-/openstack script to prevent this inconvenience:
...
set the navigationarrows to false
...
Best
Klaus
Re: Mystery stack
Klaus,
Thank you so much!
-rr
Thank you so much!
-rr