dialog boxes on top

Discuss RoboTask here
Post Reply
photoevents
Posts: 44
Joined: Mon Jan 01, 2024 11:21 am
Contact:

dialog boxes on top

Post by photoevents »

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,
felipe
Posts: 15
Joined: Thu Nov 30, 2023 6:18 pm

Re: dialog boxes on top

Post by felipe »

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
photoevents
Posts: 44
Joined: Mon Jan 01, 2024 11:21 am
Contact:

Re: dialog boxes on top

Post by photoevents »

Okay, thanks.
photoevents
Posts: 44
Joined: Mon Jan 01, 2024 11:21 am
Contact:

Re: dialog boxes on top

Post by photoevents »

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.
felipe
Posts: 15
Joined: Thu Nov 30, 2023 6:18 pm

Re: dialog boxes on top

Post by felipe »

photoevents 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.
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 background
One tip is to use GPT chat so it can create these parameters
photoevents
Posts: 44
Joined: Mon Jan 01, 2024 11:21 am
Contact:

Re: dialog boxes on top

Post by photoevents »

Perhaps something to add in the next update of robotask.
Show dialogbox in front, focus.
Post Reply