Play sound on ANY 'CONFIRM'

420

Active member
Is there an IF clause to trigger a sound file when any CONFIRM is pressed in a macro?
what "CONFIRM" are you talking about exactly?

if you are talking about the "ok" in the "Confirm next" and "If Confirmed Then" action, you can just place an action to play a sound below them.
 

Phaedrus63

New member
what "CONFIRM" are you talking about exactly?

if you are talking about the "ok" in the "Confirm next" and "If Confirmed Then" action, you can just place an action to play a sound below them.
You nailed it. I must have had a brain fart, as I customized the OK to a CONFIRM text. That will work nicely.. Snce I want it to activate on ANY OK confirmation, what would I use as a Trigger?
 

420

Active member
You nailed it. I must have had a brain fart, as I customized the OK to a CONFIRM text. That will work nicely.. Snce I want it to activate on ANY OK confirmation, what would I use as a Trigger?
there is no trigger for pressing ok, you just have to place the sound action under every single "Confirm next" and "If Confirmed Then" action.
 

Phaedrus63

New member
there is no trigger for pressing ok, you just have to place the sound action under every single "Confirm next" and "If Confirmed Then" action.
Actually, I would need a trigger, as I want it to be GLOBAL to react to any confirm dialog box. When I use the If Confirm, it wants dialog text or it will not save.
 

420

Active member
Actually, I would need a trigger, as I want it to be GLOBAL to react to any confirm dialog box. When I use the If Confirm, it wants dialog text or it will not save.
there is no trigger for it, maybe you could post it in the feature request section...

and why are you telling me that the if confirm wants dialog text or else it will not save? what has that got to do with it?? (you can just use a blank space btw)
 
Top