#SingleInstance force #Include Base.ahi test_cmd=1 test_function=1 test_tooltip_tango=1 ;//test_tooltip_tango_fullmsg=1 msg= (LTrim Testing Tooltip - Testing Tooltip - Testing Tooltip Line 1 Line 2 Line 3 Line 4 Line 5 ) if (test_cmd) { ToolTip, %msg%, % A_ScreenWidth-300, % A_ScreenHeight-200 MoveTooltip("Bottom Right") ;//MoveTooltip("BR") ;//MoveTooltip("xr yb") msgbox, 64, , Looky Tooltip Command!`n`n(note: this is a msgbox to pause the script, look for the tooltip) } if (test_function) { ;//Tooltip(msg, "x19 y19") ;//Tooltip(msg, "BottomRight") if (test_tooltip_tango) { if (!test_tooltip_tango_fullmsg) msg= else msg=`n`n%msg% Loop, 3 { if (A_Index=1) { time=819 wait=1 } else if (A_Index=2) { time=3019 wait= } else { Sleep, 3019 time=8019 wait= } Tooltip("Top Left" msg, "Top Left", 1, time, wait) Tooltip("Top Center" msg, "Top Center", 2, time, wait) Tooltip("Top Right" msg, "Top Right", 3, time, wait) Tooltip("Center Left" msg, "Center Left", 4, time, wait) Tooltip("Center" msg, "Center", 5, time, wait) Tooltip("Center Right" msg, "Center Right", 7, time, wait) Tooltip("Bottom Left" msg, "Bottom Left", 8, time, wait) Tooltip("Bottom Center" msg, "Bottom Center", 9, time, wait) Tooltip("Bottom Right" msg, "Bottom Right", 10, time, wait) } } msgbox, 64, , Looky Tooltip Function!`n`n(note: this is a msgbox to pause the script, look for the tooltip) } return