Page 1 of 1

Simple "active" toggle for triggers?

PostPosted: Wed Sep 25, 2013 6:45 am
by HA1
I find myself often needing to temporarily deactivate a trigger for one reason or another. Is there a way to check/uncheck a box for making the trigger active or not? Seems like a simple enough thing to add if not? My solution has been to create a temp true/false variable and then add a conditional for the trigger that attaches to it, but that is obviously not so clean or quick as I'd like.

Re: Simple "active" toggle for triggers?

PostPosted: Wed Sep 25, 2013 7:04 am
by autolog
HA1 wrote:
.... Is there a way to check/uncheck a box for making the trigger active or not? ...

Is this what you are looking for? = In the Home Window, in the list of triggers, check/uncheck the box in the 'Enabled' column for the trigger you are concerned about. You might have to check that the 'Enabled' column is enabled :wink: - Right Click for context menu on column heading to check this. :)

Re: Simple "active" toggle for triggers?

PostPosted: Wed Sep 25, 2013 7:07 am
by HA1
Ah! Thanks a lot! I figured this would be available already somehow...just that that column was nearly entirely collapsed in my view. Thanks