How to disable the window controls on a transparent window?

I have a window which is transparent and uses the default header that OW applies, how do I disable the close and minimise controls on that window from my TS file?

Hi, and thanks for the feedback.

We will check the issue and we will update you here.

Thanks.

@ge0r9e Just to make sure we are on the same page here:

A Transparent Window is a window without borders, control buttons and opacity slider.
You should create those elements by yourself in your HTML/CSS.

"windows": {
    "windowName": {
      "file": "name.html",
      "transparent": true
     }
}

oh I have just realised this through your documentation, I resolved the issue through adding a customer header in the end.

1 Like