Guido
Guido copied to clipboard
Interactive.remove?
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.
Thanks.
Will look into it asap!
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.