0 Members and 1 Guest are viewing this topic.
Levak made an excellent Lua sudoku btw (quite advanced/complex Nspire Lua though) available here : http://levak.free.fr/ftp/nspire/Sudoku/
But using the sourcecode (.lua) and compiling with Luna I cannot get the code to run at all with Error: attempt to call global 'PushScreen' (a nil value)
maketns.py Sudokut.tns Buttons.lua Menu.lua Request.lua Constants.lua ScreenManager.lua Engine.lua Help.lua Sudoku.lua
maketns Sudokut.tns Buttons.lua Menu.lua Request.lua Constants.lua ScreenManager.lua Engine.lua Help.lua Sudoku.lua
Well, you should always try to avoid that your script throws errors to the user level (so that you need to catch it with registerErrorHandler). Of course it's not bad to implement it in case that something goes wrong unexpectedly, but still a well designed script should never actually be able to arrive to that point.