Hi!
I'm running a script and i really want a dialog to stay on top at all times. Using fsStayOnTop does work when a user manually focuses other windows, but when i use setfocus>another_window in my script, it kind of overwrites the fsStayOnTop, and the another_window gets on top of my dialog.
The only solution i can think of is just inserting setfocus>dialog whenever it's ok for the other window to not be focused anymore, but that is really not ideal because the dialog will just disappear and reappear through out the script.
Thanks in advance!
fsStayOnTop not working with Setfocus
Moderators: JRL, Dorian (MJT support)
- Grovkillen
- Automation Wizard
- Posts: 1132
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: fsStayOnTop not working with Setfocus
Have the window not modal and loop the dialog command.