|
POST
|
Karen, There should be a tick both to check to print to a particular scale, see: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Print_widget/01m300000036000000/ Regards Anthony
... View more
04-05-2013
08:53 AM
|
0
|
0
|
2129
|
|
POST
|
Shaning, I gave the answer on your other post: http://forums.arcgis.com/threads/81432-Zoom-Scale?p=287071&viewfull=1#post287071 Regards Anthony
... View more
04-05-2013
08:50 AM
|
0
|
0
|
644
|
|
POST
|
Nicholas, If you are confident with amending the config files manually i wouldn't use the application builder. The builder is good for complete novices but is limited to what it can do, each time you save from the app builder it will rewrite the config files with those that are part of the app builder hence why you keep losing you changes. Regards Anthony
... View more
04-05-2013
05:47 AM
|
0
|
0
|
699
|
|
POST
|
Shaning, Are you trying to put the code above in the config for the flex viewer? If you are it will not work the code is for using the flex API. If you want to use LODs in the viewer then use the following: <map initialextent="-13046840 4036096 -13045400 4036867" fullextent="-16677000 2009000 -4819000 8330000" scale="1000000" wraparound180="true" top="40" addarcgisbasemaps="true"> <lods><!-- only show a few levels --> <lod resolution="78271.5169639999" scale="295828763.795777"/> <lod resolution="9783.93962049996" scale="36978595.474472"/> <lod resolution="1222.99245256249" scale="4622324.434309"/> <lod resolution="152.874056570411" scale="577790.554289"/> </lods> ... </map> See here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#//01m300000018000000 I think there may be confusion as you posted your question in the API for flex forum Regards Anthony
... View more
04-05-2013
05:32 AM
|
0
|
0
|
1351
|
|
POST
|
Shaning, The number of levels on the zoom bar is set by the numbers of cache levels in the map service, you can use the lods tag to specify which ones you want to use: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#//01m300000018000000 You can get the resolution and scale by looking at the rest endpoint for the map service. Regards Anthony
... View more
04-04-2013
01:24 PM
|
0
|
0
|
1351
|
|
POST
|
Scott, There are a couple of python scripts on this page that convert the geo json files that the draw widgets produce to shapefiles, they maybe of some use. I did briefly look at them a while ago but didn't really take it any further so I can't help other than point you towards them. http://forums.arcgis.com/threads/33618-FAO-Robert-Scheitlin-or-anyone-who-knows-about-saved-graphics-as-text-files?highlight=Python+json Regards Anthony
... View more
04-03-2013
07:48 PM
|
0
|
0
|
742
|
|
POST
|
Eric, In the description you can use basic HTML to create what ever you want: By default, the pop-up shows the visible fields in a key-value styled table. Alternatively, you can use this tag to present it in a different manner, for example, in a sentence or paragraph structure: <description> <![CDATA[<b>Hurricane {NAME}</b> was a <i>category {CAT}</i> hurricane that occurred in {BASIN} on {TRACK_DATE}. It had a wind speed of {WIND_KTS} knots.]]> </description> The description supports field substitution using a {FIELD} style syntax. The description shown below the title and above any media and/or attachments. Basic Flash Player HTML is supported: Anchor tag (<a>) Bold tag (<b>) Break tag (<br>) Font tag (<font>) Image tag (<img>) Italic tag (<i>) List item tag (<li>) Paragraph tag (<p>) Text format tag (<textformat>) Underline tag (<u>) Regards Anthony
... View more
04-03-2013
11:34 AM
|
0
|
0
|
1111
|
|
POST
|
Eric, Have a look at implementing popups: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Pop_up_configuration_files/01m30000002q000000/ Regards Anthony
... View more
04-03-2013
11:02 AM
|
0
|
0
|
1111
|
|
POST
|
Jamal, The way we publish images is to leave them in there raw format as flat files, calculate statistics and pyramid layers on them (if required). Then create a file geodatabase at the root folder of the images, inside this create a raster catalog (unmanaged) that points to your images. Put the image catalog in arcmap and then publish to a service. This does not require an image service license and performance is pretty good on images that are around a GB each. Just remember to use a UNC path to your images so that your server can access them Regards Anthony
... View more
04-03-2013
09:42 AM
|
1
|
0
|
6288
|
|
POST
|
Rafeal, Just to provide another option to the answer Robert has given you, depending on how you want to store your images you could have them as attachments so they are stored in your geodatabase not as URLs pointing to the images somewhere else. You can then use the show attachments tag: <showattachments> Indicates whether to show the attachments in the pop-up or not. Boolean. The default is "false". Regards Anthony
... View more
03-27-2013
06:17 AM
|
0
|
0
|
877
|
|
POST
|
Janie, 2.5 will work fine against a 10.1 server, you will just not take advantage of the new enhancements that have been developed with the latest API. Regards Anthony
... View more
03-26-2013
08:14 AM
|
0
|
0
|
1423
|
|
POST
|
Kim, You can specify a height and width in the widget tag in your main config file to make the widget wider, I.e: <widget label="Print" width"350" height="575" .........> See: http://help.arcgis.com/en/webapps/fl...000001w000000/ Regards Anthony
... View more
03-26-2013
06:11 AM
|
0
|
0
|
2069
|
|
POST
|
June, I am not to sure how much control you have over the amazon server but it sounds like it is not configured to serve the correct mime types, have a look here: http://www.iis.net/learn/web-hosting/web-server-for-shared-hosting/configuring-iis-for-silverlight-applications Regards Anthony
... View more
03-18-2013
03:07 PM
|
0
|
0
|
3163
|
|
POST
|
A 404 error means that the web page you are trying to hit does not exist. are you sure the URL you are using is correct. Regards Anthony
... View more
03-18-2013
02:18 PM
|
0
|
0
|
3163
|
|
POST
|
Older versions of the API used to have an automovetotop function that could be used to automatically move the graphic to the top of the stack on mouse over, but this seems to have been depreciated in 3.1: http://resources.esri.com/help/9.3/arcgisserver/apis/flex/apiref/com/esri/ags/Graphic.html#autoMoveToTop Regards Anthony
... View more
03-18-2013
10:58 AM
|
0
|
0
|
1121
|
| 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
|