Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: gamedivisionuk on June 02, 2012, 04:29:34 PM
-
how do i access the individual buttons on a popup list as they are created at runtime,im not a scripter im using playmaker with NGui,
thanks
-
Does playmaker allow you to get reference to objects? I don't see how you could do it without scripting to cache the created objects. The only other way I could think of would be to create the objects with a unique name for each so that you could some method in playmaker to find them.
-
playmaker lets you get property and set property,the only other way i thought of was to use playmode persist and while im in playmode add an fsm to each of the buttons
-
Why would you want to get buttons of a popup list?
-
im using it for a submenu type of thing,so i choose from a manufacturer,then i choose the products of that manufacturer from the sub menu,so each would need to have a registrable touch,is there anyway to alter the code to show them in the menu,once i can see them then i can add a touch event on each using playmaker
Why would you want to get buttons of a popup list?
-
I suggest just listening to the item selection, and when you get it, open up another popup menu -- this time with a new list.