Skip to main content
10-Marble
February 6, 2025
Solved

showing sequences of a model in a select widget

  • February 6, 2025
  • 1 reply
  • 747 views

Hello, the title is self explainatory: I have uploaded a pvz file in a Vuforia Studio experience with some sequences contained in the sequences dropdown menu of the model and I would like to show such values in a select widget. The sequences in question are those present in the attachments (which are figures in creo illustrate). It seems such a stupid thing but I'm kind of stuck in it so I wanted to know more about it.
Thanks in advance

Best answer by RolandRaytchev

Hello @FC_12202090 ,

if I understand correctly the requirement the  answer is quite easy!

So something like that below? 

2025-02-19_14-43-56.jpg

1.) steps link /bind the property of the model sequnece List to the select widget list property

2025-02-19_14-50-48.jpg

2.) then in the select  display Filed = name and Value Field = filename

e.g. 2025-02-19_14-52-33.jpg

3.) last is to bind the value property of the select widget to the sequence property of the model

2025-02-19_14-53-54.jpg

that is all. Please, let me know if that answer your question! Thanks

Attached the demo project there

1 reply

21-Topaz I
February 19, 2025

Hello @FC_12202090 ,

if I understand correctly the requirement the  answer is quite easy!

So something like that below? 

2025-02-19_14-43-56.jpg

1.) steps link /bind the property of the model sequnece List to the select widget list property

2025-02-19_14-50-48.jpg

2.) then in the select  display Filed = name and Value Field = filename

e.g. 2025-02-19_14-52-33.jpg

3.) last is to bind the value property of the select widget to the sequence property of the model

2025-02-19_14-53-54.jpg

that is all. Please, let me know if that answer your question! Thanks

Attached the demo project there

10-Marble
February 19, 2025

Hello @RolandRaytchev, I already figured out a solution but the material you provided will be very useful so thank you very much