The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

How to create a touch button [HP Prime]
Message #1 Posted by uklo on 2 Nov 2013, 1:57 p.m.

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). Is that possible?

Thanks.

Edited: 2 Nov 2013, 2:02 p.m.

      
Re: How to create a touch button [HP Prime]
Message #2 Posted by Marcus von Cube, Germany on 2 Nov 2013, 2:03 p.m.,
in response to message #1 by uklo

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.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall