|
POST
|
Yes, as the setting is on the service, any widget using that service will use the max number of features that has been set Regards Anthony
... View more
07-18-2013
04:01 AM
|
0
|
0
|
2231
|
|
POST
|
Maisarah, The value applies to service not to a particular widget, Regards Anthony
... View more
07-17-2013
10:03 PM
|
0
|
0
|
2231
|
|
POST
|
I'm at a bit of a loss sorry Joseph, maybe you just have some data within the the 8" pipes that is causing the error, do you have any special characters or null values in the attributes? Also do you have your objectid and shape fields turn on? Regards Anthony
... View more
07-08-2013
05:38 PM
|
0
|
0
|
2063
|
|
POST
|
Joseph, When you run your search to find 8" pipes are you using the " symbol in the search, this could be confusing the SQL statement being generated in the background, Do your other searches have the " symbol in them Regards Anthony
... View more
07-08-2013
05:02 PM
|
0
|
0
|
2063
|
|
POST
|
Joseph, Are you only getting this error when you search for more than 1000 results or is it when you run any search? Regards Anthony
... View more
07-08-2013
04:48 PM
|
0
|
0
|
2063
|
|
POST
|
David, I have not tried it but there is also a widget here that exposes those extra map properties: http://www.arcgis.com/home/item.html?id=4837907e122246a893c9746a018fcd38 Regards Anthony
... View more
07-08-2013
04:42 PM
|
0
|
0
|
988
|
|
POST
|
Paul, I think all the right click menu is doing is calling an alert box, not sure if you can do want you want to. Regards Anthony
... View more
07-06-2013
07:09 AM
|
0
|
0
|
1885
|
|
POST
|
Paul, If it hasn't been disabled you can right click on the map face and select About ArcGIS API for Flex... From the context menu. This will provide an info window with the API number and build date. Regards Anthony
... View more
07-04-2013
10:04 PM
|
0
|
0
|
1885
|
|
POST
|
Harold, You need to add a usemapservicesonly tag with a value of true in between your geocoder tags, ie: <geocoder> <usemapservicesonly>true</usemapservicesonly> </geocoder> See the help here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/ Regards Anthony
... View more
07-04-2013
03:06 PM
|
1
|
0
|
773
|
|
POST
|
Gavin, The number of results returned from a service is set in the properties of the service when you publish it, on a 10.1 server this has a default value of 1000. http://resources.arcgis.com/en/help/main/10.1/index.html#/Setting_map_service_properties/0154000003p1000000/ You can push this number up but you may find it slows your service down. I would guess that 167,000 points will be far to many. If you want to be able to search against a large data set you may be better off creating a geocode service: http://resources.arcgis.com/en/help/main/10.1/index.html#/Geocode_services/01540000035t000000/ Regards Anthony
... View more
07-02-2013
03:26 PM
|
0
|
0
|
2231
|
|
POST
|
Gavin, All you have to do is put the field name you want to perform the filter against in the <filterfield><name> area, this will take the user input value and find matches anywhere in the field (essentially doing a LIKE '%value%'):
<configuration>
<layer>Your service URL</layer>
<titlefield>PD_NAME</titlefield>
<fields all="false">
<field name="PD_NAME"/>
<field name="ADDRESS" alias="Address"/>
</fields>
<filterfield>
<name>yourfieldname</name>
<alias>text you want to appear above user input</alias>
</filterfield>
<linkfield></linkfield>
<refreshrate></refreshrate>
<zoomscale>20000</zoomscale>
<query>1=1</query>
</configuration>
regards Anthony
... View more
07-02-2013
02:54 PM
|
0
|
0
|
2231
|
|
POST
|
Elizabeth, All instances of localhost In your config file need to be changed, also any widget config files that have localhost in them need changing, Regards Anthony
... View more
07-02-2013
01:04 PM
|
0
|
0
|
1606
|
|
POST
|
Elizabeth, If you are trying to view your site on another machine that is not your server you need to replace localhost with your server name or IP address Regards Anthony
... View more
07-02-2013
11:51 AM
|
0
|
0
|
1606
|
|
POST
|
Elizabeth, What do you have as your server name in your URLs in the config.xml file? Regards Anthony
... View more
07-02-2013
11:33 AM
|
0
|
0
|
1606
|
|
POST
|
Timothy Questions: 1) What software do I need to be able to change the source code? Adobe flash builder, you can download a 60 day trial here: http://www.adobe.com/support/flex/downloads_updaters.html#flex4_6_trial Have a look at the help for developers here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Getting_started_for_developers/01m30000001q000000/ 2) If I make this change to the overview map will it work like this: I zoom into a specific location at the zoom limit set by ESRI Basemaps, look at the overview map and I will an even greater zoom level for said specific location? Correct, Regards Anthony
... View more
06-29-2013
08:07 AM
|
0
|
0
|
1641
|
| 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
|