Loading splash on each page

@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
image

image

You should not be having to authenticate on every screen i think once logged in... did you do something special for authentication?

1 Like

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

1 Like

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
![image|644x500](upload://xqd6ynIOZFhvdKfEt2eRUCola0Z.png)

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

2 Likes

Thanks a lot. it worked :heart_eyes: :heart_eyes:
and how to mark your reply as solution ?

1 Like

Glad it works^^

And you cant mark a solution if you arent the creater of the topic^^

1 Like

ooo kk fine :slight_smile: :sweat_smile:

Thanks once again:)

1 Like

You create your own topic for a new topic, instead of hijacking another random unrelated one :wink:

Edit: Tada! Solution button now available

2 Likes

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: :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
image

on the main page just below that xD https://forum.inductiveautomation.com/
image

1 Like

Thanks a lot :blush: :blush: :blush: :blush:

1 Like