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'd love to know how to re-populate the listItems in a SelectionBox at runtime. For example, the default options are {A, B, C}. How would I switch those options to {1, 2, 3, 4, 5, 6, 7} in response to some other event, like a button click? Just setting the listItems property doesn't seem to update the internal state properly, so I'm guessing there's more to it. Thanks!
I've added a method to re-populate ListItems at runtime - I'll be adding an entry to the wiki and probably making a tutorial at some point, but for now you can find an example in /Examples/xx - SelectionBoxes.
Hey guys! If you're unsure of what something does, or how to do something, check out the wiki to see if it's there.
If it's not, or you need more info, or a video tutorial, let me know here!
The text was updated successfully, but these errors were encountered: