HP Forums

Full Version: Return to homescreen from PRINT Terminal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have asked before about how to exit from the PRINT Terminal while a program is running, but I didn't get any answers.

Is there an instruction I can give the HP Prime, to make sure that the terminal is exited before the end of a program, so that the program is not left showing the terminal to the user when a program is finished?
Print with no arguments clears the terminal if that helps.
(06-09-2023 11:28 PM)thenozone Wrote: [ -> ]Print with no arguments clears the terminal if that helps.

Thanks, it doesn't bring the homescreen back.
A DIMGROB_P(G9,320,240,RGB(255,255,255)); BLIT_P(G9,0,0,320,240,G0,0,0,320,240); at the beginning of the program with and PRINT() in between and BLIT_P(G0,0,0,320,240,G9,0,0,320,240); at the end.

Doesn't even bring the original screen back.

Is there no way to escape the Terminal?
(06-09-2023 11:59 PM)matalog Wrote: [ -> ]A DIMGROB_P(G9,320,240,RGB(255,255,255)); BLIT_P(G9,0,0,320,240,G0,0,0,320,240); at the beginning of the program with and PRINT() in between and BLIT_P(G0,0,0,320,240,G9,0,0,320,240); at the end.

Doesn't even bring the original screen back.

Is there no way to escape the Terminal?


Try to use WAIT(-1); ?
you can use 0, -1, 1
When you press a button or touch the screen it will return to home screen
Reference URL's