Skyboy
(Skyboy)
June 23, 2023, 11:58am
1
Hey there,
I’m struggling to work out how to get the information from a dynamically placed widget.
For eg.
I place 40 widgets into a scroll box. And I want to pick widget 25 out of the 40 and get the information from widget 25.
Each widget has dynamic information given to it when the widget is created. So I need the random output from widget 25 out of the 40.
If anyone has any knowledge, itd be super helpful.
Thanks for reading
Everynone
(Everynone)
June 23, 2023, 12:11pm
2
If you’re working with indexes, get child 25 out of the scrollbox. If you’re interacting with the widget in some other way, you can dispatch it - no need for an ID/Index.
1 Like
Skyboy
(Skyboy)
June 23, 2023, 1:55pm
3
Omg of course! Yeah, that did it.
It took me a while to work out how to get dispatchers to work in a slightly different way than I’m used too.
But that works perfect.
Thank you, that’s brilliant.
1 Like
system
(system)
Closed
July 23, 2023, 1:56pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.