Post Reply 
Where can I place a code in app’s program, which will be executed just once?
09-15-2016, 07:31 AM
Post: #3
RE: Where can I place a code in app’s program, which will be executed just once?
Hello,

The START function get executed everytime the app is Started, not everytime it is loaded.

Unfortunately, you can not easily add/remove views programmatically (well, you can if you modify the program, which can be done programmatically using the AProgram variable, but not easy to do).

As Tim pointed out, you can make the view non executing and displaying an error message, but that is about it.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Where can I place a code in app’s program, which will be executed just once? - cyrille de brébisson - 09-15-2016 07:31 AM



User(s) browsing this thread: 1 Guest(s)