Moving A TextEdit Window

I'm trying to get a specific TextEdit file to open only in the top right corner. I tried just using the launch application trigger. That didn't do it. So I added all the other variations you see in the screenshot. It still doesn't do it. It only moves the window when I click out of TextEdit & then click back in it. I want to automatically move the window on launch. What am I doing wrong?

Try this:

I think you just need to change the "Move Window… " action to "the window title containing".

Ok, I tried that, but it still didn't work.

It is probably a timing problem.
You need to pause until the window is actually frontmost.
Try inserting before the Move Window a Pause Until action with a condition of "window title contains <some text you are sure will be in window title>"

1 Like

That did it, THANK YOU! :grin:

1 Like