I’m seeing an odd little problem - we a single window that is set to maximized on init. We then manually disable all of the control buttons (minimize, maximize, etc) which works great… until we resize the browser window which will cause the “Restore” button to once again show up.
I’ve tried catching the onResizeFinish even both at a global level and on the window object but neither wanted to fire so I can’t just re-hide the button. For now I’m disabling the button so that even if it’s displayed it can’t be used.
Is there another event I can catch for this or a better way or handling removing those controls? We want the window to resize with the browser so denyResize() is out of the question.