|
POST
|
Jon, If the link is to an image than you need to setup a media tag:
<configuration>
<title>{DESC_}</title>
<fields>
<field name="DESC_"/>
<field name="HYPERLINK"/>
</fields>
<medias>
<media chartfields="" type="image" caption="" imagesource="{HYPERLINK}" imagelink="{HYPERLINK}"/>
</medias>
</configuration> The description does support html that includes img tags, but you need to set the width. Try 250. See: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.html#htmlText
... View more
04-27-2011
11:48 AM
|
0
|
0
|
1273
|
|
POST
|
Try: <mx:DataGridColumn id="rnc" labelFunction="labelFunction" headerText="Roll_Number" /> labelFunction is a property of DataGridColumn. It should be set to the name of the function, so it could also be: labelFunction="myLabelFunction" if myLabelFunction was the function name.
... View more
04-27-2011
10:50 AM
|
0
|
0
|
1274
|
|
POST
|
The initialExtent property is only used by the zoomToInitialExtent() method. You should still set the extent property as before.
... View more
04-27-2011
09:45 AM
|
0
|
0
|
576
|
|
POST
|
Here's a sample that shows how to do this using the IdentifyTask: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=IdentifySample You could also use the QueryTask if you only want to query one layer.
... View more
04-27-2011
09:33 AM
|
0
|
0
|
415
|
|
POST
|
Setting opaqueBackground on the GraphicsLayer won't cover the whole map with the color. Instead you can turn off the base layer and set opaqueBackground on the Map. Try making these changes to this sample: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=AddingGraphics 1. Set the id on the ArcGISTiledMapServiceLayer. 2. Add these lines of code to addSomeMarkers(): tiledLayer.visible = false; myMap.opaqueBackground = 0xFF0000;
... View more
04-27-2011
08:53 AM
|
0
|
0
|
594
|
|
POST
|
Have you tried this? http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/geometry/Polygon.html#contains() Also, your code will be easier to read if you post it inside CODE tags using the # button in the toolbar.
... View more
04-26-2011
03:58 PM
|
0
|
0
|
489
|
|
POST
|
The server may be returning a 500 error. Try using a tool like HttpFox to see what the actual server response is.
... View more
04-26-2011
03:36 PM
|
0
|
0
|
4003
|
|
POST
|
If you're using a esri:FeatureLayer, the url should point at a feature layer in the service, not a group layer. Another option is to use a ArcGISDynamicMapServiceLayer and set the url to http://gaia.globejamaica.com/NLA_Flex/rest/services/Maps/LandBase_NLA/MapServer.
... View more
04-26-2011
03:24 PM
|
0
|
0
|
685
|
|
POST
|
Try using this: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/dataGridClasses/DataGridColumn.html#labelFunction e.g.
private function labelFunction(item:Object, column:DataGridColumn):String
{
return item["LinkedTable.dbo.ASYST_NamesTable_PrimaryOnly.FullName"];
}
... View more
04-26-2011
03:16 PM
|
0
|
0
|
1274
|
|
POST
|
Try this: http://arcscripts.esri.com/details.asp?dbid=16778
... View more
04-26-2011
02:58 PM
|
0
|
0
|
1033
|
|
POST
|
Gerr, Well the only customizing of the PopUpInfo I have had time to do so far is remove the rectangle from around the media browser and some space optimization of the window. To begin customizing you need to create a PopUpRenderSkin by choosing a new MXML Skin and give it a package name, name, and host component of com.esri.ags.webmap.PopUpRenderer, Then un-check Create as copy of. Then you can open the arcgis_api_for_flex_2_3\ArcGIS_Flex\skins\src\com\esri\ags\skins\PopUpRendererSkin.mxml from your download of the 2.3 version of the API and copy and paste everything in that file. That's how you start. You can get FlashBuilder to "Create as a copy of" by setting the source attachment path on the API swc. Under the "Flex Build Path" expand the API swc and double-click "Source attachment" and then browse to ".../ArcGIS_Flex/skins/src" after unziping the API download.
... View more
04-20-2011
03:58 PM
|
0
|
0
|
2300
|
|
POST
|
I'm having sandbox violations when I attempt to export if I have WMS in my operational layers that have skipgetcapabilities="true" does this export to pdf support WMS? The general problem is that Flash does not let you take a snapshot of a image (access its bitmap data) if it's loaded from another domain and the domain doesn't have a permissive crossdomain.xml file. You can work around this by using a proxy.
... View more
04-20-2011
03:16 PM
|
0
|
0
|
2896
|
|
POST
|
See com.esri.viewer.components.toc.tocClasses.TocMapLayerItem for an example where it's listening to FlexEvent.SHOW and FlexEvent.HIDE.
... View more
04-20-2011
03:00 PM
|
0
|
0
|
938
|
|
POST
|
Is your output folder accessible from the outside? Try using a tool like HttpFox to see what the download url is inside and outside your network.
... View more
04-20-2011
02:51 PM
|
0
|
0
|
1349
|
|
POST
|
It's actually working as expected. The cluster is turned into a single Graphic and it's being drawn using the given symbol. Any other behavior depends on the symbol that is used.
... View more
03-22-2011
07:14 PM
|
0
|
0
|
1127
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-06-2017 01:13 PM | |
| 2 | 03-06-2017 02:12 PM | |
| 1 | 06-22-2010 12:01 PM | |
| 1 | 08-06-2012 09:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-15-2025
04:18 PM
|