The ArcGIS API for Flex is a web mapping API for Flex developers.
0
votes
0answers
29 views
Flex API: is it possible to fit the legend into a fixed frame using print widget and custom templates
does anyone have experience with trying to fit the legend of the WebAPI into a fixed frame when exporting the map to a pdf? I am using a custom template to export my map and I just cannot get the ...
0
votes
1answer
22 views
How to create a Custom editor application using ArcGIS API for Flex?
I have seen demo of esri editor and then run in my flash builder as well.It is working well.Now I have a question that Is it possible to create my own editor?ORIf I want to place my own/desired ...
0
votes
0answers
24 views
How to activate drawTool and start drawing with only one mousedown event?
I'm trying to draw a rectangle on the map using the DrawTool component. I want to start drawing directly after performing a Ctrl + MouseDown.
So in the map_mouseDownHandler function I put the ...
0
votes
0answers
21 views
PortalBaseMapAppender:could not connect to portal
I am new to Flex and ArcGIS.
I have downloaded arcgis Viewer Flex src and imported it in FlashBuilder. I have added lib (swc) file and code got fine.
Now when I run the code, it displays the viewer ...
0
votes
0answers
26 views
Does the ArcGIS Flex API simplify polygons by default?
I have a feature access map service that I use on an ArcGIS Flex web application.
Some polygons published by the feature service, seem to be "simplified" by the Flex API before they are drawn on the ...
0
votes
1answer
50 views
Why do objects disappear when I zoom on a dynamic map service? [closed]
I have a dynamic web map service that contains some point objects.
When I zoom in and out, some of the point object disappear and reappear randomly.
The map service is dynamic, no cache has been ...
0
votes
0answers
18 views
Help required in grouping composite symbols in ESRI Flex Viewer
I want to group multiple composite symbols so that I can move them as one unit on map. Is there any container to hold multiple composite symbols?
As Composite Symbol is Array of other symbols, I want ...
0
votes
0answers
18 views
ESRI Flex API - ImageSnaphot After Batch Layer Update
I am having some difficulties in getting the output of an ImageSnapshot of my application's map to accurately show the current state of the layers.
For reasons I won't go into here, for my particular ...
0
votes
1answer
61 views
ArcGIS GeoRSS widget source code not recognizing com.esri.ags.portal package import
For some reason while attempting to import the com.esri.ags.portal.*, despite having the library imported in flex builder, it keeps on giving the error "import cannot be found." The strange thing is ...
0
votes
1answer
169 views
Filtering a Feature Class in using ArcGISDynamicMapServiceLayer
I'm using the following code in Flex to display all the features in a Feature Class defined in the "Data Layer".
var dataLayer:ArcGISDynamicMapServiceLayer= map.getLayer("Data Layers") as ...
0
votes
0answers
161 views
how to turn on a group layer when a sublayer is turned on in Flex Viewer
I have a map server with layer structure like this:
-A (GroupLayer)
--AA (SubGroup)
--AAA (Feature Layer)
When I set AAA.visible=true, I need at least AA get turned on too.
I got my code like ...
0
votes
0answers
117 views
Flex Identify tool version 3 1085 error
I am building a flex web map app. I am using the Identify tool version 3, here. Below is the syntax I am using, based on the PDF help file. It, however, gives a 1085 error. Does anyone know if I am ...
0
votes
0answers
41 views
geocode address then identify layers in mapservice
Looking for some hints/examples on how to handle a task in the flex api. I want to be able to geocode an address which will in turn be used to identify the service (provider) polygons into which it ...
0
votes
0answers
164 views
Flex 2.5 Viewer Identify Widget with Secured Service
I am trying to configure the Identify Widget with my Flex 2.5 application. I have a single ArcGIS Server service which is secured with a user.
The map displays and runs correctly with the token I ...
0
votes
0answers
70 views
What is ArcGIS API Lite for Flex?
ArcGIS API Lite for Flex
Is it just a template for novice programmers to use to start building web apps and mobile apps with the ArcGIS API for Flex?
0
votes
0answers
447 views
ArcGIS Flex API: cannot addChild to infoWindow
This is driving me nuts. I am developing a Web App using ArcGIS Flex API, Flex SDK 4.5, and Flex Viewer 2.4.
I add a bunch of point graphics to the map. Then on rollover I try to add a Flex ...
0
votes
0answers
346 views
How to draw Sprite on Graphics layer?
I want to draw sprite on Graphics layer like this:
var sp:SpriteVisualElement = new SpriteVisualElement();
sp.graphics.beginFill(0x00ff00,1);
...
0
votes
0answers
171 views
How to save a CompositeSymbol in a text file using Flexviewer 2.2?
I am using Flexviewer 2.2 draw widget that allows us to save text or shapes in a text file. I had created a compositeSymbol containing 3 textSymbols instead of a textSymbol, now I want to save it in a ...
0
votes
1answer
206 views
Locate Widget for flexviewer 2.3.1
I want to exclude addresses to the state of Oregon.
Pre 2.3.1 code was
<listfield>State</listfield>
<listvalues>OR</listvalues>
for 2.3.1 ESRI says to use
...
0
votes
0answers
148 views
Grid & Magnetic Bearing in Flex Viewer 2
I want to allow users to draw line by using Flex Viewer 2 drawing widget, As a result I want to have magnetic and grid bearing.
Any help would be appreciated.
Thanks.

