Full screen + no title bar

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
3 posts • Page 1 of 1
willw
Posts:22
Joined: Thu Nov 19, 2015 4:40 pm

Full screen + no title bar

Post by willw »

I wish to run with the UI occupying the whole screen, without any title bar.

Therefore I edited \\config\\config file, adding a section like this

Code: Select all

[ui]
visionScreenMode = noTitleBar
The WCCOAui manager is started with

Code: Select all

-p vision/startup.pnl -iconBar -menuBar
However, as per my attached pic, the UI always starts up with a title bar.

What am I doing wrong, please?

Details: Windows 8.1, WinCC OA 3.14 running in a vmWare workstation VM. I am trying to make the app run full screen on the primary monitor.

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Full screen + no title bar

Post by mkoller »

Put the value noTitleBar in quotes. It's a string value.
E.g.
visionScreenMode = "noTitleBar"

willw
Posts:22
Joined: Thu Nov 19, 2015 4:40 pm

Re: Full screen + no title bar

Post by willw »

Fab - sorted! TVM.

3 posts • Page 1 of 1