My browser does not display graphics

715
3
12-22-2011 04:23 AM
ShaningYu
Frequent Contributor
Take an ESRI's example: http://help.arcgis.com/en/webapi/javascript/arcgis/demos/find/find_popup.html.  Ideally, if I click a feature, the feaure should be highlighted and an infobox displays the information.  However, when I work on my browser (IE), only the infobox display but no graphic is drawn on the map.  I have tested multiple ESRI's samples and always got nothing on the graphics.  In another word, Geometry service does not work at all.  However, if I run the samples of Flex API, the graphics display well.  Is anything missing on my system?  Thanks.
0 Kudos
3 Replies
JeffPace
MVP Alum
Take an ESRI's example: http://help.arcgis.com/en/webapi/javascript/arcgis/demos/find/find_popup.html.  Ideally, if I click a feature, the feaure should be highlighted and an infobox displays the information.  However, when I work on my browser (IE), only the infobox display but no graphic is drawn on the map.  I have tested multiple ESRI's samples and always got nothing on the graphics.  In another word, Geometry service does not work at all.  However, if I run the samples of Flex API, the graphics display well.  Is anything missing on my system?  Thanks.


I tried that sample with IE7, Chrome, Firefox and Safari and graphics displayed on all of them.  What version of IE are you using? IE6 is not supported.
0 Kudos
NickLorenzen
New Contributor
Take an ESRI's example: http://help.arcgis.com/en/webapi/javascript/arcgis/demos/find/find_popup.html.  Ideally, if I click a feature, the feaure should be highlighted and an infobox displays the information.  However, when I work on my browser (IE), only the infobox display but no graphic is drawn on the map.  I have tested multiple ESRI's samples and always got nothing on the graphics.  In another word, Geometry service does not work at all.  However, if I run the samples of Flex API, the graphics display well.  Is anything missing on my system?  Thanks.


I can verify that it is working in IE8 as well.  Are you working behind a corporate firewall where the request could be blocked?  Have you tried running it in Firefox while using the add-on Firebug to track the HTTP Get request that is coming through?
0 Kudos
ShaningYu
Frequent Contributor
I run IE7.  Very likely it is due to the compny's firewall.  Thanks for your response.
0 Kudos