That error message seems to be specific to the XmlHttpRequest object.

You might want to check the following.

1 - If you are using Internet Explorer, check that you are running the
latest MSXML and make sure the browser security settings are not interfering
with the XmlHttpRequest.

2 - There may be some security settings on the actual machine that are
preventing the XmlHttpRequest object from sending requests.

- Jackie


gom wrote:
> 
> I have been working on some code to search, select and zoom to features. 
> I am able to select the features use SetSelectionXML, however I cannot
> zoom to these selected features.
> 
> If I just set the selection it shows 1 feature selected and my feature is
> highlighted.
> When i add the line of code in my javascript to ExecuteMapAction(10), the
> browser status line shows the blue bar that indicates loading and then
> pauses.  After several minutes I get an error saying "The download of the
> specified resource failed"
> 
> I tried butting the ExecuteMapAction(10) on a sperate button so I could
> wait for the feature to be selected and all highlighting/refreshing to be
> completed.  Even then, it causes the same pause/error.
> 
> Any ideas as to what I might be doing wrong or what steps I might be
> missing?
> 
> Thanks
> 


-----
http://themapguyde.blogspot.com

http://www.linkedin.com/in/jackieng
-- 
View this message in context: 
http://www.nabble.com/Problem-with-zoom-to-selection-tp16964267p16983918.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to