|
POST
|
...or does the widget in 3.0 used pick up on the multiple records? Yes, it just works 🙂
... View more
06-14-2012
10:39 AM
|
0
|
0
|
881
|
|
POST
|
Yes, it works with editor, tho I gave up on it since I had no control over the interface. Are you familiar with the skins of Editor and other components? It gives you a lot of control over the the UI...
... View more
06-14-2012
09:56 AM
|
0
|
0
|
2856
|
|
POST
|
Version 3.0 supports showing pop-up windows for multiple features. This was a feature that was added in the 3.0 prerelease version: * Pop-up windows contain multiple features. http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/What_s_new_in_ArcGIS_Viewer_3_0_for_Flex/01m300000011000000/
... View more
06-14-2012
09:53 AM
|
0
|
0
|
881
|
|
POST
|
The new API community site: resources.arcgis.com/en/communities/flex-api/ What's new in ArcGIS API 3.0 for Flex http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/What_s_new_in_ArcGIS_API_for_Flex/017p0000000w000000/ Note that Adobe Flex 4.6 SDK is now the minimum requirement. Migrating from 2.5 to 3.0 http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Migrating_from_2_5_to_3_0/017p00000024000000/ How to get the the API library: Click the "Download 3.0 API & Samples" on the Flex API community site Note that the URLs have changed slightly from the 3.0 prerelease. We will remove those pages later this week.
... View more
06-13-2012
09:19 AM
|
0
|
7
|
2063
|
|
POST
|
So, my question is how can I clear the featurelayer cached feature when the featurelayer is removed from the map. i also turned off the cache option. flayer.disableClientCaching = true; "disableClientCaching" is meant to "disable client caching" so this should work. From the FeatureLayer API Reference: "If true, adds a timestamp parameter ("_ts") to the REST request to prevent the request from being loaded from the browser's cache." Can you use httpfox/fiddler/charles and see what http response you are getting for your request? is there a way to generate a layer as output image on the server side and transfer the whole image to the client side? Yes, using ArcGISDynamicMapServiceLayer will help with this. The image gets created on the server instead of sending down all the features to the client. Note that clustering only works with clientside features (featurelayer and graphicslayer), but not if the server is creating the image for you.
... View more
06-13-2012
08:59 AM
|
0
|
0
|
1184
|
|
POST
|
You might already have heard about it, but there are changes coming soon, all part of the main ArcGIS 10.1 release: Resource Center is getting a facelift and a fresh new look http://blogs.esri.com/esri/arcgis/2012/06/06/it%E2%80%99s-coming-%E2%80%93-61212/ Forums style change is coming �?? 6/12/12 http://forums.arcgis.com/announcement.php?f=111 And by tomorrow June 13, version 3.0 of the ArcGIS API 3.0 for Flex and ArcGIS Viewer 3.0 for Flex will also be available!
... View more
06-12-2012
09:33 AM
|
0
|
0
|
539
|
|
POST
|
I installed the Flex Viewer 3.0. Works great. But, I have 100 digital photos each one is linked to a point in a point feature class. I want the user to be able to click on the point and the photo with some associated data fields will popup in a Flash Window. All of the photos are in one directory on our server, there is a field called "PHOTOS" in the attribute table of the point feature class with the name of each photo, for example, img6543.jpg, img3234.jpg, img7684.jpg associated with each point. You can set up the popup for this layer, and specify something like this in your configuration file: <img src="http://yourserver/yourphotofolder/{PHOTOS}"/>
... View more
06-04-2012
02:46 PM
|
0
|
0
|
2752
|
|
POST
|
I am creating a web application using FV 3.0 and my app contains multiple secured map services. How can I create a log-in so that a user only has to log-in once and does not have to provide a user name and password for every secured service that he/she has permission to? As long as the multiple secured map services are on the same secured map server, then it will just work. The credentials from the first service are re-used for the other services.
... View more
06-04-2012
08:40 AM
|
0
|
0
|
1071
|
|
POST
|
Just tried 3.0 pre-release with our applications. I came across an issue of the 'GraphicsLayer' class no longer having 'units' as an attribute but don't think this change is mentioned in the release note? Correct, the "units" have been removed (and it wasn't mentioned in the "prerelease" release note). This property was needed for the Map in a few edge cases where it wouldn't get the Units from the metadata of the first layer added to the map. At 3.0, the API is now figuring out the units based on the spatial reference, thus no more need for the "unit". At least that's what we were thinking... What are you using the GraphicsLayer.units for? Will it (at 3.0) just work fine if you remove those lines?
... View more
05-29-2012
03:11 PM
|
0
|
0
|
575
|
|
POST
|
Will the current Flex 2.5 APPs continue to work with ArcGIS Server 10.1? Yes, any Flex API applications (from 1.0) will continue to work with ArcGIS 10.1 (as well as any other ArcGIS Server since 9.3).
... View more
05-25-2012
04:43 PM
|
0
|
0
|
1104
|
|
POST
|
Joe, you're correct - thank you for letting us know. For specific doc feedback you can also click the "Feedback" link on the page in question.
... View more
05-25-2012
10:08 AM
|
0
|
0
|
613
|
|
POST
|
...in the documentation it lists "recordset" as a valid input parameter type in the tag documentation, but in the geoprocessing widget documentation it states: ... "RecordSet types are not supported as input parameters." Recordset parameters are only supported as output. We will correct the tag reference documentation.
... View more
05-21-2012
05:45 PM
|
0
|
0
|
1087
|
|
POST
|
By the way I see a widgettemplate.as but not a widgettemplate.mxml There is no WidgetTemplate.mxml, only a WidgetTemplate.as: https://github.com/ArcGIS/ArcGISViewerForFlex/tree/master/src/com/esri/viewer The matching API Reference is at: http://resourcesbeta.arcgis.com/en/help/flex-viewer/apiref/
... View more
05-10-2012
11:15 AM
|
0
|
0
|
890
|
|
POST
|
I want to add some symbology on my viewer and save them on my ArcSDE geodatabase. There is some information about this in the documentation for the Edit Widget. The important part is that the editing is based on the feature templates editing model and the key to that is to create the feature templates in ArcGIS.
... View more
05-10-2012
11:07 AM
|
0
|
0
|
769
|
| 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
|