Widget Switcher problem

I am trying to make it so that when a hit a button, the Progress bars in one canvas panel are hidden and the progress in another canvas panel are shown. I have used a widget switcher, but cant seem to get it to work. It keeps the progress bars as well as adding the other progress bars. When I try to swap back, it doesn’t work. Please help

This is where I am calling the functions that spark the toggle

And this is where I am defining the Events

In your on and off functions, try setting the visibility of the widget components instead of setting the active widget component. So you would have set visibility to true in the “on” and false for “off”.

See if this helps :slight_smile: