1
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: January 08, 2017, 04:47:38 pm »
I just discovered this amazing editor! But on on OS 3.1 pressing an arrow key on the editor page causes it to crash with error, "attempt to call a boolean value." I was able to fix it by deleting this part:
So I've attached the version with that small fix.
Code: [Select]
--disable specific arrow key events (to trigger the on.arrowKey(direction) event)
on.arrowUp=false
on.arrowDown=false
on.arrowRight=false
on.arrowLeft=false
So I've attached the version with that small fix.