but that does not always happen
monitor 1 i have at 150% scaling and monitor 2 at 125% scaling (if that matters)
often in ahk my screen is being seen as much bigger than it actualy is because of it (like +/- 2300 wide but it really is 1920, not sure this matters tho for what i want) however i cant predict what it will see it as, i think if i just used something on monitor 2 it goes off because the focus is stil there (maybe just thinking)
so i have this code and i wonder is there a better way to do this to ensure its always on my first monitor's center
Code: Select all
Tooltip, Macro Launcher 2 Loaded , A_ScreenWidth/2-100 , A_ScreenHeight/2-50
SetTimer , RemoveToolTip, -2500