It’d be nice to be able to disable interactions on a widget rather than deleting them so that I can prevent people from clicking something that’s under construction or that I’m not sure will be needed but don’t want to lose the work I did setting up the interactions.
1 Like
At what level would you prefer it? Action, Event or global?
Action would be something like “Change State of This Ele…”, Event: “Left Click”, “Mouse Up” etc, or global would be all interactions defined on the cell.
As a workaround you can disable Actions triggered by Mouse-events disabling the “Mouse Selection” in the Style-Inspector:
Which was done in this example for the second button:
mouse selection.zip (150.7 KB)
Thanks for the workaround
I think on the action level makes sense.
1 Like