Hi guys, have you experienced this bug when you move the popup outside the vision client it will automatically resize the client, any idea on how to fix this problem? because all the popup screens is doing this bug
I believe this is restricted to where each "desktop" in Ignition has popups isolated to that desktop. You can turn off infinite desktop and it will prevent you from moving the popup outside the bounds of the desktop window, but I don't believe there's a way to allow the popup to go outside the desktop window in any way. If there is, I'd love to hear it as it would be super helpful, but I've never found a way to do this without it expanding the screen/window or turning off infinite desktop to restrict the popups to the current desktop.
Thanks for your suggestion, for now I will stick to the Infinite desktop as a solution because I have no idea too to drag the popup outside the client
There is not. All Vision "windows" are lightweight Swing containers, not true frames that can be elevated to the OS.
As with most things in Vision, it's technically possible to pierce this abstraction and either render your own arbitrary components, constructed entirely in code from Swing components ("easier", by some definition of easy) or, theoretically, to render your actual Vision components/windows in a floating JFrame ("harder", in that I'm confident it's possible, but I would strongly recommend against it).
Been there, done that. Quite some time ago.
Yeah, there was a host of weird side-effects. Wasn't stable at all. If I needed something like that today, I'd launch an extra desktop in windowed mode, dockless, use jython to hide its client menu, then open the desired Vision window maximized therein.