Disable window "Maximize" button

I can’t say exactly how, but I believe its possible. Ignition & the Vision component are built on Java, and Java Swing. You could use something like getRoot() from SwingUtilities and get the top level window that you’re looking at in the screenshot, then I think that should be able to disable the maximize button. I haven’t confirmed this, it may not be changable - but a possibility. Also, doing something like that isn’t supported by IA and may change when they update Ignition.

2 Likes