- Full Sscreen in Wincc oa 3.15
- gabriel.catalii
- Posts:6
- Joined: Thu Aug 30, 2018 2:01 pm
- Full Sscreen in Wincc oa 3.15
How to create a full screen locked runtime template, not being able to extend, minimize ,select, move or close.
- schneebergera
- Posts:89
- Joined: Sun Apr 03, 2016 5:52 pm
Re: - Full Sscreen in Wincc oa 3.15
Hello,
Please have a look to function: moduleShowFullScreen().
e.g.
It is possible to start an ui with following parameter.
-iconBar ... starts a user interface without tool bar
-menuBar ... starts the user interface without menu bar
with best regards,
Andreas
Please have a look to function: moduleShowFullScreen().
e.g.
It is possible to start an ui with following parameter.
-iconBar ... starts a user interface without tool bar
-menuBar ... starts the user interface without menu bar
with best regards,
Andreas