HP Forums
Latest issue with programming Environment on the Prime - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Latest issue with programming Environment on the Prime (/thread-2994.html)



Latest issue with programming Environment on the Prime - bobkrohn - 02-03-2015 06:12 AM

Have a program with two levels of menus using the CHOOSE command.
i.e. Selecting an item on Main Menu takes you to another Lower Level Menu
where you select an item to invoke a program.

Using the Debug Screen Button I run the Main Program.

I can never get past the Lower Level Menu.

Selecting an item on the Lower Level Menu just restarts the Main Program.

However, everything works fine using the RUN button.
i.e. runs the program selected from Lower Level Menu.

It's only during Debug that things don't work right.

BTW- Still having issues with Slow Compiling every so often.
Still the only fix is a Backup followed by a Restore.
Minute and a half compile vs 2-3 second compile.


RE: Latest issue with programming Environment on the Prime - Han - 02-03-2015 04:32 PM

It's really hard to comment without any code to examine. How are you calling the program invoked from selecting an option from the submenu? Are you using pointers or direct calls?