Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello
i do the 2 views (AR-view and 2D-Report-view)
i start home in AR-View that have choice-image-object can click and navigate to 2D-Report-View
I want to :
in 2D-Report-View there is a list of what choice-image-object u selected
and also it can select as the drop downlist to see other report
what really happen:
in 2D-Report-View can show me the report i would like to see in 2D-Report-View (which is selected what i want to view from AR-View)
But in drop down list not shown what i selected from AR-View (It's go blank)
However, when i click on dropdown list, list can show as normal and it work as i want.
I can select report i need to see.
Issue:
I think it about I cannot assign data to current selected object in list
so, what i selected is not show immediately when view has go to 2D-Report-View
can i assign data to current selected object in list
Thank you
Hello Paitoon,
The solution is to select a Value in the Select Widget.
More details in this post, to init with a Default value hard coded :
https://community.ptc.com/t5/Vuforia-Studio/Select-Widget-default-value/td-p/611653
Here, in this case, we need to create a binding between the Home View, in the choice-image-object clicked, to the Value Property, in the Select Widget, in the View named 2D -Report-View.
Now to go deeper, it is needed to know which kind of Widget is the choice-image-object.
Best regards,
Samuel