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

Showing loading icon - where does it come from

1 Answer 63 Views
AppBuilder Windows 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.
Markus
Top achievements
Rank 2
Markus asked on 31 Oct 2013, 02:37 PM
Good day

Can anyone tell me when I get the loading icon.

I change the language on my app (by script) and get some data via web api and get an loading icon. 

I have not figured out what is triggering this - It's a wanted behavoir and I want that as well when I do a login in my app - again via web api to my sql database.

So basic question is how to show a load icon while something is going on. Is there someting build in or do I have to programm it myself - hide show load icon for example.

Markus

1 Answer, 1 is accepted

Sort by
0
Markus
Top achievements
Rank 2
answered on 31 Oct 2013, 04:37 PM
Seems I found the answer.

Kendo UI   - app.showLoading();

In my Icenium project

 app.application.showLoading();
app.application.hideLoading();


Don't know why it does it on some other occasion automatically.

Markus

PS: Anyone else having the experiance that often as soon as you post something and start looking again you find the answer :-)
Tags
AppBuilder Windows client
Asked by
Markus
Top achievements
Rank 2
Answers by
Markus
Top achievements
Rank 2
Share this question
or