Omnimaga
Calculator Community => TI Calculators => Lua => Topic started by: blauemauritius on June 30, 2012, 03:31:30 pm
-
Hello,
i want to program following with lua on my nspire: I have a main page (1.1) and a menu with two options. If i select option 1, i will have three other pages (1.2 , 1.3 , 1.4). If i select option 2, i will have two other pages (1.2 , 1.3).
My questions are: Is it possible to create or add a new page with lua? Or is it possible with lua to delete the content of a page?
Thank you very much.
Blauemauritius
-
You can not add/remove pages.
However, you can run a Lua script in each page and communicate using [lua]var.store[/lua] and [lua]var.monitor[/lua].
-
Thank you. I will try it.