This is a migrated thread and some comments may be shown as answers.

show loading issue.

5 Answers 91 Views
AppBuilder in-browser client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Suma
Top achievements
Rank 1
Suma asked on 31 Oct 2013, 08:30 AM
Hi,
 for every method i am using app.showLoading(); for showing loading but only in login page its working rest of all places its not working. have to do any more to show the processbar? can any one help me in this issue.


with regards
sumalatha.

5 Answers, 1 is accepted

Sort by
0
Pavel Kolev
Telerik team
answered on 31 Oct 2013, 10:08 AM
Hello Sumalatha,

Could you check if you call the app.hideLoading() function after the loading of your login page is complete, please.



The hideLoading() function should be called every time your operation is complete is you are using showLoading() before that.



If that does not solve the problem please provide us with sample code on jsbin or any other provider for sharing code. 

Regards,

Pavel Kolev
Telerik

You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.

Looking for tips & tricks directly from the Icenium team? Check out our blog!

Share feedback and vote for features on our Feedback Portal.
0
Suma
Top achievements
Rank 1
answered on 01 Nov 2013, 05:03 AM
Hi,

Yes i cam calling my app.hideloading() after login complete and for every method i am calling app.hideloading(). only in login page its working fine but rest of the application app.showloading not working its not showing he process bar.

with regards,
sumalatha
0
Jordan
Telerik team
answered on 01 Nov 2013, 07:48 AM
Hello Suma,

Could you try to isolate that issue in jsBin or jsFiddle sample as my colleague suggested so we can help you?  

Regards,
Jordan
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Suma
Top achievements
Rank 1
answered on 11 Nov 2013, 09:41 AM
Hi jordhan,

thank you before every ajax function call we have to cal the showloading and hide it in success of ajaxcall then it will work.

thank you
sumalatha.
0
Zweni
Top achievements
Rank 1
answered on 20 Nov 2013, 08:57 PM
Hi

I have the exact same issue as Sumo. It is only in the login page that the progressbar works for me. I've set async: false on my ajax call (using jquery). I've tried also $.ajax(...).done(function(){ app.hideLoading()} and using "complete: app.hideLoading()" inside the actual call. In fact, after the first time (log in), it does not work before an ajax call. It's almost like the .hideLoading() method shuts it down for good.
Tags
AppBuilder in-browser client
Asked by
Suma
Top achievements
Rank 1
Answers by
Pavel Kolev
Telerik team
Suma
Top achievements
Rank 1
Jordan
Telerik team
Zweni
Top achievements
Rank 1
Share this question
or