terminal view to the main screen (history view) cmd - 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: terminal view to the main screen (history view) cmd (/thread-11708.html) |
terminal view to the main screen (history view) cmd - compsystems - 10-31-2018 10:50 PM Hello, users and developer group of the famous hp-prime calculator Sorry for my technical english. In the following program PHP Code: #cas I have a question How to return from the terminal view to the main screen (history view)? for example in xCAS there is the DispHome() command Thanks JaiMeza RE: terminal view to the main screen (history view) cmd - eried - 10-31-2018 10:55 PM Code: Syntax: And NO... the Prime does not need a Code: STARTVIEWHOME() RE: terminal view to the main screen (history view) cmd - compsystems - 11-01-2018 04:43 AM Hello Erwin (10-31-2018 10:55 PM)eried Wrote: And NO... the Prime does not need a STARTVIEWHOME() commandWhy? On the contrary, it is necessary, because the screen is small, it is a way of dividing the views Quote:If ViewNumber is negative, the following global views are used: STARTVIEW( -1, 1 ); // return to HOME VIEW Iseems that it does not work, please try the following code PHP Code: #cas The equivalent in xcas is PHP Code: prg00():={ And it works well, that is to say it is executed from the main view that in xcas is called worksheet then it opens the terminal view and at the end it returns to the terminal view, without having to press the key [esc] JaiMeza |