08-16-2013, 12:04 PM
or
Toolbar Toolbar48
Trigger !a"Untitled - Notepad" "Notepad"
Macro Macro2122
_command in toolbar is toolbar handle as string. As well as in functions called from toolbar.
When using mac, the macro runs in other thread, therefore _command is empty if we don't pass it with mac.
TriggerWindow is same as val(_command).
Toolbar Toolbar48
Trigger !a"Untitled - Notepad" "Notepad"

Macro Macro2122
_command in toolbar is toolbar handle as string. As well as in functions called from toolbar.
When using mac, the macro runs in other thread, therefore _command is empty if we don't pass it with mac.
TriggerWindow is same as val(_command).