• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Join the HP Community Solve‑a‑thon | Help Others & Share Your Solutions | Live on Zoom | 2:30 PM to 2:30 AM IST | Every Wednesday Click here to know more
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

There was the start of an instructional guideline in the user manual for programming and APP. The direction was to Highlight the Function APP and then save as the name for the new APP.

 

My problem is that once doing that and entering programming language into the APP through <shift> "Program"  to display available programs. Selection of the APP from the only show the typical "Function Symbolic View".

 

Seems that I haven't found some flag that tells the APP to start with execution of the program language.

 

Thanks

 

 

3 REPLIES 3
HP Recommended

Take a look at the section titled "App programs" (page 576 in the current english manual, will vary in other languages). There is a table of special function names that will be executed at certain events. The section is called "Using deidcated program functions".

 

"There are nine dedicated program function names, as shown in the table below. These functions are called when the corresponding keys shown in the table are pressed. These functions are designed to be written into a program that controls an app and used in the context of that app."

 

The one you are looking for is "START". Create a "START" function and that will execute upon start of an app. Put this in your "<APPNAME> (App)" program file that will be your top entry in your program catalog.

 

START()

BEGIN

   MSGBOX("Here my app is starting");

END;

TW

Although I work for the HP calculator group as a head developer of the HP Prime, the views and opinions I post here are my own.
HP Recommended

Tim,

Thanks that little push helps alot.  I think this little success will let me push further.

Bill

HP Recommended

Hi!, @BMcNealy:

 

See, this video's ...

https://youtu.be/10CsS2a8ADY

 

https://youtu.be/10CsS2a8ADY

 

https://youtu.be/tniNNbP-k0s

 

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>.