Post Reply 
Major Bug in 2014 11 24(6940) RPN mode X^2
12-04-2014, 11:34 AM
Post: #20
RE: Major Bug in 2014 11 24(6940) RPN mode X^2
(12-04-2014 06:59 AM)lenborje Wrote:  No it isn't! Just leave the User keyboard ON permanently. (shift-User shift-User)

It's not exactly the same. With the old Square-Key I would do: [3] [x²] [4] [x²] [+] [√].
Operators were executed immediately (the fun-part of rpn).
Now I've to press [ENTER] at least once.
Even worse: You've to distinguish between an argument still in entry or an argument in register x while fast-entering some long computation.

IMO, a nice solution would be: beeing able to include "a press on [ENTER]" in user keys, i.e.
KEY K_Sq() BEGIN
"²"+CHAR(10); // or CHAR(13);
END;
or doing it by returning a list of key codes (not only one single number). Just a wish.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Major Bug in 2014 11 24(6940) RPN mode X^2 - Snorre - 12-04-2014 11:34 AM



User(s) browsing this thread: 2 Guest(s)