I've tested my script on other windows, such as the Calculator (so it's not simply a problem with my script), but when I'm running the CarbonPoker application, the table window won't move. I can activate the window, and I can get the title and display it with MsgBox
, but I can't get it to move.
I've tried
WinMove,0,0
and I've tried
WinGetTitle, Title, A
WinMove,ahk_id %Title%,, %xval%,%yval%,%width%,%height%
and I've tried
WinMove,%Title%,, %xval%,%yval%,%width%,%height%
Are there some applications which can't have their windows moved? Or is there a way to still do it for such applications? Thanks.
UniqueID := WinExist(Title)
– Joe DF