|
POST
|
Because of this Flash Player security restriction, you have to call featureLayer.addAttachment() after a button click. For example, if you have a button letting them choose a file using a FileReference, you need to have another button click before you call addAttachment(). You can't call it directly in the fileReference's complete event handler.
... View more
01-19-2011
07:21 AM
|
0
|
0
|
649
|
|
POST
|
You may want to check if the event.featureSet has any features in fxnListener() before calling the relation() function.
... View more
01-19-2011
07:13 AM
|
0
|
0
|
977
|
|
POST
|
Dasa, So you guys have no plan to add layerDefinitions support to applicable layers in the viewer? You can set a definitionexpression on a "feature" layer, but we haven't had requests to add support for this to the config for "dynamic" layers. Would you have a use for this? I don't think it would help with what I think Georgianna is looking for.
... View more
01-18-2011
12:19 PM
|
0
|
0
|
1646
|
|
POST
|
This isn't currently supported. It would require customization to the TOC component inside the com.esri.viewer.components.toc package.
... View more
01-18-2011
11:53 AM
|
0
|
0
|
1646
|
|
POST
|
Are you using ArcGIS Server 10 and leaving useAMF set to true on the QueryTask? If yes and you haven't upgraded to 10 SP 1, you may be running into a server bug where invalid AMF is returned when no features are found. In this case it should be calling your fault function. If this is the case, you can set useAMF to false on the QueryTask or upgrade to 10 SP 1.
... View more
01-18-2011
10:55 AM
|
0
|
0
|
977
|
|
POST
|
You can control which layers are visible in the service like this: <layer label="Control Points" type="dynamic" visible="true" alpha="1"
url=".../MapServer" visiblelayers="0,1,2" />
... View more
01-18-2011
10:48 AM
|
0
|
0
|
1646
|
|
POST
|
Can you share your config? Are you using left, right, top or bottom? http://help.arcgis.com/en/webapps/flexviewer/help/widget_tag.htm
... View more
01-18-2011
08:52 AM
|
0
|
0
|
758
|
|
POST
|
You can use a layer of type "feature" with a 9.3 server if you set the url to the layer in your Map service.
... View more
01-18-2011
08:46 AM
|
0
|
0
|
903
|
|
POST
|
Any problems running the default Viewer at: http://help.arcgis.com/en/webapps/flexviewer/live/index.html
... View more
01-18-2011
08:42 AM
|
0
|
0
|
1351
|
|
POST
|
Have you tried setting the type to "dynamic" in the layer tag?
... View more
01-18-2011
08:34 AM
|
0
|
0
|
2508
|
|
POST
|
You could set the other Feature Layer's mode to MODE_SELECTION: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#mode and then call selectFeatures() on them where the Query's geometry is the polygon. http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#selectFeatures()
... View more
01-18-2011
08:11 AM
|
0
|
0
|
494
|
|
POST
|
Is this the Map you'd like to create? http://www.arcgis.com/home/item.html?id=716b600dbbac433faa4bec9220c76b3a On the bottom of the above page is a section called Map Contents. It shows that the labels are coming from this service: http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer You can add this as another ArcGISTiledMapServiceLayer in your Flex Map.
... View more
01-18-2011
08:04 AM
|
0
|
0
|
2673
|
|
POST
|
Can you try copying the GeoRSSWiget.swf to a new file and then configure one of the widgets to load this new swf file?
... View more
01-14-2011
01:34 PM
|
0
|
0
|
573
|
|
POST
|
If the layer type is dynamic, arcims or wms, you can set the visiblelayers in the layer tag to only the layers you want to be on. See: http://help.arcgis.com/en/webapps/flexviewer/help/layer_tag.htm
... View more
01-14-2011
01:30 PM
|
0
|
0
|
1646
|
|
POST
|
Adobe's Flex SDK sample is setting internal parts of the form they're printing to be invisible, but not the form itself. By leaving the pDataGrid visible and then calling validateNow() it's being drawn so that it can then be printed.
... View more
01-14-2011
10:49 AM
|
0
|
0
|
621
|
| 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
|