You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: