|
POST
|
You can put the VBox in its own mxml file and then use a ClassFactory to create an IFactory instance that can be set on the infoWindowRenderer property. See: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/core/ClassFactory.html If you named the mxml file, MyRenderer.mxml, it'd look like this: myFeatureLayer.infoWindowRenderer = new ClassFactory(MyRenderer);
... View more
11-21-2010
02:56 PM
|
0
|
0
|
629
|
|
POST
|
You could try just using a Flex Image to load the PictureMarkerSymbol's source.
... View more
11-19-2010
10:55 AM
|
0
|
0
|
696
|
|
POST
|
That looks good. Make sure it's not a browser cache issue. Try loading the xml file directly like this to see if it has the latest version: http://localhost/viewer/widgets/LayerList/LayerListWidget.xml Also double-check that the value exactly matches the layer's label.
... View more
11-19-2010
08:19 AM
|
0
|
0
|
1104
|
|
POST
|
I believe so, but I'm not very familiar with this so your best bet may be to contact Esri Support. From the REST docs at: http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/isidentify.html "The result of this operation includes the pixel value of the mosaic for a given mosaic rule, a resolution (pixel size), and a set of catalog items that overlap the given geometry."
... View more
11-18-2010
11:21 AM
|
0
|
0
|
1826
|
|
POST
|
It needs to include the domain for outside users or their DNS lookup will fail: http://publicgis.bartowga.org/PublicGISserver/rest/services/2010_CrossSections/MapServer
... View more
11-18-2010
11:12 AM
|
0
|
0
|
2533
|
|
POST
|
If you use a tool like HttpFox, do you see any requests going to http://dev.virtualearth.net and if so, what is the response?
... View more
11-18-2010
07:52 AM
|
0
|
0
|
2071
|
|
POST
|
You need to use full urls for the layers in your config instead of just: http://publicgis/PublicGISserver/rest/services/2010_CrossSections/MapServer
... View more
11-18-2010
07:43 AM
|
0
|
0
|
2533
|
|
POST
|
You should be using _myIds: e.g. return _myIds; and _myIds = value;
... View more
11-17-2010
11:49 AM
|
0
|
0
|
405
|
|
POST
|
If you have a version 10 image service, you can use the ImageServiceIdentifyTask.html: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/ImageServiceIdentifyTask.html
... View more
11-17-2010
09:07 AM
|
0
|
0
|
1826
|
|
POST
|
I'm not sure which widgets you mean, but the Query widget does let you change the symbology. See the bottom of the help for the Query widget at: http://help.arcgis.com/en/webapps/flexviewer/help/index.html
... View more
11-17-2010
08:59 AM
|
0
|
0
|
597
|
|
POST
|
The InfoSymbol only works with point data. Are you returning polygons? http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/symbols/InfoSymbol.html
... View more
11-17-2010
07:51 AM
|
0
|
0
|
828
|
|
POST
|
You can use this: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/Locator.html
... View more
11-17-2010
07:39 AM
|
0
|
0
|
417
|
|
POST
|
Try changing this: inputPolyFS.features = [{ geometry: draftConsLayer.selectedFeatures[0] }]; to: inputPolyFS.features = draftConsLayer.selectedFeatures;
... View more
11-17-2010
07:36 AM
|
0
|
0
|
1330
|
|
POST
|
The code looks OK. Try running the debugger and checking that the values are what you expect. You can also try a tool like HttpFox to see what's being sent to the server.
... View more
11-17-2010
07:33 AM
|
0
|
0
|
1860
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-06-2017 01:13 PM | |
| 2 | 03-06-2017 02:12 PM | |
| 1 | 06-22-2010 12:01 PM | |
| 1 | 08-06-2012 09:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-15-2025
04:18 PM
|