Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easy to get Dynamically created Widgets by referring the Id just like statically created Widgets #1721

Open
reubensjohn opened this issue Nov 11, 2024 · 0 comments
Assignees

Comments

@reubensjohn
Copy link

I am creating multiple widgets dynamically based on the API response. I am assigning every new widget I have created unique Ids. But when I try to get them at run time by the unique Id, I am not able to access them. Once I have access to the Widget at runtime using the Id, I could use it to manipulate other properties like width, height etc. as well.

The same problem exists with ComboBox group as well. I can not access a combo box group which is created at runtime using ItemTemplates.

Sample code is in the View below

https://studio.ensembleui.com/app/tF9HdiZuDmRKZ7R9DDM8/screen/lHa41KyJruwH7d7ClxGw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants