It seems like the on.help() event doesn't work.
function on.paint(gc)
if helps then
gc:drawString("Help",50,50)
end
end
function on.help()
helps = true
platform.window:invalidate()
end
Nothing happens when you press Ctrl+H, I've tested this both on-calc and with nspire_emu. Any ideas?