Anyway to identify & move a popup window? For some reason the "front window" grabs the window it came from.
Also, still can't figure out how to identify the title or # of a window - I saw the threads but don't see how to get the variable in a way I can see it.
Possibly. What's the application that produces the pop-up window?
I take it you are referring to one of the Manipulate a window actions, and that it does not recognise the pop-up as a window. If that is the case, another approach will be needed, but what is possible will probably depend on the individual case.
Then you'll probably have to either JavaScript the adjustment via the "Execute JavaScript..." actions or use image detection and simulated mouse click-drags.
Without actual details it's difficult to say more.