Problem Loading the Map

516
3
04-05-2012 04:17 AM
demdeberanz
New Contributor II
Hi everybody,

I'm trying to show a map inside a sliding tab pane (like this one http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_legend.html "in place of the legend") but I'm getting the following error:

"NetworkError: 404 'size' parameter is invalid - http://*************/test/MapServer/export?dpi=96&transparent=true&format=png8&layers=show%3A7%2C4&b..."

Anyone Knows what does it mean?and what is the problem?

Thank you everybody.
0 Kudos
3 Replies
demdeberanz
New Contributor II
It seems to be an error due to two attributes called width and height in the map_gc div, which is automatically created.

<div id ="map_gc"  width="-16" height="-16" .....>

</div>

these are the only -16 values I find out in the code...

any ideas why are set in this way???
0 Kudos
KellyHutchins
Esri Frequent Contributor
Can you post a simple code example that shows the problem? In your app is the tab that contains the map visible?
0 Kudos
demdeberanz
New Contributor II
You hit the problem!!!the map's tab was not visible...I fixed it! Thank you everybody.
0 Kudos