A couple of Free42 questions - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Not quite HP Calculators - but related (/forum-8.html) +--- Thread: A couple of Free42 questions (/thread-17039.html) |
A couple of Free42 questions - mtern - 06-02-2021 10:10 AM Hello All, I'm a passionate hp42 fan and especially a real fun of the awesome Free42 software. There are a couple of things it seems I can't figure out myself, so I try to ask here for help: 1) is there a way to get the code of a pressed key without stopping the calculator running? Like GETKEY and GETKEY1 that doesn't stop (as GETKEYX can do on an HP41CX). I developed some simple stopwatch utility functions but can't create a real application (like the stopwatch app in the 41 CX) because it should read commands while the stopwatch is continuously displayed with the program running. 2) is there a way to indirect define a custom key assignment? the ASSIGN command is programmable but hardcodes the program and the key; is there a way to get a similar effect to the PASN command of the 41CX? Thank you very much for any help. Mark RE: A couple of Free42 questions - Thomas Okken - 06-02-2021 03:30 PM The answer to both of your questions is no. This might be something I could address after Plus42 is done, later this year... RE: A couple of Free42 questions - mtern - 06-02-2021 09:48 PM Thank you Thomas for your reply. Looking forward for Plus42 and your future upgrades. Thank you! |