Select to view content in your preferred language

Progress bar Issue

499
5
08-13-2012 12:41 AM
LakshmananVenkatesan
Frequent Contributor
We are using sliverlight API 2.4, when map loads progress shows the progress but 50% after that it stops and suddenly completes 100%. It take few more seconds for a map to render in web page. Most of the times progress displays 0% always and suddenly moves to 100%. Why this behaviour?. Our application one dynmical service layer and one feature layer. End Users bothered about progress bar % complete which is not accurate. how to address this issue?
0 Kudos
5 Replies
LakshmananVenkatesan
Frequent Contributor
any help still facing the issue
0 Kudos
DominiqueBroux
Esri Frequent Contributor
This behavior can't be customized.
The progress bar counts the responses from the server. If you have only one dynamic layer and one feature layer, only 2 web responses are expected so the progress values can only be 0%, 50% and 100%.

When there is a TileLayer in the map, the number of expected responses is greater (one by tile) and so the progress bar is more progressive.
0 Kudos
ankurbhutani
Emerging Contributor
This behavior can't be customized.
The progress bar counts the responses from the server. If you have only one dynamic layer and one feature layer, only 2 web responses are expected so the progress values can only be 0%, 50% and 100%.

When there is a TileLayer in the map, the number of expected responses is greater (one by tile) and so the progress bar is more progressive.


Hi,

I do have the dynamic layer along with the tile layer in my map. Still my progress stops @1% even though map appears.

Can you just please let know the resolution for this.
I tried to find some custumization but all fails.
Help appreciated..

Thanks,
Ankur Bhutani
0 Kudos
DominiqueBroux
Esri Frequent Contributor
Could you share a repro case allowing to reproduce that issue?

Thanks
0 Kudos
ankurbhutani
Emerging Contributor
Could you share a repro case allowing to reproduce that issue?

Thanks



We developed map app on htttp and at that time map were appearing fine. Now when we deployed that application on https.

Now when we are opening maps, then map appears but deafult progress bar does not get dissappeared. progress bar stops at 1%.

Thats the only change i have done and i have deployed appication with arcgis 9.3 based server

Thanks,
Ankur Bhutani
0 Kudos