Tagged Questions
0
votes
1answer
47 views
Flex Map component, update extent on resize
I have application with Flex Map component. Application has several states, and map component's size is changed depending on states. When state is changed, I need to change extent. But for some ...
2
votes
2answers
165 views
How to set minimum and maximum scale?
I have several layers on my map. I need to set minimum and maximum scale level to prevent zooming. What's the best way of implementing it? Thanks
2
votes
0answers
86 views
How to login arcgis secure service in Flex using 2.5 version?
I know, that I can use IdentityManager class to show login+password form for secured services. But it's available in version 3.0, and I'm using 2.5. How can I provide access for secured service in my ...
0
votes
0answers
143 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
40 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
2answers
253 views
How to build a mobile app from Flex web app
We have a Flex application based on ArcGIS flex API in the final stage of development and ready to move to testing/production. The application uses some map services and a complex GP tool. My boss ...
0
votes
1answer
128 views
Is there a way to develop configuration interface for custom widget in Flex Application builder?
Hello fellow GIS developers,
I'm currently trying to know if it's possible to develop a custom configuration interface for custom widgets in ArcGIS Flex Application Builder.
The standard widgets have ...
0
votes
0answers
68 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?
1
vote
1answer
110 views
Modifying the LocateWidget.mxml Locate and Clear functions
I am using Robert's compiled TOC widget and attempting to modify the LocateWidget.mxml for the flexviewer. The workflow I have in mind is that user performs an address search clicks the locate button ...
1
vote
1answer
256 views
Using the Flexviewer 2.4 I want to toggle layers from one service on/off
I have 2 layers in one service. If the user clicks one on, I want the other one to turn off, and vice versa.
I am using the default flexviewer LayerListWidget.mxml and assume this is the place where ...
2
votes
1answer
123 views
Modifying the Score text in the Locate Widget of Flexviewer 2.4
I want to add text where it says "score" to make it more clear that this is an address matching score.
I am using the LocateWidget_US.xml and do not think I can do it here. I think the place to do ...
1
vote
1answer
196 views
ArcGIS Flex API: Loop thru map graphics and make them visible
Using the flex viewer 2.4 and Flex 4.5 SDK.
I have a bunch of map graphics stored in a map layer. Initially, each graphic is set to visible = false. At the click of a button, I want to loop over each ...
0
votes
1answer
276 views
ArcGIS Flex API: Keep info window on top of other widgets?
I am working on a web mapping widget using the ArcGIS flex API and ArcGIS Flex Viewer. I have a infoWindow popup when there is a mouse rollover on a map graphic. Problem: the infoWindow renders ...
1
vote
0answers
144 views
Help needed for extended symbol
I am trying to extend Symbol class in ARGIS Flex API. this is my widget named TestWidget http://pastebin.com/04w6RSur and here is the extended symbol class http://pastebin.com/bqhDzdSe named ...
0
votes
1answer
257 views
Help required with size of the symbol
I am adding a picture marker symbol to graphic layer like this in Map click event:
const mapPoint:MapPoint = map.toMapFromStage(event.stageX, event.stageY);
mapPoint.spatialReference = ...
0
votes
0answers
338 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);
...
3
votes
1answer
150 views
How to use 931 GP service with v10 Map Services?
Pinched the code from this profiler sample.
Having some trouble setting it up with my custom Esri Flex application.
My Flex application is using the Web Mercator Aux Sphere WKID and is using v10 map ...
1
vote
0answers
355 views
How can I draw custom shapes on Graphics layer?
Hello everyone I need help. Any clue, guidance or help that would be appreciated, please bear with me as I am still struggling with Flex 4.
What is the simplest way to draw custom shapes using < ...
3
votes
1answer
289 views
How to check if layer is time enabled?
I want to be able to loop through the layers in my map, and return the names of layers that are time-enabled.
I understand that I will need to check TimeInfo and this could be enabled on a dynamic, ...
1
vote
3answers
2k views
ArcGIS Viewer for Flex - adding operational layers
I am new to Flex Viewer and am currently trying to view my Map Service that comes from remote Arc GIS Server over the Internet. All parameters in the config.xml file are set up as default (I made no ...
1
vote
3answers
388 views
Changing the search widget link icon
I want to change the pre-defined red arrow link icon in the search widget to another icon:
Where would I do this? It looks like the widget is drawing from the InfoPopupWidget.swf?
2
votes
3answers
565 views
Displaying operational layers in the overview map
Does anyone have the code to display an operational layer within the overview map?
3
votes
2answers
561 views
Measure the Length of a Line on a Map after a MOUSE_MOVE Event
One of the actions a user can perform using the ESRI Flex Viewer application is to draw a shape on a map (e.g. a line). Once the user is finished drawing the line, they will double-click the mouse ...
1
vote
2answers
413 views
KML and Spot and Swipe widget in flexviewer 2.2
I found the KML widget for Flex viewer but I was not able to make it work properly. Can anybody have any link for that.
I came across SPOT and SWIPE tool code, but the links to download the code ...
2
votes
2answers
1k views
Loading Shape file in flexviewer 2.2
I want to load Shape file in Flexviewer 2.2
Any sample would help a lot.
Thanks
0
votes
1answer
647 views
How to exclude the “More” tab where your operational layers are stored in the Flexviewer 2.2
I am using Robert's awesome TOC widget.
I want to exclude the "more" tab where your operational layers show up, because they are listed in the TOC widget.
Can I do this in the config.xml?
2
votes
2answers
456 views
Composite Symbol in FlexViewer 2.2
I have two questions regarding picture marker symbol in flex viewer:
How can I make a composite symbol so that users can re-size and drag it. Any example code could help a lot.
I have three symbols ...
1
vote
2answers
860 views
How do you create Map Tips with Flex?
I'd like to have Map Tips display when a user hovers over or clicks on a feature in my Flex Application.
Would I do this in the authoring stage or is there code I write into my Flex application???
...
3
votes
1answer
682 views
Consuming an asynchronous Geoprocessing service in ESRI's Flex API
I have been trying to consuming my own asyncronous Geoprocessing service using ESRI's FLEX api, but i am either doing something dumb, or there is some trick involved in getting the results out.
Since ...


