|
POST
|
Oleg, In the popup xml set the <showattachments> to true: <showattachments>true</showattachments> See the help here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Pop_up_configuration_files/01m30000002q000000/ Regards Anthony
... View more
12-19-2013
11:14 PM
|
0
|
0
|
1901
|
|
POST
|
Flex Users, The following widgets have been updated for use with 3.6. Import Data File: http://www.arcgis.com/home/item.html?id=cdac64f40b53435c9b191731fcd3c9c1 MGRS Coordinate Panel: http://www.arcgis.com/home/item.html?id=595088b5b5f94bd39d152f9176e33d6d Tiled Map Service Style: http://www.arcgis.com/home/item.html?id=3d1ea673ad15413db81262a4e73184ac User Configuration Selection: http://www.arcgis.com/home/item.html?id=a28b758b3fc14c5794b30d5c230713fb Have a Merry Christmas everyone Regards Anthony
... View more
12-19-2013
01:30 AM
|
0
|
0
|
3008
|
|
POST
|
Ok, this page should give you some guidance: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Getting_started_for_developers/01m30000001q000000/ Regards Anthony
... View more
12-18-2013
12:30 PM
|
0
|
0
|
1901
|
|
POST
|
Dustin, It's in the API but this requires editing the source code in something like flash builder, as you started off this thread stating you have been using the application builder are you sure you have the ability to edit and compile the source code? http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_Flex Regards Anthony
... View more
12-18-2013
12:22 PM
|
0
|
0
|
1901
|
|
POST
|
Dustin, This can be done but it requires changing the source code. If you have the ability to do this you need to change the size in the popuprendererskin.mxml Regards Anthony
... View more
12-18-2013
10:44 AM
|
0
|
0
|
1901
|
|
POST
|
Aron, You can attach attributes to a graphic using name-value pairs see: https://developers.arcgis.com/en/flex/guide/using-graphic.htm Regards Anthony
... View more
12-18-2013
09:37 AM
|
0
|
0
|
962
|
|
POST
|
On your web server that is serving your flex application. Help on creating a virtual directory: http://support.microsoft.com/kb/172138 Regards Anthony
... View more
12-18-2013
09:26 AM
|
0
|
0
|
4791
|
|
POST
|
Dustin, The link needs to go to a URL e.g. Http://....../..../.jpg not a file path. The best way to do this is create a virtual directory on your server that looks at the folder that contains your images, you can then access your images through a valid URL In your xml you are just hard coding a path to your image folder there is no field name being added to the path to specify which image to use Regards Anthony
... View more
12-18-2013
08:27 AM
|
0
|
0
|
4791
|
|
POST
|
Al, Robert has a shapefile widget here: http://www.arcgis.com/home/item.html?id=2e9096c5d5044d39a264df759611686f Regards Anthony
... View more
12-18-2013
07:47 AM
|
0
|
0
|
1300
|
|
POST
|
Correct, you should not need to add all the URLs to get the default basemaps. Regards Anthony
... View more
12-18-2013
07:30 AM
|
0
|
0
|
2118
|
|
POST
|
Aaron, From version 3.0 to add basemaps you use the addarcgisbasemaps tag not useesribasemap, see: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Map_content/01m30000005p000000/ Regards Anthony
... View more
12-18-2013
07:04 AM
|
0
|
0
|
2118
|
|
POST
|
Dustin, Have you looked at the application builder popup help, there is an example of exactly what you are trying to achieve: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Configuring_pop_ups_in_Application_Builder/01m30000004p000000/ Could you post up you pop up xml not your main xml for us to troubleshoot Regards Anthony
... View more
12-18-2013
06:57 AM
|
0
|
0
|
4791
|
|
POST
|
Anne, If you are using a feature service type you can specify the popup within the layer tag like you have done. If you are using a dynamic map service (which you are) you need to use sub layers, eg: <layer label="Demographics" type="tiled" visible="false" alpha="0.5" url="http://server.arcgisonline.com/ArcGIS/rest/services/Demographics/USA_Median_Household_Income/MapServer"> <sublayer id="0" popupconfig="popups/PopUp_Demographics_BlockGroups.xml"/> <sublayer id="1" popupconfig="popups/PopUp_Demographics_BlockGroups1.xml"/> </layer> The sublayer Id refers to the layer id in the map service REST endpoint. This way you can specify different popups for each of your layers in your map service (they can also all point to the same popup xml if you wish) Help on this can be found here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Dynamic_Tiled_Feature_and_Image_layer_types/01m300000053000000/ Hope this helps Regards Anthony
... View more
12-18-2013
06:23 AM
|
0
|
0
|
890
|
|
POST
|
Dustin, You don't say if you are using the the standard pop ups in the out of the box viewer or if you are implementing your own popup. How are your images stored and what file format are they? Are they on a web server, so you are accessing them via a URL or are they attachments to your features in your geodatabase? If you are using the OOB viewer are you using the media tag to specify your image or are you using the showattachments tag? http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Pop_up_configuration_files/01m30000002q000000/ If you paste up your popup config file we can have a look at what may be wrong. Regards Anthony
... View more
12-18-2013
06:16 AM
|
0
|
0
|
4791
|
|
POST
|
Rebecca, I have also never worked out a solution to this. I can get the layers to honor their saved visibility but the check boxes act totally independent. If you find a solution please share, Regards Anthony
... View more
12-18-2013
06:08 AM
|
0
|
0
|
1773
|
| 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
|