Good afternoon all!
I am trying to build a screen, which will allow the user to clean his panel. What I'm doing, is creating a white panel with no buttons whatsoever for 30 secs, so he can wipe the screen clean without fear of pressing anything. What I'm having issues with is that I can't get rid of the naviPanel and infoPanel, which they display the alarm banner and a set of buttons for logging, etc.
I was wondering if there is way to navigate to the "clean screen" panel, by using another screen template without the banner panels.
thank you in advance!
Dim
How to open new screen in different base panel?
- dimitrios
- Posts:8
- Joined: Tue Mar 27, 2018 12:25 pm
How to open new screen in different base panel?
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: How to open new screen in different base panel?
You could just open a new window on top of your template panel (for example: ChildPanelOnCentralModal or ModuleOnWithPanel with the windowFlag "WindowStaysOnTopHint").