You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using this library and am really loving it. One thing I need though is to remove an object to more easily facilitate radical changes in the UI. My app has a number of modes and I need to cleanly and completely tear down the UI at times.
The text was updated successfully, but these errors were encountered:
Hey no worries, i can implement and send a pull request. I just wanted to make sure there wasn't something I was missing, or something you had planned. Thanks for all the great work!
Has .remove been implemented yet. I just found this library today and would like to use .remove to change the UI. As a work around I added a boolean visible element to the listbox class and only call draw if visible == true. However, .remove would be cleaner if it's ready.
I just started using this library and am really loving it. One thing I need though is to remove an object to more easily facilitate radical changes in the UI. My app has a number of modes and I need to cleanly and completely tear down the UI at times.
The text was updated successfully, but these errors were encountered: