Question1:
Is there anyway we can show the download indicator while loading the JS files?
One way we tried to solve this problem in Flash is download a very small file size which indicates download progress and then inernally it will download the bigger files and initialize it while progress bar is shown.
If you look at flickr interface they show a small animated gif while their engine is downloaded and initialised in the background. If we have to do some thing like that, it would be great if platform supports it automatically.
Question2:
W.r.t the activity indicator, when we make AJAX calls it would be best if the platform shows the server activity indicator, for example check out flickr interface when modify activity happens then they show a small indicator, do we have to explicitly write that indicator or platform supports it?
Question3:
When a transition from one Tab to another Tab happens in our case. It is taking a lot of time. (probably due to refresh problem that we posted in other thread) it would be good if such a transition happens then automatically system shows some kind of indicator poped up, so that the impatient user will be happy. Does the system doesn't support it by defuault using some API or we have to implement it?
Thanks,
-SK
Is there anyway we can show the download indicator while loading the JS files?
One way we tried to solve this problem in Flash is download a very small file size which indicates download progress and then inernally it will download the bigger files and initialize it while progress bar is shown.
If you look at flickr interface they show a small animated gif while their engine is downloaded and initialised in the background. If we have to do some thing like that, it would be great if platform supports it automatically.
Question2:
W.r.t the activity indicator, when we make AJAX calls it would be best if the platform shows the server activity indicator, for example check out flickr interface when modify activity happens then they show a small indicator, do we have to explicitly write that indicator or platform supports it?
Question3:
When a transition from one Tab to another Tab happens in our case. It is taking a lot of time. (probably due to refresh problem that we posted in other thread) it would be good if such a transition happens then automatically system shows some kind of indicator poped up, so that the impatient user will be happy. Does the system doesn't support it by defuault using some API or we have to implement it?
Thanks,
-SK
Comment