Hi, new to ignition and working through a problem. I have a PC running Perspective workstation displaying a kiosk mode window, the issue I am having is another window occasionally moves in front of the view and obscures it. This is out of my control and not something I foresee changing
I would like to detect when this has happened and move my window back to the front, or barring that move my window to the front on a regular interval such that when it is obscured, it isn't for long.
Most topics regarding moving windows around recommend the use of system.gui methods which are not available in Perspective as far as I know.
My current solution is that every 5 minutes a script runs that among other unrelated functions calls system.perspective.workstation.toWindowed() and then immediately calls system.perspective.workstation.toKiosk().
This works but is incredibly jank and far from ideal, I would love to find a more elegant solution that doesn't rely on basically pressing F11 twice
Any help either finding alternate solutions within perspective or using relevant system.gui functions within Perspective would be appreciated