|
POST
|
You probably can handle it with JavaScript, try this:
//Handles the click event of the submit button.
function openReport(evt) {
dojo.stopEvent(evt);
try {
var URL = "Report.aspx?" + dojo.byId("SearchParameters").value;
window.open(URL);
}
catch (e) {
errorHandler(e);
}
}
... View more
08-02-2011
10:14 AM
|
0
|
0
|
1926
|
|
POST
|
I'm not an ASP.NET expert but I do know that when you click your submit button it's doing a POST which which reloads the page. This is why your selection is being cleared.
... View more
08-02-2011
08:55 AM
|
0
|
0
|
1926
|
|
POST
|
2.4 introduced a new layer class specifically for WMTS services. Can you try using that class instead of creating your own? Here's a sample showing usage: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/layers_wmtslayer.html Is your WMTS service public? Can you post a link to it?
... View more
08-02-2011
07:37 AM
|
0
|
0
|
3239
|
|
POST
|
The download page is: http://resources.arcgis.com/content/web/arcgis-javascript-api-download But that only has 2.0+ releases. Customer support might be able to provide a disc with 1.6 on it. You can also still access 1.6 using this link: http://serverapi.arcgisonline.com/jsapi/arcgis/?v=1.6
... View more
08-02-2011
07:33 AM
|
0
|
0
|
1745
|
|
POST
|
I think you would be better off posting in the Desktop forum: http://forums.arcgis.com/forums/5-ArcGIS-Desktop-General
... View more
08-01-2011
10:44 PM
|
0
|
0
|
570
|
|
POST
|
Implementing your own error handling for layers that fail to load will also increase development and testing time. I really, really encourage you to upgrade to something newer, at least 1.6, if not 2.4. Also, if you have to work with support, they'll probably ask you to upgrade as well.
... View more
08-01-2011
04:01 PM
|
0
|
0
|
1745
|
|
POST
|
Can you elaborate on why you can't upgrade to a more recent version?
... View more
08-01-2011
03:09 PM
|
0
|
0
|
1745
|
|
POST
|
That does sound strange...can you post your code to reproduce this? Maybe on jsfiddle?
... View more
08-01-2011
03:06 PM
|
0
|
0
|
1926
|
|
POST
|
Discussion on gis.se: http://gis.stackexchange.com/questions/12772/identify-with-layer-toggling
... View more
07-29-2011
08:42 AM
|
0
|
0
|
840
|
|
POST
|
Are you using flex or javascript? The flex forum is here: http://forums.arcgis.com/forums/18-ArcGIS-API-for-Flex
... View more
07-29-2011
07:14 AM
|
0
|
0
|
635
|
|
POST
|
Do you see the same performance problem if you don't call beginBuildApp()? Can you comment it out and let us know how that affects performance? Also, the Net and Network tabs for Firebug and the Chrome dev tools have subsections. Any chance you're only looking at the "Images" section and not the "All" section? You should be seeing quite a few more requests just to load the various pieces of the JS API plus the six additional scripts you append to your page once all the map code runs.
... View more
07-28-2011
03:29 PM
|
0
|
0
|
1943
|
|
POST
|
Steve- Thanks for bringing this up, it's a bug with the basemap gallery and bing layers. We'll fix it at 2.5. Until then, can you use the workaround suggested by Heming?
... View more
07-28-2011
01:53 PM
|
0
|
0
|
1577
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-23-2012 07:54 AM | |
| 1 | 05-28-2010 08:31 AM | |
| 1 | 11-12-2012 08:12 AM | |
| 3 | 02-23-2012 10:57 AM | |
| 1 | 06-27-2011 08:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|