HP Prime touch periodic table : new version
#1

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.

#2

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

#3

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?

#4

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

#5

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



Possibly Related Threads…
Thread Author Replies Views Last Post
  Touch periodic table on HP Prime - revisited Terje Vallestad 2 1,385 11-23-2013, 11:47 AM
Last Post: Mic
  How to create a touch button [HP Prime] uklo 1 1,213 11-02-2013, 02:03 PM
Last Post: Marcus von Cube, Germany
  Touch periodic table on HP Prime Mic 30 8,690 10-27-2013, 04:45 AM
Last Post: Les Koller
  Tic Tac Toe touch for HP Prime Mic 6 2,390 10-25-2013, 03:02 AM
Last Post: Mic
  Prime Version Check Thomas Chrapkiewicz 1 1,101 10-21-2013, 10:12 AM
Last Post: Han
  Periodic table for HP Prime Mic 15 4,401 10-19-2013, 12:20 PM
Last Post: Joseph Ec
  HP Prime touch button SanS 3 1,502 10-10-2013, 12:24 PM
Last Post: Han
  Where to the 32-bit version of User Code Utiltiy for HP-41 ? Olivier (Wa) 2 1,469 09-26-2013, 01:55 AM
Last Post: Olivier (Wa)
  HP-11C "horse racing" version Peter Murphy (Livermore) 2 1,694 08-12-2013, 07:34 PM
Last Post: rpn fan
  HP41 Functions Address Table (F.A.T.) Antoine M. Couëtte 6 2,142 07-21-2013, 02:48 AM
Last Post: Antoine M. Couëtte

Forum Jump: