Tagged Questions
2
votes
1answer
98 views
How to build ArcGIS Flex Viewer app for remote server?
I'm trying to help a co-worker set up an ArcFlex Viewer app using the Application Builder. I'm a bit puzzled by the settings screen:
It's asking for a web server base folder (local path) and a web ...
1
vote
1answer
110 views
WMS projection doesn't match basemap
I have a flex viewer 3.0 map in wgs 84 (4326) (ESRI basemap) with a wms which is 4326 as well. for some reason the wms doesn't overlay correctly. it is way off. appears on the maps but it is flattened ...
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
0answers
125 views
ArcGIS Viewer For flex add remove layer programitically
I want to add remove operational layers to ArcGIS Flex Viewer Problematically with some security verification. if user is Manager all layers will be added and visible if user from public then due to ...
1
vote
1answer
111 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 ...
0
votes
1answer
206 views
Open Source Flexviewer application
I would like to know if there are any open source flex viewers some thing on the same line as ArcGIS Flex Viewer ??
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 ...
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);
...
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
284 views
changing ArcGIS Viewer for Flex page title
perhaps I'm just missing the obvious.
when working with the ArcGIS Viewer for Flex application is it possible to change to title page tab to something else e.g. sometitlepage.com or will the Internet ...
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
391 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?
0
votes
3answers
1k views
Using URL parameters in ArcGIS Server 10 Viewer for Flex
Anyone know if you can use URL parameters to turn on layers. I have had success using URL parameters to go to specific coordinates.
1
vote
3answers
231 views
ArcGIS Viewer for Flex widget moves inadvertently when placed in upper right
Any widget moves inadvertently to the left whenever it is placed in the upper right area of the window? http://www.fairfield-city.org/maps/gis
2
votes
1answer
376 views
Military Symbols in Flex Viewer 2
Assalam o Alaikum
I want to create Military Symbols in Flex Viewer 2. How I can accomplish it, including all the names and their code in an XML file and calling it within flex viewer is a pain. Is ...

