Return to homescreen from PRINT Terminal
|
06-09-2023, 10:27 PM
Post: #1
|
|||
|
|||
Return to homescreen from PRINT Terminal
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? |
|||
06-09-2023, 11:28 PM
Post: #2
|
|||
|
|||
RE: Return to homescreen from PRINT Terminal
Print with no arguments clears the terminal if that helps.
|
|||
06-09-2023, 11:53 PM
Post: #3
|
|||
|
|||
RE: Return to homescreen from PRINT Terminal | |||
06-09-2023, 11:59 PM
Post: #4
|
|||
|
|||
RE: Return to homescreen from PRINT Terminal
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-10-2023, 07:19 AM
Post: #5
|
|||
|
|||
RE: Return to homescreen from PRINT 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. 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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)