Page 1 of 1

How to hide loading screen in login (currently it is showing all the addons which are loading)

PostPosted:Mon Aug 07, 2017 9:39 am
by lakshmi
After login, how can I hide loading screen pop up which comes for few seconds.
help me where I should change the code to hide the loading pop up.
Find the attachment for loading screen pop up.

Re: How to hide loading screen in login (currently it is showing all the addons which are loading)

PostPosted:Thu Aug 10, 2017 6:46 pm
by jllort
You should modify the source code for it. If you want I can guide about how doing it.
We show this pop up because sometimes might happens some error and helps us to discover the point of the application what raised the issue.

Re: How to hide loading screen in login (currently it is showing all the addons which are loading)

PostPosted:Fri Aug 18, 2017 7:41 am
by lakshmi
ThankYou for the response.
Ya guide me how I can do this.
Version I am using : openkm 6.3.2

Re: How to hide loading screen in login (currently it is showing all the addons which are loading)

PostPosted:Sat Aug 19, 2017 10:26 am
by jllort
Take a look at the class named StartUpPop.java, at line 498 in Main.java

A good optimization might be add a new parameter in profiles to show it. If you want I can also give the clues for it ( with it might include code changes into next releases ).