HP Forums
Custom app "view" that really just spits a result out to Home? - 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: Custom app "view" that really just spits a result out to Home? (/thread-9104.html)



Custom app "view" that really just spits a result out to Home? - Dave Britten - 09-18-2017 07:24 PM

I'm tinkering with a custom app to do some time-based regressions. It's based on Stat 2, and it'll have a few customized views:

Symb = input form for logging data point
Symb Setup = configure some other details of the case (target value, regression model, etc.)
Plot = graphical representation of the data + regression line

I'd like to have the Num key switch back to the Home screen and perform a calculation that's displayed in the history (probably just a function within the app named Calc() or something). Is that something that can be done?


RE: Custom app "view" that really just spits a result out to Home? - cyrille de brébisson - 09-19-2017 05:26 AM

Hello,

Yes, there is no problem in doing so.
If you write a custom view you can end your program with a setview that goes to the home screen.

Cyrille