I am developing desktop application using kony framework. while login my loader is not appearing in center. its just loading in right side. please help me.
How to make loadingscreen in center in kony
892 views Asked by Kalay Bharathi At
3
I am developing desktop application using kony framework. while login my loader is not appearing in center. its just loading in right side. please help me.
You can set your loading screen by following :
kony.application.showLoadingScreen(skin, text, position, isBlocked, showProgressIndicator, properties)
where the
position
is given asconstants.LOADING_SCREEN_POSITION_ONLY_CENTER
which will display the loading screen only at the center. By default it would be full screenconstants.LOADING_SCREEN_POSITION_FULL_SCREEN