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
Working on creating a dynamic list and running into problems, maybe somebody has a solution I havent come across.
So I read in a group of "names" from an xml document. What I'd like to do is then create a new RadialMenu List from this group of names so that as time goes on, the menu can grow (considering models of an item here). Anybody have an idea or solution to this?
I've tried doing it inside the
MainMenu.Items = new List {
}
but cannot do for example a for each loop thru this area to create the new items.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Working on creating a dynamic list and running into problems, maybe somebody has a solution I havent come across.
So I read in a group of "names" from an xml document. What I'd like to do is then create a new RadialMenu List from this group of names so that as time goes on, the menu can grow (considering models of an item here). Anybody have an idea or solution to this?
I've tried doing it inside the
MainMenu.Items = new List {
}
but cannot do for example a for each loop thru this area to create the new items.
Thanks in advance.
The text was updated successfully, but these errors were encountered: