Way to disable an event?


#1

Is there a way to disable an event without cutting/deleting it? I would like it to not execute but don’t want to delete it as I try new things in a project.

Thanks,

Blu


#2

Depending on the situation, I might move an action to an event that I know won’t be fired (e.g., OnRotate for a widget that I know isn’t going to be spinning). I do this mostly for actions that I think I’m not going to need but can’t quite get myself to delete.

If I want to disable something temporarily I might add an always-false condition (like IF “2+2” equals “5”). Here, I will also change the name of the action to remind me that it’s effectively been commented out.

Jeff


#3

Copy that. Thank you. False case sounds good.

I moved one to another page thinking it would just sit there and be as is, but it blanked everything out since the widgets didn’t exist on that page.

Would be nice to just have an on/off/hide option.


closed #4

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.