Skip to main content
1-Visitor
July 8, 2019
Solved

how to reorder the views in vuforia studio

  • July 8, 2019
  • 1 reply
  • 2428 views

how to reorder the views in vuforia studio????

Best answer by dupatel

@rohankulkarni  From inside Studio it is not possible, however, there are other ways to do.

However, there are other ways to do it which is not recommended as it might corrupt your Studio project and not supportable. 

 

Inside the project folder in disk ( C:\Users\<username>\Documents\VuforiaStudio\Projects\<ProjectName>) -> appConfig.json you can carefully modify sequence of the view list inside targets->phone->components. Strongly, suggest taking a backup of your project before trying out the advised workaround.

 

-Durgesh

1 reply

5-Regular Member
July 8, 2019

@rohankulkarni  Inside Studio, upon creation of a new project you by default get a Home view and adding further views, comes below in hierarchy list in UI.  As such you can navigate and go to other view using JS code & function inside a project. Refer to existing post for more detail - https://community.ptc.com/t5/Studio/ThingWorx-Studio-How-to-navigate-to-a-specific-view-via-js/td-p/523177

 

-Durgesh

1-Visitor
July 8, 2019

actually, i have 3 view in my experience as follows:

1 Maintenance

2 Repair 

3 HOme

now i want to reorder above 3 views as follows:

1 Home

2 Maintenance

3 Repair

how to to do that?

14-Alexandrite
July 8, 2019

Hello  rohankulkarni

 

If you need just sort your Views in WidgetTree:

Screen_632.png

I think it is not possible.

 

But for the experiences is it irelevant because you can build the navigating via Drag&Drop or JS.

An disorder of the Views is just cosmetic inaccuracy for the developers of AR Aplications.

 

Regards

 

Tomas