Re: Creating a new selection box.
- Posted by euphoric (admin) Jun 07, 2011
- 1613 views
Try this: create all the listboxes you are expecting you might need and make them invisible. Then, when the user clicks on a listbox, make the hidden listbox visible. Then you can hide it again when it's not needed.
Also, Button2 in your example is never declared.