The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

HP Prime touch periodic table : new version
Message #1 Posted by Mic on 24 Nov 2013, 11:39 a.m.

Hello,

Here is a new version with these corrections :

- scrolling bugs corrected
- press ENTER key to display element's page and HOME key to go back table
- electronegativity diagram bug corrected

The program works on HP Prime calculators. On the current emulator, I got an error (argument ??).

Download :

HERE

Tips to send the program :

HERE

Remember the video :

HERE

Edited: 24 Nov 2013, 11:41 a.m.

      
Re: HP Prime touch periodic table : new version
Message #2 Posted by Miguel Toro on 24 Nov 2013, 5:16 p.m.,
in response to message #1 by Mic

Hello Mic,

Thank you for the improved version. There still the syntax error caused by the way FindEl not declared before Elements as already pointed out by Han before so, for the program to work, I put all the FindEl routine after the elements code and then declare FindEl before elements :

FindEl();
EXPORT elements()
BEGIN
..... elements code;
END;

FindEl(x,y) BEGIN ..... FindEl code; END;

Thanks and regards,

Miguel

            
Re: HP Prime touch periodic table : new version
Message #3 Posted by toml_12953 on 25 Nov 2013, 8:30 a.m.,
in response to message #2 by Miguel Toro

Quote:
Hello Mic,

Thank you for the improved version. There still the syntax error caused by the way FindEl not declared before Elements as already pointed out by Han before so, for the program to work, I put all the FindEl routine after the elements code and then declare FindEl before elements :


How does this program run as-is on the submitter's calculator?

                  
Re: HP Prime touch periodic table : new version
Message #4 Posted by Tim Wessman on 25 Nov 2013, 8:37 a.m.,
in response to message #3 by toml_12953

Because he has two versions, a french and english one, and the french one is already on the system. The routine is actually most likely calling the routine from the other file and not the one from this file. However, since they are identical it works....

TW

                        
Re: HP Prime touch periodic table : new version
Message #5 Posted by Terje Vallestad on 25 Nov 2013, 5:29 p.m.,
in response to message #4 by Tim Wessman

I think that is what happens also if you have the English version non touch "elements" and the touch version "hp_elements" in the calculator. "elements" works fine on its own, whilst the touch version "hp_elements" will in its current version not run unless "elements" is also present.

Cheers


[ Return to Index | Top of Index ]

Go back to the main exhibit hall