how to scroll Terminal and return to a choice?
|
06-29-2015, 07:37 AM
(This post was last modified: 06-29-2015 12:04 PM by salvomic.)
Post: #1
|
|||
|
|||
how to scroll Terminal and return to a choice?
hi,
I've a long Terminal list (or a screen with TEXTOUT, long). I need to prevent to exit from Terminal (or graphic) touching the screen (now it ends Terminal). Otherwise it would ok a way to save Terminal "as is" in a variable... I was use a code like this structure: Code:
∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
06-29-2015, 11:04 PM
(This post was last modified: 06-30-2015 06:48 AM by salvomic.)
Post: #2
|
|||
|
|||
RE: how to scroll Terminal and return to a choice?
for now I'm finding only a workaround:
to insert this code Code:
among the various groups of PRINT(); lines, to simulate a pagination. But that works only if the user doesn't touch the screen, otherwise the program exit from Terminal and go on with the other commands... Enter (or other key or paddle) is ok... I need, however, something more stable and ...elegant, please. Salvo ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
06-30-2015, 02:53 AM
(This post was last modified: 06-30-2015 03:04 AM by jkiriosd.)
Post: #3
|
|||
|
|||
RE: how to scroll Terminal and return to a choice?
Hi salvomic, i hope this can help you. Just ctrl+c and ctrl +v and test.
Code:
I have a problem with this code, i am sure you will have the same problem soon. Is not a big problem but i hope to solved this some day. Sorry for my bad english, i dont speak english very well. |
|||
06-30-2015, 07:02 AM
(This post was last modified: 06-30-2015 07:03 AM by salvomic.)
Post: #4
|
|||
|
|||
RE: how to scroll Terminal and return to a choice?
(06-30-2015 02:53 AM)jkiriosd Wrote: Hi salvomic, i hope this can help you. Just ctrl+c and ctrl +v and test. hola, your code had some errors... better so: Code:
it seems to work now. But I shall tray if something like this works also when in a program there is CHOOSE, MSGBOX or other controls that interfere with screens... A little advice: programming don't use "all uppercase" name for variables (they could be some reserved words with the same name...) Salvo ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)