|
POST
|
Mohsen, OSM can be added as a basemap using the following: <basemaps> <layer label="OpenStreetMap" type="osm" visible="true" icon="assets/images/basemap_osm.jpg" /> </basemaps> Regards Anthony
... View more
04-14-2014
02:46 PM
|
0
|
0
|
715
|
|
POST
|
Mohammed, I don't think you can using the out of the box widget, but you can using Roberts e-locate widget: http://www.arcgis.com/home/item.html?id=e147c73451bb4c93b1cf150f4f316775 Regards Anthony
... View more
04-07-2014
04:09 AM
|
0
|
0
|
1142
|
|
POST
|
Samantha, If the variable is optional and you don't want to use it just ignore it totally in your script Regards Anthony
... View more
04-01-2014
01:43 PM
|
0
|
0
|
732
|
|
POST
|
Jay, Heather Gonzago gave a good presentation on skinning the viewer at last years dev summit, the video of the presentation can be found here: http://video.esri.com/watch/2305/configuring-and-customizing-arcgis-viewer-for-flex And her source code on github here: http://hgonzago.github.io/arcgis-viewer-flex/ Regards Anthony
... View more
03-26-2014
09:24 AM
|
0
|
0
|
740
|
|
POST
|
Currently all the talk at the developer summit is about the new web app builder for Javascript. It looks like a pretty neat product and will be out for beta testing at the end of the month. Check out the video: http://video.esri.com/watch/3211/web-app-builder Regards Anthony
... View more
03-13-2014
09:02 AM
|
0
|
0
|
2880
|
|
POST
|
Rudie, You need to use the linkfield tag in your layers: <linkfield alias="More Information">Link</linkfield> See the help here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Search_widget_tags/01m300000023000000/ Regards Anthony
... View more
03-12-2014
12:23 PM
|
0
|
0
|
809
|
|
POST
|
Steve, Are you using the compiled code or the app builder, if so you will not have that file as it is source code. If you are using the viewer source code the file is an mxml file which is in the API download that does not come as standard with the viewer code, you have to download the API separately and add it to the viewer code. https://developers.arcgis.com/flex/ Regards Anthony
... View more
03-12-2014
12:12 PM
|
0
|
0
|
2096
|
|
POST
|
Steve, Altering the popup width cannot be done in the .xml file it needs to be done within the source code. If you have the ability to amend the code the file you are looking for is PopUpRendererSkin. Regards Anthony
... View more
03-12-2014
09:29 AM
|
0
|
0
|
2096
|
|
POST
|
Justin, I think using the layer refresh will just refresh the map and not the table, I think you still need to use the AttributeTable(featureLayerToAttributeTable[featureLayer]).refresh() function. You will need to change the featurelayer to your layer. Regards Anthony
... View more
03-12-2014
07:20 AM
|
0
|
0
|
2635
|
|
POST
|
Jason, Please don't forget to mark the post as answered, Regards Anthony
... View more
03-10-2014
06:25 PM
|
0
|
0
|
869
|
|
POST
|
Justin, Have a look at the function: private function getLayers(layers:ArrayCollection):Array It is doing a loop through all the layers Anthony
... View more
03-10-2014
01:29 PM
|
0
|
0
|
2635
|
|
POST
|
Jason, How is your data stored for each of your layers? In my experience, if you are using an enterprise database like SQL server then your searches will not be case sensitive. If your data is in a file geodabase then it will be case sensitive. Your best solution is to use the upper or lower function on all of your queries Regards Anthony
... View more
03-10-2014
01:16 PM
|
1
|
0
|
869
|
|
POST
|
Ok if that's the case you will need to amend the attribute table mxml and set a timer that refreshes the attribute table, you can see an example of setting a timer in the GeoRSS widget: https://github.com/Esri/arcgis-viewer-flex/blob/develop/src/widgets/GeoRSS/GeoRSSWidget.mxml you will probably have to loop through your layers and force a refresh on each layer. This can be done using something like: AttributeTable(featureLayerToAttributeTable[featureLayer]).refresh(); Regards Anthony
... View more
03-10-2014
12:45 PM
|
0
|
0
|
2635
|
|
POST
|
Justin, Have you tried using the autorefresh attribute in your layer parameters: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p000000/ Regards Anthony
... View more
03-10-2014
12:30 PM
|
0
|
0
|
2635
|
|
POST
|
Mohammed, You can specify which map service is used for the overmap in its config file. If no layer is specified in the config then the overview map will use the basemap service currently selected. So if you want to show your basemap with operational layers over the top you will need to create a combined service that you then specify in the config file, see: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Overview_Map_widget_tags/01m300000007000000/GUID-371F1C9F-85D1-4CC1-AD4A-85FEEF8A302B/ Regards Anthony
... View more
03-09-2014
09:26 PM
|
0
|
0
|
867
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|