![]() |
How to create a touch button [HP Prime] - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: How to create a touch button [HP Prime] (/thread-254642.html) |
How to create a touch button [HP Prime] - uklo - 11-02-2013 Hello, i want to create a touch button to use in Home, and/or CAS mode. For example, i want to change quickly the number format, in a program like this: EXPORT eng() BEGIN HFormat:=3; END;
and i want to have a button called "eng" like the button "Sto" or "simplif" (in CAS mode). Thanks.
Edited: 2 Nov 2013, 2:02 p.m.
Re: How to create a touch button [HP Prime] - Marcus von Cube, Germany - 11-02-2013 You can create menus in a program but they persist only while the program has control. Reading a softkey seems to be a little complicated because you need to parse the output of MOUSE().
It might be easier to redefine the keyboard.
|