|
POST
|
Meg, Instead of storing yes or no against each activity could you store a link to the image you want to show instead (have a default image of 1x1 pixel transparent for those attributes that would be No) then have mutliple media tags that show the image for each field. Just an idea Regards Anthony
... View more
07-25-2013
09:14 AM
|
0
|
0
|
2473
|
|
POST
|
Gavin, Unfortunately not, you can either resize your images to be as close to the original as you can or change a line of code in the headercontrollerwidget, see this post for more details on doing this: http://forums.arcgis.com/threads/75025-Headercontroller-Logo-size?highlight=Logo Regards Anthony
... View more
07-25-2013
08:20 AM
|
0
|
0
|
956
|
|
POST
|
David, It may be possible to use the static image widget in the top left corner then push your header controller over to the left by the appropriate width of your image to make it look like there are two logos next to each other. http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Static_Image_widget/01m300000033000000/ Regards Anthony
... View more
07-24-2013
12:24 PM
|
0
|
0
|
739
|
|
POST
|
Dahae, Not sure if it is related but there was a patch released last week which fixes services becoming locked: http://support.esri.com/en/downloads/patches-servicepacks/view/productid/66/metaid/1991 Regards Anthony
... View more
07-24-2013
11:49 AM
|
0
|
0
|
2791
|
|
POST
|
I'm not quite sure what you are trying to achieve the field type is set in the schema of the database. If a field is set to date then all values in that field have to be a date. Regards Anthony
... View more
07-24-2013
11:29 AM
|
0
|
0
|
986
|
|
POST
|
If you are using a file geodatabase then use some thing like: "Datefield" = date'2001-06-30 19:30:00' For other databases the syntax maybe different check out this help page: http://resources.arcgis.com/en/help/main/10.1/index.html#//00s500000033000000 Regards Anthony
... View more
07-24-2013
11:12 AM
|
0
|
0
|
986
|
|
POST
|
Rok, I have only used the .net SOE so cannot comment of the java. Your URL in the widget does not look correct as it should end in getelevations, try: http://gismo.zrc-sazu.si:6080/arcgis/rest/services/test/test_tem/MapServer/exts/ElevationsSOE_JAVA/ElevationLayers/0/GetElevations Regards Anthony P.S. I tried a test against your service through the REST endpoint at it is returning a temperature value, see: http://gismo.zrc-sazu.si:6080/arcgis/rest/services/test/test_tem/MapServer/exts/ElevationsSOE_JAVA/ElevationLayers/0/GetElevationAtLonLat?lon=14.64&lat=46.5&f=html
... View more
07-24-2013
09:32 AM
|
0
|
0
|
2014
|
|
POST
|
Wjia, Content is just an empty object and wm is assigned as an attribute to that object (does not really matter if it stands for any thing my guess is Web Mercator). The attributes of the event are then assigned to the wm attribute of content. These are then passed to ldr which is the label data renderer. Regards Anthony
... View more
07-23-2013
10:30 PM
|
0
|
0
|
636
|
|
POST
|
Glen, It will just take the first 1000, from the API help: The CSVLayer uses a service from ArcGIS.com, therefore your csv/txt must be publicly accessible on the internet. The service from ArcGIS.com has a maximum number of 1000 records allowed. Regards Anthony
... View more
07-23-2013
01:37 PM
|
0
|
0
|
582
|
|
POST
|
Koman, Have you looked at the AttributeInspector class? https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/components/AttributeInspector.html#singleToMultilineThreshold Regards Anthony
... View more
07-23-2013
10:47 AM
|
0
|
0
|
2819
|
|
POST
|
Annie, You should be able to put the table in a mxd and publish it as a map service, the table will be accessible through the REST Endpoint. See the supported functionality: http://resources.arcgis.com/en/help/main/10.1/index.html#//00sq00000083000000 Regards Anthony
... View more
07-23-2013
10:44 AM
|
0
|
0
|
1114
|
|
POST
|
Rok, The SOE can be downloaded here, it has instructions for deploying which is vey simple: http://www.arcgis.com/home/item.html?id=60bf17f2d59441839135adc25654a7d9 Regards Anthony
... View more
07-23-2013
10:15 AM
|
0
|
0
|
2014
|
|
POST
|
Koman, Not sure if this is a flex API question or are you using the Viewer, if so in your config file for your edit widget you have the following attribute: <singletomultilinethreshold> This is the maximum number of characters to display as a single line text input component, otherwise display as a multiline text area. This number is compared to the length of the string field. Number value (default is 50). You also have the same attribute in the AttributeInspector class: https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/components/AttributeInspector.html Regards Anthony
... View more
07-23-2013
10:04 AM
|
0
|
0
|
2819
|
|
POST
|
Brian, Sorry i gave you the code for points not for polygons, try the following: <symbols> <simplefillsymbol color="0x00ffff" alpha="0.5"> <outline color="0xff0000" alpha="0.8" width="2" /> </simplefillsymbol> </symbols> Regards Anthony
... View more
07-22-2013
01:32 PM
|
0
|
0
|
1026
|
|
POST
|
Brian Try using the following code in your symbols section, this should be a green circle with a red outline
<symbols>
<simplemarkersymbol style="circle" size="12" color="0x00ff00" alpha="0.5" xoffset="0" yoffset="0" angle="0">
<outline style="solid" color="0xff0000" alpha="1" width="1"/>
</simplemarkersymbol>
</symbols>
The other options for the type of marker can be found here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Rendering_and_Symbology_tags/01m30000004w000000/ Regards Anthony
... View more
07-22-2013
01:00 PM
|
0
|
0
|
1026
|
| 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
|