|
POST
|
If anyone happen to have fiddler etc open at the time this happens, please share the problem URL request - and response.
... View more
11-14-2012
04:56 PM
|
0
|
0
|
2091
|
|
POST
|
... a point layer to be consumed by the Arcgis Viewer for Flex with an incorporated identify widget. Jared, have you looked at using built-in popup windows instead of the Identify Widget. This functionality was added to the ArcGIS Viewer for Flex 2.3. It provides pretty much the same functionality (and works well with ArcGIS Online hosted services). You specify pop-ups for the layers that you want people to get more information on. http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Configuring_pop_ups_in_Application_Builder/01m30000004p000000/
... View more
11-14-2012
12:25 PM
|
0
|
0
|
1628
|
|
POST
|
It looks like the popup xml file can recognize some html element like <p>, but it won't recognize any style tags. The popup is using the HTML support that is part of the Adobe Flash Player. This support for HTML in the flash player is quite limiting, and a bit funky. See http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Pop_up_configuration_files/01m30000002q000000/ for more info on that, or go to the Adobe page for more details: http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_04.html
... View more
11-06-2012
07:41 AM
|
0
|
0
|
1570
|
|
POST
|
FYI - "Layers can be excluded from legend when printing" will be part of the next release: version 3.1 (planned for December).
... View more
11-05-2012
12:59 PM
|
0
|
0
|
1287
|
|
POST
|
I have created a geoprocessing service from the results of a Grouping Analysis (new at 10.1). I included a result map serivce in my gp service, but I have not been able to get it to show up in my web app. I can take the url built using the jobid and paste it into a web browser and see the map service, so I know it is being created. The source code for the FlexViewer's Geoprocessing widget can be really helpful when trying to create API applications using geoprocessing. For your case, see https://github.com/ArcGIS/ArcGISViewerForFlex/blob/master/src/widgets/Geoprocessing/GeoprocessingWidget.mxml private function processResultImageLayer(paramName:String):void
{
var lastExecutedJob:JobInfo = gp.submitJobLastResult;
var resultImageLayer:GPResultImageLayer = gp.getResultImageLayer(lastExecutedJob.jobId, paramName);
resultImageLayer.id = paramName;
resultImageLayer.name = ("hiddenLayer_" + paramName);
resultImageLayersOnMap.push(resultImageLayer);
map.addLayer(resultImageLayer);
layerOrderer.orderLayers();
}
... View more
11-05-2012
09:15 AM
|
0
|
0
|
723
|
|
POST
|
Just FYI, the link you gave is for the 1.x version of the ArcGIS API for Flex. If you are using the 2.x version, then the API reference is available at http://help.arcgis.com/en/webapi/flex/apiref/. If you are using the latest 3.0 version, the API reference is at http://resources.arcgis.com/en/help/flex-api/apiref/.
... View more
11-05-2012
09:09 AM
|
0
|
0
|
702
|
|
POST
|
Hello, I ama using the Arcgis server API for flex (2.5).\ ... However, it doesn't work, the legend is not displayed. I don't know why. Does the map display correctly? Does the legend display the no-layers icon? What version of server do you use? You will need ArcGIS Server 10.1 SP1 or later (see requirements at http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/Legend.html) If you go to the service directory (something like http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer), does it show "Legend"? P.S. I dont' have a ATiledMapServiceLayer. do you thing that I should have one ? You don't need to. Depending on what you are trying to do, it might be good to have one...
... View more
11-05-2012
09:05 AM
|
0
|
0
|
624
|
|
POST
|
...in ArcGIS desktop and used the "Share" feature which allowed me to upload the map as a package into ArcGIS online. In ArcMap, instead of Share As->Map Package, use Share As->Service.
... View more
10-31-2012
02:53 PM
|
0
|
0
|
1191
|
|
POST
|
This webmap has an operational layer that points to a csv file on a web server: Hi Matt, Support for CSV (on a web server) both in web maps and as an operational layer will be part of 3.1.
... View more
10-31-2012
12:56 PM
|
0
|
0
|
2456
|
|
POST
|
...Now that I have flash builder I will be able to "consume" my web maps that I created in App builder 3.0 on tabulates Correct. I also downloaded ArcGis API for flex. With these I can create my own "app" that will be able to consume my app builder maps on tabulates. Yes - see my answer to the same question at http://forums.arcgis.com/threads/70008-Confused-need-suggestions-on-best-way-to-consume-my-flex-builder-maps?p=245006&viewfull=1#post245006 Here's another question: Our ultimate goal is to put all of our data in the cloud. either on Amazon or arcgis on-line. Is it possible ti upload our app builder maps to the cloud then have them consume the maps from the cloud on tabulates? I'm not sure what you mean with "app builder maps" - if you are referring to the application builder for ArcGIS Viewer for Flex - then "no". If you are referring to "web maps" created on ArcGIS.com, then "yes". If I understand your scenario right, your "apps" would be installed on the devices/tables, your "web map" (configurations) would come from ArcGIS.com or your own Portal for ArcGIS, and the actual data could come from somewhere in the cloud (Amazon, ArcGIS.com etc). So, in short, yes - all the data would be in the cloud.
... View more
10-29-2012
01:30 PM
|
0
|
0
|
2538
|
|
POST
|
Now that I have flash builder I will be able to "consume" my web maps that I created in App builder 3.0 on tabulates Correct. I also downloaded ArcGis API for flex. With these I can create my own "app" that will be able to consume my app builder maps on tabulates. Yes, see the Mobile Samples Overview: http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Mobile_Samples_Overview/01nq0000006p000000/ And the specific example that use Web Maps: http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Web_Maps_Mobile_application/01nq0000006q000000/
... View more
10-29-2012
01:28 PM
|
0
|
0
|
848
|
|
POST
|
Is there a walk-through example of creating template? I only have one attribute I want to be updatable (click on the existing feature and have a drop down selection of 1,2,3 or 4), no drawing/adding features. Wayne/Davis, The ArcGIS Desktop help have more information on Editing http://resources.arcgis.com/en/help/main/10.1/index.html#/What_is_editing/01m500000003000000/ And creating feature services (including a link to a tutorial): http://resources.arcgis.com/en/help/main/10.1/index.html#/What_is_a_feature_service/0154000002w8000000/ The part about only allowing people to update, not add/delete, is a functionality you can either set up in the service, or in the Flex Viewer.
... View more
10-29-2012
08:23 AM
|
0
|
0
|
2084
|
|
POST
|
When you create a new feature in a feature service that has attachments, the edit widget doesn't let you add attachments right away. A feature has to be created fist, then edited again if you want to add attachments. Does anyone know what to change to fix this? Short answer: This is how it works in the ArcGIS API 3.0 for Flex (which is different from 2.x) and the underlying ArcGIS Server (an attachment can't be added until a feature has been created and exist on the server). Long answer: At 2.x when you clicked to create a feature, the request to create the feature was sent first, then the input boxes for attributes (and attachments) was popped up. ArcGIS 10.1 added the capability to allowed people to create, but not update, features �?? which (with the 2.x logic) would never work, as you wouldn't be able to set the attributes at all in this particular case. At 3.0, the created feature is not sent to the server until the attributes have been popped up and user clicked OK. Since you cannot add attachments to a feature until it exists, this also means that you can�??t add an attachment in the same request. For future versions, we are considering an API enhancement to once again support the earlier workflow within the Edit widget.
... View more
10-29-2012
08:20 AM
|
0
|
0
|
905
|
|
POST
|
Is this possible with the editwidget or some other widget: Allow users via the webviewer to click on a feature in a featurelayer and have a popup show the value for a particular field for that featuer and allow the user to edit that value (from a dropdown of selections)? I don't see how to do this. Any help is appreciated. Yes, that is possible with the Edit widget. Your data needs to be coming from an ArcGIS Server Feature Service (and be editable). See http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Edit_widget/01m30000003v000000/ Live sample: http://resources.arcgis.com/en/help/flex-viewer/live/index.html?config=apps/config-edit.xml
... View more
10-26-2012
03:01 PM
|
0
|
0
|
2084
|
|
POST
|
What I am confused about is, when I add in using the Viewer for Flex 3.0 user interface and then preview it, it gives me only one line If the service supports a single line input (like the one you are using), then the widget will default to use that (single line input). Unless you specify the following in your locate widget xml file: <usesingleline>false</usesingleline> See http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Locate_widget_tags/01m30000000r000000/
... View more
10-26-2012
02:56 PM
|
0
|
0
|
1057
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-11-2026 11:16 AM | |
| 2 | 03-17-2025 08:24 AM | |
| 3 | 03-17-2025 07:27 AM | |
| 4 | 02-26-2025 11:37 AM | |
| 1 | 03-23-2023 04:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-14-2026
04:21 PM
|