denolfe / AutoHotkey

:gear: My Autohotkey productivity suite that includes shortcuts, hotstrings, hotkeys, apps/utilities, AutoCorrect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"AT=" command doesn't seem to work

kahwoo opened this issue · comments

Bug report, using the "AT=" command doesn't seem to work

Expected behaviour:
When Notification times out, AT= should trigger "MyTestLabelGoesHere" label

Example usage:
;NotifyTest.ahk
#include Notify.ahk
Notify("Title", "testmessage",-5, "Style=Tooltip SI=50 GC=000000 TC=White MC=White SI=350 ST=450 BC=00000 GR=9 BR=13 BW=0 BT=105 TS=9 MS=8 PB=767676 GR=0 AT=MyTestLabelGoesHere ")
return

MyTestLabelGoesHere:
msgbox this message box does not show when the notification timesout
return

Am I doing this right?

I have not used that option personally. Notify.ahk was a library originally pulled from here. You may find some answers in that thread, though it's rather old. It looks like the author no longer uses/supports it.