I would like to disable widgets, in particular the stepper widget but possibly others too when the user turns on some feature.
i found this thread that suggests overriding the widget library https://forums.coronalabs.com/topic/42642-stepper-and-slider/ but havent tried it. I would hope not to rely on this for forward compatibility.
what are the other possible ways to workaround the lask of disable functionality.
Im not familiar with all of coronas library, but i think i could possibly:
remove/add listeners (i gave it a shot but couldnt figure it out straight away)
adding some sort of mask that hides the widget (but i want it still visble)
what is the most elegant way to do this with multiple widgets on a screen that you want to disable and enable again.