Hello is it possible to open a UserInterface that will be always on top of all windows - so no other window from windows can come on top of it unless UserInterface is minimized?
Thanks in advance.
Vedad
UserInterface always on top
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: UserInterface always on top
Hello,
with the CTRL-function stayOnTop() you can define that a module (window) shall always be "on top".
Best Regards
Leopold Knipp
Senior Support Specialist
with the CTRL-function stayOnTop() you can define that a module (window) shall always be "on top".
Best Regards
Leopold Knipp
Senior Support Specialist
- vedadramovic
- Posts:121
- Joined: Mon Apr 07, 2014 10:36 am
Re: UserInterface always on top
Leopold, thank you very much.