Guido icon indicating copy to clipboard operation
Guido copied to clipboard

Interactive.remove?

Open brysonian opened this issue 11 years ago • 3 comments

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.

brysonian avatar Sep 18 '13 06:09 brysonian

Thanks.

Will look into it asap!

fjenett avatar Sep 18 '13 10:09 fjenett

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!

brysonian avatar Sep 18 '13 16:09 brysonian

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.

zacsketches avatar Nov 15 '14 18:11 zacsketches