Due to the COVID-19, I am trying to clean (wipe down) the clients’ touch screen. I made a blank screen with a timer, but the problem that I am having is that I have a navigation header(s) that is still enabled. Is there a way to temporarily disable the header while the blank clean screen window is showing. Or what would be the best way to approach this problem?
Maybe you can make a button to call system.security.lockScreen() and then unlock when you’re done?
I disable everything when i open “modal” popups (faux-modal). I do that by adding a semi-transparent black rectangle to every window, including the navigation window, and setting a mouse clicked action to simply 1
(or anything that won’t do anything). You could use something like this?