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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Where can I place a code in app’s program, which will be executed just once? - Pavel OK1DNZ - 09-14-2016, 07:52 AM
RE: Where can I place a code in app’s program, which will be executed just once? - Tim Wessman - 09-14-2016, 03:07 PM
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
RE: Where can I place a code in app’s program, which will be executed just once? - Pavel OK1DNZ - 09-16-2016, 01:14 PM
|
User(s) browsing this thread: 2 Guest(s)