Hi, I'm trying to show/hide widgets using other widgets (buttons), and I saw the community post on this topic before, which you seem to have added the setVar method to make easier. I can specify a local or widget variable and control the visibility from within the same widget, but when I use setVar, it seems to be ineffective.
I think the problem I'm running into is that I don't know what setVar sets exactly. Does setVar set a variable in the 'local' widget object, the 'this.variables' object or the 'globals' object, or something else?
Setting 'visible' using the set command doesn't seem to work, although it seems like it should be a directly settable prop.
Per usual here's a little video to make it clearer. As you can tell, i'm waist deep in interface design right now. I should be done within the week and will stop asking you my million questions! Thanks again for making this amazing tool.