Originally posted by invayne
View Post
Also, in your pictures you are not showing us the place you are creating the widgets from. If you are getting two widgets of the same is because you have set both variables as the same widget reference.
Plus, I'd recommend you not creating the widgets and then just set their visibility on/off, because when they are hidden they are still using up memory space. It is better to create the widget in the button press itself and use Remove from Parent node in the next button press to remove it.
Comment