I’m trying to make it so when a user puts a value into a text box it will create that number of labels or images on the screen. alternatively, i’d like it to display the images associated with options selected in a list viewer. IE user selects options 4, 5 and 7 from the list. Images appear showing the pictures related to 4, 5 and 7.
my end goal is to make an app that shows who is playing in a game and in what role and seating order; the game can have 5-18 players and over a dozen roles to choose from and they can sit in any order.
okay, so there is no way for it to create new objects; that’s fine, i just needed to confirm that. Unfortunately having all of them on the screen already isn’t very helpful in this scenerio because i need to be able to have up to 20 different objects created on the screen dependent on what they select, creating all of them and hiding them will make it difficult to set up appropriate spacing etc.
Annie, the ability to dynamically create components is a feature that we know about and have on our queue. It’s probably not going to be added in the near future but we are hoping to add it at some point.