• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
HP Recommended
HP Prime (10637)
Other

Dear All,

 

I have tried using the User Key to customize uncertainty progression. It works for all the keys I have tried so far except for K_Neg. It even works for KS_Neg, KA_Neg and KSA_Neg. 

 

 

With the following code I get ERRNEG2 and ERRSUM to work but not ERRNEG1. I have also tried to write the KEY sections in different order without success. 

 

KEY K_Neg()

BEGIN

RETURN "ERRNEG1";

END;

 

KEY KS_Neg()

BEGIN

RETURN "ERRNEG2";

END;

 

KEY K_Plus()

BEGIN

RETURN "ERRSUM";

END;

 

Maybe K_Neg descriptor is wrong? Not available? Issues with other keys as well?

 

I would appreciate any clues.

 

BR,

Marco

3 REPLIES 3
HP Recommended

You can see ... http://edspi31415.blogspot.com.ar/2013/09/hp-prime-tip-setting-up-user-keys.html

 

IMG_20170418_185816.jpg

Kind Regards !.
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
HP Recommended

Dear Maké,

 

Thanks for the quick response! The reference is helpful to identify that the syntax I am using is correct.

 

However I found the user key is context sensitive. K_Neg does not work for RPN entry mode in Home (however many other keys - all that I have tested so far - do work in this condition). 

 

For example in case of the return value is set to "STRING()" in Textbook entry mode, multiple +/- key presses result in (with user key mode in persistence state)

STRING()

STRING(-)

STRING()

STRING(-)

ETC...

 

This behavior seems to be very unpredictable. Any clues for this forced behavior? Maybe an unimplemented feature?

 

Regards

Marco

HP Recommended

See, this cases ...

 

https://www.thecalculatorstore.com/Calculator-blog/HP-Prime-user-keys

 

http://www.hpmuseum.org/forum/archive/index.php?thread-404.html

 

The User Guide, you can download, from ... https://support.hp.com/us-en/product/hp-prime-graphing-calculator/5367459/manuals

 

Kind Regards !.
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.