|
POST
|
Try using a tool like HttpFox, Firebug, Charles Proxy, Fiddler etc. to see the http requests and responses and see which ones are failing.
... View more
08-26-2010
08:23 AM
|
0
|
0
|
2165
|
|
POST
|
You can use this to turn off the Map's default Navigation component: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#zoomSliderVisible
... View more
08-25-2010
01:58 PM
|
0
|
0
|
1028
|
|
POST
|
Open the Project Properties and go to the "Flex Build Path" section. If you have a local web server you can set the Output folder to a place that the web server will serve and set the corresponding URL. If not, then then set the Output folder to wherever you'd like and clear the URL field. This should let you run it from within Flash Builder. Once you're ready to deploy it to your production web server you should select "Export Release Build..." from the Project menu and choose a place to save the output and then copy that output folder to your production web server.
... View more
08-25-2010
09:42 AM
|
0
|
0
|
2165
|
|
POST
|
Another option is to just listen for the inherited graphicAdd event and then add your mouse listeners there. http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/GraphicsLayer.html#event:graphicAdd
... View more
08-25-2010
09:33 AM
|
0
|
0
|
739
|
|
POST
|
You may be looking the the graphicProvider before the FeatureLayer has fetched the features from the server. To test this, don't preload the widget and instead open the widget after you see the features in the layer on the map.
... View more
08-25-2010
09:31 AM
|
0
|
0
|
739
|
|
POST
|
The features can be found in the inherited graphicProvider property. http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#graphicProvider The featureCollection is used when you want to initialize the FeatureLayer with features from outside of ArcGIS Server like in this sample: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=TemporalRenderer_FeatureCollection
... View more
08-24-2010
08:22 AM
|
0
|
0
|
739
|
|
POST
|
The problem can be with the time zone. Trying printing date.toUTCString() vs. date.toString(). You can also check the value of the dateUTC property.
... View more
08-22-2010
07:04 PM
|
0
|
0
|
1185
|
|
POST
|
To post-process the response would add additional overhead looking for all the date fields and new'ing Date objects. Typically an app developer will want to format the date presented to the user, so at that time, they can also first new a Date with the value.
... View more
08-22-2010
06:34 PM
|
0
|
0
|
1185
|
|
POST
|
This is by design in AGS Server 10. The behavior should be the same if you set useAMF to false which causes it to request a JSON response.
... View more
08-22-2010
06:22 PM
|
0
|
0
|
1185
|
|
POST
|
The QueryTask works with standalone tables too. (Internally the FeatureLayer uses the QueryTask.)
... View more
08-22-2010
06:20 PM
|
0
|
0
|
760
|
|
POST
|
You need to download the source code zip. See the Getting Started page in the Developers book at: http://help.arcgis.com/en/webapps/flexviewer/help/index.html
... View more
08-20-2010
11:22 AM
|
0
|
0
|
2165
|
|
POST
|
There isn't a limit. Can you double-check that it is well formed by opening it in Firefox or IE or an XML editor?
... View more
08-20-2010
11:15 AM
|
0
|
0
|
1495
|
|
POST
|
The only support is in the LayerDetails which as a htmlPopupType property to know if the layer supports popups or not: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/supportClasses/LayerDetails.html#htmlPopupType You can try using HTTPService to retrieve the popup and then use the JSON decoder to parse it, but Flex has very limited HTML support, (unless you're using AIR), so you may want to try using this project instead: http://code.google.com/p/flex-iframe/
... View more
08-19-2010
08:25 AM
|
0
|
0
|
599
|
|
POST
|
See this sample on how to control the ordering by using the formItemsOrder property: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=AttributeInspectorOutsideMap The text under the symbol comes from the template name. Can you try changing this in your mxd?
... View more
08-18-2010
03:45 PM
|
0
|
0
|
753
|
|
POST
|
The url looks like it's too short. It should be to the task.
... View more
08-18-2010
03:06 PM
|
0
|
0
|
1029
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-06-2017 01:13 PM | |
| 2 | 03-06-2017 02:12 PM | |
| 1 | 06-22-2010 12:01 PM | |
| 1 | 08-06-2012 09:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-15-2025
04:18 PM
|