How Drawmenu work's?
|
11-12-2016, 10:04 PM
(This post was last modified: 11-12-2016 10:08 PM by primer.)
Post: #14
|
|||
|
|||
RE: How Drawmenu work's?
(11-12-2016 09:05 PM)compsystems Wrote: But unfortunately there is not function to return to the terminal view =(, I hope that some developer will incorporate a function to goto the terminal view (terminalView(); ), also it requires a vertical AutoScroll, otherwise the terminal view is not useful After the first screen. Do you agree with this?Whatever I agree or not, it's not my concern about LibMenu. And it's not the original topic anymore... Ok, when you choose to use terminal in your program, you have to know the limit of it. and to find how to deal with that. BTW, please note that there is another way to display things on screen : graphics (TEXTOUT), then your program can control scroll. Ok, lets come back to terminal limitations : (11-12-2016 09:05 PM)compsystems Wrote: But unfortunately there is not function to return to the terminal view =(Yes, there is one : PRINT(""); but it add a new (empty) line. (11-12-2016 09:05 PM)compsystems Wrote: also it requires a vertical AutoScrollWhen program ends, it allow user to scroll. But yes, the program cannot control itself the terminal scroll. As I know that limitation, I can stop spaming the terminal after 12 lines, place a wait and clean the terminal. Ok, it's far from perfect... BTW, you can create your own print function that do it for you : untested : Code: local n:=0; // number of printed lines and voilĂ , you built a lib that enhance your Terminal experiance primer |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)