Posted 08 December 2016 - 08:59 AM
Hi everybody,
When I exprimented with "full-screen" programs and had to troubleshoot some bugs that did not appear on one computer but did on the other one, I was looking for a way of letting me know the computer label (because it is convenient) and display messages about the current program status without obstucting the screen I was using for the program.
Of course there are easy ways of avoiding that problem, but still, this got me thinking:
a title bar would be really useful right now!
My suggestion:
Add a dedicated titlebar to the normal and advanced computers. A second screen that is controlled just like the main screen is, but with another API.
How would you use this?
You would control the screen just like the main screen, but not with the term API. That way the main screen could receive updates like term.clear, term.setBackgroundColour, etc. without affecting the title bar and make it easy for a program to supply the user with information about the running program without taking up space on the main screen.
This is a concept of how it could look
[attachment=2703:big4.png]
This would make full-screen troubleshooting so much easier :)/>
When I exprimented with "full-screen" programs and had to troubleshoot some bugs that did not appear on one computer but did on the other one, I was looking for a way of letting me know the computer label (because it is convenient) and display messages about the current program status without obstucting the screen I was using for the program.
Of course there are easy ways of avoiding that problem, but still, this got me thinking:
a title bar would be really useful right now!
My suggestion:
Add a dedicated titlebar to the normal and advanced computers. A second screen that is controlled just like the main screen is, but with another API.
How would you use this?
You would control the screen just like the main screen, but not with the term API. That way the main screen could receive updates like term.clear, term.setBackgroundColour, etc. without affecting the title bar and make it easy for a program to supply the user with information about the running program without taking up space on the main screen.
This is a concept of how it could look
[attachment=2703:big4.png]
This would make full-screen troubleshooting so much easier :)/>
Edited on 08 December 2016 - 08:02 AM