Bug(?) in STARTVIEW()
|
09-11-2018, 06:17 PM
Post: #1
|
|||
|
|||
Bug(?) in STARTVIEW()
So, I'm in the process of writing an HP Prime app, more to see how well I understand the process than anything else. I have a solid background in RPN and RPL so HP-PPL is new to me.
As I understand it, STARTVIEW(view, redraw) in an app when view>0 should bring up the view that's displayed when the app is the active app and the user presses on one of Symb, Plot, Num, Shift-SymbSetup etc. according to p648 of the current user guide timestamped Jan 12th 2018. In particular, if view is 3 then you get the SymbSetup page. Now consider this program that is generated when you create a new app that inherits from no others -- an empty app, basically -- and uncomment everything: Code: #pragma mode( separator(.,;) integer(h32) ) Note the change that I made to the START() function. Now, if I hit Shift-SymbSetup, I get the following screen, as expected given the SymbSetup() function in the program: Note that my START() function calls STARTVIEW(3,1), which should give me the same thing as above when I start the app given that it's supposed to open the SymbSetup view, right? Wrong. It gives me the SymbSetup view that I would get if I had not defined my own function to override it: Is this the intended behaviour or am I missing something here? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Bug(?) in STARTVIEW() - grsbanks - 09-11-2018 06:17 PM
RE: Bug(?) in STARTVIEW() - Carlos295pz - 09-11-2018, 08:41 PM
RE: Bug(?) in STARTVIEW() - cyrille de brébisson - 09-12-2018, 05:27 AM
RE: Bug(?) in STARTVIEW() - grsbanks - 09-12-2018, 07:29 AM
RE: Bug(?) in STARTVIEW() - cyrille de brébisson - 09-13-2018, 06:37 AM
|
User(s) browsing this thread: 1 Guest(s)