How can I setup dialog boxes to always pop up in front of any windows present at that time?
From searching here I find it is not possible to set the position of these dialogs?
Thank you,
dialog boxes on top
-
- Posts: 47
- Joined: Mon Jan 01, 2024 11:21 am
- Contact:
Re: dialog boxes on top
It is possible by creating another task that repositions when this window appears, you need to activate the trigger linked to the name of the window that will appear
-
- Posts: 47
- Joined: Mon Jan 01, 2024 11:21 am
- Contact:
Re: dialog boxes on top
Okay, thanks.
-
- Posts: 47
- Joined: Mon Jan 01, 2024 11:21 am
- Contact:
Re: dialog boxes on top
Just discoverd that I can not run two tasks using runtime module.
So, is there another way of having dialog boxes always display on top of everything?
My photo app shows a picture for evalutation but the dialog box always display below this.
So, is there another way of having dialog boxes always display on top of everything?
My photo app shows a picture for evalutation but the dialog box always display below this.
Re: dialog boxes on top
You can create a script directly from your native Windows PowerShell, the first scprit will be to reposition the window and the other to run in the backgroundphotoevents wrote: ↑Thu Jun 20, 2024 4:14 pm Just discoverd that I can not run two tasks using runtime module.
So, is there another way of having dialog boxes always display on top of everything?
My photo app shows a picture for evalutation but the dialog box always display below this.
One tip is to use GPT chat so it can create these parameters
-
- Posts: 47
- Joined: Mon Jan 01, 2024 11:21 am
- Contact:
Re: dialog boxes on top
Perhaps something to add in the next update of robotask.
Show dialogbox in front, focus.
Show dialogbox in front, focus.