MaterialUI icon indicating copy to clipboard operation
MaterialUI copied to clipboard

Wiki Entry / Tutorial Requests

Open InvexGames opened this issue 10 years ago • 4 comments

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!

InvexGames avatar Feb 25 '15 15:02 InvexGames

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!

geekoftheweek avatar Mar 18 '15 16:03 geekoftheweek

Sure thing! I'll make one as soon as I can.

InvexGames avatar Mar 19 '15 13:03 InvexGames

Hey geekoftheweek,

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.

Let me know if that's what you wanted.

Cheers!

InvexGames avatar Mar 26 '15 13:03 InvexGames

Thank you, both for this update to the code and for the entire library -- it looks fantastic, and has been a huge help. Thank you!

geekoftheweek avatar Apr 27 '15 20:04 geekoftheweek