@Kevin.Herron @nminchin @cmallonee @victordcq In my project, there are multiple screens as below and I’m getting this authenticating, connecting, and loading resources on each screen while opening …Is there any option to stop/prevent that so that the next screen directly gets opened without loading or displaying such loading resources? Please help anyone
You should not be having to authenticate on every screen i think once logged in... did you do something special for authentication?
Thanks for your reply…
the above setting was done for authentication as initially it was not asking for login credentials so changed from public to authenticated in project props after that login screen shown
heh that seems quite fine…
What are you using to navigate to an other view?
url based navigation will cause this to happen too. As well as the link component
try using perspective pages, and the navigate scripts in buttons or system.perspective.navigate - Ignition User Manual 8.1 - Ignition Documentation
on data prop, added url but if want to use system.perspective.navigate then how in scripting ?
below is the code is written in onItemcClicked event behind the tree component
on item prop, expression binding done

Ah yea thats the problem you are using url
hmm im thinking just
if event.data !="":
vData=event.data
system.perspective.navigate(vData)
is enough if they are configured as pages
Thanks a lot. it worked
and how to mark your reply as solution ?
Glad it works^^
And you cant mark a solution if you arent the creater of the topic^^
ooo kk fine
Thanks once again:)
You create your own topic for a new topic, instead of hijacking another random unrelated one
Edit: Tada! Solution button now available
Thanks for your reply…
Actually, I searched for an option to create a new topic but don’t know from where I can create it:sweat_smile:
Plz let me know as I can see only the below options under which I cannot find any option to create a new topic
on the main page just below that xD https://forum.inductiveautomation.com/
Thanks a lot