|
POST
|
I'll try to take a look at this later today. Two things for future reference: �??instead of providing repro steps, repro code is preferred when reporting a bug �??the official way to report a bug is to go through tech support, which you can do even when you do not pay for support; use this form and select "bug": http://support.esri.com/en/webform/support/customerId/5753/chat/false
... View more
08-02-2012
06:56 AM
|
0
|
0
|
3161
|
|
POST
|
Can you post screen shots of what you're seeing in the various browsers? Ideally, one screen shot showing what's expected (sounds like FF and IE are the dependable ones in this case) and one showing the problem (Chrome).
... View more
07-31-2012
12:30 PM
|
0
|
0
|
3046
|
|
POST
|
You can handle this client side by setting your polygon fill symbols to be completely transparent. Assuming you're using a simple renderer, the code is as simple as: dojo.connect(featureLayer, "onLoad", function() { featureLayer.renderer.symbol.setColor(new dojo.Color([0, 0, 0, 0])); map.addLayer(featureLayer); }); If you're using a class breaks or unique value renderer, each symbol would need to be modified. Here's a working example: http://jsfiddle.net/PB4Yc/ If you comment out line 35 you end up with only click-able outlines, like you've described.
... View more
07-31-2012
10:25 AM
|
0
|
0
|
1109
|
|
POST
|
We don't support Opera so we don't test in Opera. It might be possible to make it work but I don't have Opera installed.
... View more
07-31-2012
08:36 AM
|
0
|
0
|
3046
|
|
POST
|
Use the print widget or the print task. Here's a simple sample showing how to use the print dijit.
... View more
07-30-2012
09:14 PM
|
0
|
0
|
3457
|
|
POST
|
Sorry, I don't think I was clear. We have a class in the API that we recommend you use to manage communication with secure services called the Identity Manager. Instead of using the proxy directly, can you try using the Identity Manager?
... View more
07-30-2012
03:26 PM
|
0
|
0
|
1821
|
|
POST
|
Yes, you'd use your handler variable. Since you need to reference it outside of the function where it's defined, handler needs to be global (or it need to be a property a global object). I know we do it in some of our samples, but it's generally a bad idea to inline your JS with your markup. Changes (and down the road, maintenance) are much easier when your markup, CSS and JS are each in their places/files.
... View more
07-30-2012
01:48 PM
|
0
|
0
|
1566
|
|
POST
|
It's possible...you would position an image on top of your map and then remove it when someone executes a search. The Gauge + Web Map sample kind of shows this... it displays a loading div while the map is being created and fades out the loading div/gif when the map loads.
... View more
07-30-2012
01:45 PM
|
0
|
0
|
651
|
|
POST
|
Are you able to use the Identity Manager to manage access (and tokens) to your secure services?
... View more
07-30-2012
01:42 PM
|
0
|
0
|
1821
|
|
POST
|
Each graphic has a getDojoShape method. Once you have the gfx object, you can call moveToFront or moveToBack.
... View more
07-30-2012
01:37 PM
|
0
|
0
|
1024
|
|
POST
|
Yes, dojo.connect returns a handle that you can pass to dojo.disconnect to disconnect an event listener. In this case, pass the handle returned by dojo.connect to dojo.disconnect just before you call toolbar.activate. When you call toolbar.deactivate, re-connect your identify click event listener (and save a reference to the return value of dojo.connect).
... View more
07-30-2012
01:33 PM
|
0
|
0
|
1566
|
|
POST
|
You can probably use CSS to tweak the spacing of various things...can you post a screen shot of what you're seeing?
... View more
07-30-2012
01:32 PM
|
0
|
0
|
1126
|
|
POST
|
You can view attachments via the attachment editor: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/ed_attachments.html Use the Identity Manager to handle access to secure services: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/widget_identitymanager.html
... View more
07-20-2012
06:39 AM
|
0
|
0
|
2095
|
| 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
|