I have a macro that intitiates a process within an application. The needs to wait until the process is completed before it proceeds.
The app displays the progress in a window but the window doesn't have a title. The progress window has a checkbox that allows for the window to automatically close when the process is finished.
How can I tell when a process is completed?
Moderators: JRL, Dorian (MJT support)
It looks like the progress window isn't a real window.
The WaitPixelColor is clever. How the macro is making selections within the app and then processing those selections. The selected portion is a different color than the unselected. I have no way of knowing if a pixel under the progress window will be selected or not, so I don't know what the color is.
The WaitPixelColor is clever. How the macro is making selections within the app and then processing those selections. The selected portion is a different color than the unselected. I have no way of knowing if a pixel under the progress window will be selected or not, so I don't know what the color is.