|
POST
|
Ionara, I think the wildcard for file geodatabases is * not %, have you tried that, Regards Anthony
... View more
01-18-2013
07:48 AM
|
0
|
0
|
1904
|
|
POST
|
Sarthak, Yes, the search and query widgets were both updated at 3.1 to start using feature layer(s) instead of graphics layer to be able to share results. I tried using the out-of-the-box search widget with the Attribute Table widget working as expected. Would it be possible for you to share the config.xml and the search widget's config. Would be easier to debug. Is this documented any where as I can not seem to find any reference to it. Does this mean you save the results of many searches as layers in the viewer. If so how do you enable this feature in the config file. Regards Anthony
... View more
01-18-2013
07:32 AM
|
0
|
0
|
2277
|
|
POST
|
Jason, For the effect you want have you tried using Roberts esearch widget with a fixed data grid: http://www.arcgis.com/home/item.html?id=5d4995ccdb99429185dfd8d8fb2a513e Regards Anthony
... View more
01-17-2013
10:13 PM
|
0
|
0
|
2277
|
|
POST
|
Darren, There are plenty of options to do this, have a look at using a locator or the coordinate menu widget: http://www.arcgis.com/home/item.html?id=edd4a2b7c722493a8b08f53eaa131e1e Regards Anthony
... View more
01-17-2013
09:43 PM
|
0
|
0
|
2142
|
|
POST
|
Jason, Are you talking about configuring the attribute table widget in the application builder and not the search widget. If so: "the Attribute Table widget checks for any feature layer feature(s) in the current extent and populates the attribute table with its feature(s)." This widget is independent of the search widget, so is your search widget searching against a dynamic layer or a feature layer? Regards Anthony
... View more
01-17-2013
01:23 PM
|
0
|
0
|
2277
|
|
POST
|
Tom, Glad you got it to work, Please don't forget to mark the post as answered. Regards Anthony
... View more
01-17-2013
01:11 PM
|
0
|
0
|
1299
|
|
POST
|
I'm just in the process of updating to 3.1 at the moment. I have had to go back to Kerry Coffin who works for ESRI in the states as the compiled libraries that I am using seem to place the grid in the wrong place. I will update as soon as I can. Regards Anthony
... View more
01-17-2013
12:59 PM
|
0
|
0
|
2142
|
|
POST
|
Jason, Are you using a modified search widget as I have not seen any option to add your results as an operational layer. Also the attribute table widget and the search widget work independent of each other Regards Anthony
... View more
01-17-2013
12:52 PM
|
0
|
0
|
2277
|
|
POST
|
Thanks Robert, I'll give it a try when I'm in work tomorrow and yet you know how I get on Regards Anthony
... View more
01-17-2013
11:43 AM
|
0
|
0
|
2156
|
|
POST
|
Tom, You have your latitude and longitude the wrong way round in the webmercatormappoint function, see: http://resources.arcgis.com/en/help/flex-api/apiref/index.html?com/esri/ags/geometry/WebMercatorMapPoint.html&com/esri/ags/geometry/class-list.html Try New WebMercatorMapPoint(longitude,latitude) Regards Anthony
... View more
01-17-2013
10:04 AM
|
0
|
0
|
1299
|
|
POST
|
All, I am trying to add an icon to the navigation widget that opens up the identify widget, i.e: [ATTACH=CONFIG]20812[/ATTACH] I have managed to do this by adding the following to the navigation.mxml: in the array collection for the images added:
<s:ArrayCollection>
<fx:Object action="pan" imageIcon="assets/images/i_pan.png" label="{LocalizationUtil.getDefaultString('panLabel')}"/>
<fx:Object action="zoomin" imageIcon="assets/images/i_zoomin.png" label="{LocalizationUtil.getDefaultString('zoomInLabel')}" visible="false"/>
<fx:Object action="zoomout" imageIcon="assets/images/i_zoomout.png" label="{LocalizationUtil.getDefaultString('zoomOutLabel')}"/>
<fx:Object action="identify" imageIcon="assets/images/i_identify.png" label="Identify" />
</s:ArrayCollection>
and then changed the doNavAction function to the following:
private function doNavAction(action:String, label:String):void
{
var data:Object =
{
tool: action,
status: label
}
if(data.tool == "identify")
{
AppEvent.dispatch(AppEvent.WIDGET_RUN, ViewerContainer.getInstance().widgetManager.getWidgetId("Identify"));
AppEvent.dispatch(AppEvent.SET_MAP_NAVIGATION, {tool: "Pan",status: "Pan"});
}
else
{
AppEvent.dispatch(AppEvent.SET_MAP_NAVIGATION, data);
}
}
This opens up the identify widget as expected and sets the map navigation back to pan, but unfortunatly it does not change the selected icon to the pan icon, how can I represent a mouse click on the pan icon using code, Regards Anthony
... View more
01-17-2013
09:20 AM
|
0
|
6
|
5865
|
|
POST
|
Dan, For IOS see: http://resources.arcgis.com/en/help/collector-ios/index.html Android see: http://resources.arcgis.com/en/help/collector-android/index.html Regards Anthony
... View more
01-16-2013
01:02 PM
|
0
|
0
|
1666
|
|
POST
|
Joseph, Yes you are correct that you need ArcGIS Server to serve your own data and access the REST endpoint. You can create a map on AGOL for free (limitation of 1000 features in a shapefile) and bring that into your flex application, see "Defining data from a published web map" here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Main_configuration_file/01m300000018000000/ I also believe that you can buy a subscription to AGOL which allows you to share your own data to a server in the cloud which you can then access via a REST endpoint in the flex viewer. You would have to contact your ESRI rep for pricing as it looks quite complicated. Regards Anthony
... View more
01-11-2013
08:11 AM
|
0
|
0
|
428
|
|
POST
|
Peter, Unfortunately I think its all or none, sorry. Regards Anthony
... View more
01-09-2013
07:55 AM
|
0
|
0
|
748
|
| 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
|