|
POST
|
Michael, I just tested in IE11, FireFox 30, and Chrome 35 and all functioned fine. Thanks Robert. Appears there may have been some security settings changed by our IT security staff that affected Chrome and FireFox. IE works fine.
... View more
06-25-2014
01:57 PM
|
0
|
0
|
1575
|
|
POST
|
Anyone having issues with Street View not displaying any images? It was working the other day just fine and I happened to check it today on a few of my apps and it allows you to place icon, but no image in window. No configurations have changed and I have confirmed that api key is valid. Strange....
... View more
06-25-2014
01:24 PM
|
0
|
0
|
2117
|
|
POST
|
I cannot figure out why I keep getting a parsing error #1085 when I try and open my flex viewer 3.6 (I am using the compiled version). I have stared at this too long, can I have a second set of eyes take a look. thanks. Here the code from my config.xml file: <?xml version="1.0" ?> <!-- //////////////////////////////////////////////////////////////////////////////// // // Read more about ArcGIS Viewer for Flex - http://links.esri.com/flexviewer // //////////////////////////////////////////////////////////////////////////////// --> <configuration> <title>Map Viewer</title> <subtitle>Facility</subtitle> <logo>assets/images/RWFLogo1.png</logo> <style> <colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors> <alpha>0.8</alpha> </style> <!-- replace the following url with your own geometryservice --> <geometryservice url="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" /> <!-- UI elements --> <widget left="10" top="50" config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/> <widget right="0" bottom="0" config="widgets/OverviewMap/OverviewMapWidget.xml" url="widgets/OverviewMap/OverviewMapWidget.swf"/> <widget right="20" top="55" config="widgets/MapSwitcher/MapSwitcherWidget.xml" url="widgets/MapSwitcher/MapSwitcherWidget.swf"/> <widget left="0" top="0" config="widgets/HeaderController/HeaderControllerWidget.xml" url="widgets/HeaderController/HeaderControllerWidget.swf"/> <map wraparound180="true" initialextent="-14083000 3139000 -10879000 5458000" fullextent="-20000000 -20000000 20000000 20000000" top="40" addarcgisbasemaps="true"> <basemaps> <layer type="tiled" label="Streets" icon="https://www.arcgis.com/sharing/rest/content/items/d8855ee4d3d74413babfb0f41203b168/info/thumbnail/tempstreets.jpg" url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" visible="true"/> <layer type="tiled" label="Imagery" icon="https://www.arcgis.com/sharing/rest/content/items/86de95d4e0244cba80f0fa2c9403a7b2/info/thumbnail/tempimagery.jpg" url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" visible="false"/> </basemaps> <operationallayers> <layer type="dynamic" label="Air Systems" url="http://mygisserver:0000/arcgis/rest/services/rAirProcessStreams/MapServer" visible="false"> </operationallayers> </map> <!-- widgets organized into widget containers that manage close/open etc --> <!-- supported layout property options: horizontal(default)|float|vertical|fix--> <widgetcontainer layout="float"> <widget label="Print" left="390" top="400" icon="assets/images/i_print.png" config="widgets/Print/PrintWidget.xml" url="widgets/Print/PrintWidget.swf"/> <!-- <widget label="My first widget" icon="assets/images/i_widget.png" config="widgets/Samples/HelloWorld/HelloWorldWidget.xml" url="widgets/Samples/HelloWorld/HelloWorldWidget.swf"/> --> </widgetcontainer> </configuration> Looks like you are missing a "/" to close your layer. <operationallayers> <layer type="dynamic" label="Air Systems" url="http://mygisserver:0000/arcgis/rest/services/rAirProcessStreams/MapServer" visible="false"/> </operationallayers>
... View more
06-20-2014
11:08 AM
|
0
|
0
|
639
|
|
POST
|
Michael, Unfortunately what you are attempting is just unrealistic. To have all 9100 features and attributes drawn and processed client side before meeting the Flash Players "Action Script timeout error" is just not going to happen. Thanks Robert. I expected your reply, but wanted to inquire.
... View more
06-17-2014
10:25 AM
|
0
|
0
|
518
|
|
POST
|
Robert, I have a service with a features class with 9100 records that I'm using in your eSearch widget. I'm using uniquevalsfromfield and the select "All" I receive the following error message about a Action Script timeout error. I've also included a snippet of the XML configuration file for eSearch. FV 3.6 ArcServer 10.2.2 Desktop 10.2.2 Any ideas on why this may be happening? Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at widgets.eSearch::eSearchWidget/getField() at widgets.eSearch::eSearchWidget/createSearchResults() at MethodInfo-93() at mx.rpc::AsyncResponder/result() at com.esri.ags.layers::FeatureLayer/selectFeaturesHandler() at MethodInfo-3133() at mx.rpc::Responder/result() at com.esri.ags.tasks::QueryTask/handleExecute() at Function/http://adobe.com/AS3/2006/builtin::call() at com.esri.ags.tasks::BaseTask/loaderCompleteHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete() <layers> <layer> <token /> <definitionexpression /> <enableexport>true</enableexport> <name>ADA Ramps</name> <url>http://itdhq1app60/ArcGIS/rest/services/ADA_webEditing/ADA/MapServer/0 </url> <expressions> <expression alias="Select by Ramp ID" textsearchlabel="Select Ramp ID from Dropdown (red asterisk = required)"> <values> <value prompt="Ramp ID =" isvaluerequired="true" uniquevalsfromfield="RampID">RampID = '[value]'</value> </values> </expression> <expression alias="Select Ramps by District" textsearchlabel="Select District"> <values> <value prompt="Example: D1" userlist="D1,D2,D3,D4,D5, D6" autosubmit="false">RampID LIKE '[value]%'</value> </values> </expression> <expression alias="Full SQL Query" textsearchlabel="Enter Full SQL Query [Example: rampType = 'Parallel' AND county LIKE 'Koot%']: See 'SQL Help' in Help Resources tool on Menu Bar for information regarding SQL Querys." > <Values> <value>[value]</value> </Values> </expression> </expressions> <graphicalsearchlabel>Use one of the graphical search tools to select Ramps </graphicalsearchlabel> <spatialsearchlayer>true</spatialsearchlayer> <titlefield /> <fields all="false"> <field name="RampID" visible="true" gridfield="true" /> <field name="City" visible="true" gridfield="true" /> <field name="ClearSpace" visible="true" gridfield="true" /> <field name="Comments" visible="true" gridfield="true" /> <field name="ComplScore" visible="true" gridfield="true" /> <field name="Compliance" visible="true" gridfield="true" /> <field name="ConstYear" visible="true" gridfield="true" /> <field name="Corner" visible="true" gridfield="true" /> <field name="County" visible="true" gridfield="true" /> <field name="Cross1" visible="true" gridfield="true" /> <field name="Cross2" visible="true" gridfield="true" /> <field name="Cross3" visible="true" gridfield="true" /> <field name="Cross4" visible="true" gridfield="true" /> <field name="CrossIslnd" visible="true" gridfield="true" /> <field name="CrossSt" visible="true" gridfield="true" /> <field name="CrossStSl" visible="true" gridfield="true" /> <field name="CStRoute" visible="true" gridfield="true" /> <field name="CurbGutter" visible="true" gridfield="true" /> <field name="DateApprov" visible="true" gridfield="true" /> <field name="DimCorrect" visible="true" gridfield="true" /> <field name="Discont1" visible="true" gridfield="true" /> <field name="Discont2" visible="true" gridfield="true" /> <field name="Discont3" visible="true" gridfield="true" /> <field name="Discont4" visible="true" gridfield="true" /> <field name="Distance" visible="true" gridfield="true" /> <field name="Distance10" visible="true" gridfield="true" /> <field name="District" visible="true" gridfield="true" /> <field name="DWColor" visible="true" gridfield="true" /> <field name="DWContrast" visible="true" gridfield="true" /> <field name="DWDepth" visible="true" gridfield="true" /> <field name="DWSpansCut" visible="true" gridfield="true" /> <field name="DWType" visible="true" gridfield="true" /> <field name="Flare1A" visible="true" gridfield="true" /> <field name="Flare1B" visible="true" gridfield="true" /> <field name="Flare2A" visible="true" gridfield="true" /> <field name="Flare2B" visible="true" gridfield="true" /> <field name="Flare3A" visible="true" gridfield="true" /> <field name="Flare3B" visible="true" gridfield="true" /> <field name="Flare4A" visible="true" gridfield="true" /> <field name="Flare4B" visible="true" gridfield="true" /> <field name="FlowlineS2" visible="true" gridfield="true" /> <field name="FlowlineSl" visible="true" gridfield="true" /> <field name="GutterSl" visible="true" gridfield="true" /> <field name="GutterSl2" visible="true" gridfield="true" /> <field name="HalfinLip" visible="true" gridfield="true" /> <field name="Height15in" visible="true" gridfield="true" /> <field name="IComments" visible="true" gridfield="true" /> <field name="Inspector" visible="true" gridfield="true" /> <field name="InvBy" visible="true" gridfield="true" /> <field name="InvDate" visible="true" gridfield="true" /> <field name="IslandComp" visible="true" gridfield="true" /> <field name="KeyNo" visible="true" gridfield="true" /> <field name="LandDepth" visible="true" gridfield="true" /> <field name="Landing" visible="true" gridfield="true" /> <field name="Landing4x4" visible="true" gridfield="true" /> <field name="LandWidth" visible="true" gridfield="true" /> <field name="LocType" visible="true" gridfield="true" /> <field name="MarkCross" visible="true" gridfield="true" /> <field name="MaxSlope" visible="true" gridfield="true" /> <field name="Milepost" visible="true" gridfield="true" /> <field name="Milepost2" visible="true" gridfield="true" /> <field name="POINT_X" visible="true" gridfield="true" /> <field name="POINT_Y" visible="true" gridfield="true" /> <field name="ParkStrip" visible="true" gridfield="true" /> <field name="PedSignal" visible="true" gridfield="true" /> <field name="PhotoLink" visible="true" gridfield="true" /> <field name="PhotoLink2" visible="true" gridfield="true" /> <field name="PhotoNo" visible="true" gridfield="true" /> <field name="Priority" visible="true" gridfield="true" /> <field name="ProxScore" visible="true" gridfield="true" /> <field name="Ramp" visible="true" gridfield="true" /> <field name="RampApprov" visible="true" gridfield="true" /> <field name="RampAreas" visible="true" gridfield="true" /> <field name="RampDir1" visible="true" gridfield="true" /> <field name="RampDir2" visible="true" gridfield="true" /> <field name="RampDir3" visible="true" gridfield="true" /> <field name="RampDir4" visible="true" gridfield="true" /> <field name="RampType" visible="true" gridfield="true" /> <field name="RampWidth1" visible="true" gridfield="true" /> <field name="RampWidth2" visible="true" gridfield="true" /> <field name="RampWidth3" visible="true" gridfield="true" /> <field name="RampWidth4" visible="true" gridfield="true" /> <field name="RComments" visible="true" gridfield="true" /> <field name="Route" visible="true" gridfield="true" /> <field name="Route2" visible="true" gridfield="true" /> <field name="Running1" visible="true" gridfield="true" /> <field name="Running2" visible="true" gridfield="true" /> <field name="Running3" visible="true" gridfield="true" /> <field name="Running4" visible="true" gridfield="true" /> <field name="SegCode" visible="true" gridfield="true" /> <field name="SegCode2" visible="true" gridfield="true" /> <field name="Sidewalk" visible="true" gridfield="true" /> <field name="StRouteSl" visible="true" gridfield="true" /> <field name="TechInfeas" visible="true" gridfield="true" /> <field name="TIComments" visible="true" gridfield="true" /> <field name="TotalScore" visible="true" gridfield="true" /> <field name="TraffCtrl" visible="true" gridfield="true" /> <field name="Within8in" visible="true" gridfield="true" /> </fields> <links /> <zoomscale usegeometry="true">5000</zoomscale> <autoopendatagrid>true</autoopendatagrid> <queryattachments>false</queryattachments> <relates /> <symbology> <picturemarkersymbol url="assets/images/map_pin.png" height="50" width="50" xoffset="2" yoffset="23" /> </symbology> </layer> </layers>
... View more
06-17-2014
07:38 AM
|
0
|
2
|
753
|
|
POST
|
I want to give a field crew an offline wifi only tablet to populate attribute data of existing point features in the field with the Collector app. I don't want them to be able to delete the points, just update attributes, and attach photos. Online this is no problem, but in order to go offline it is my understanding that all layers in the map must have full editing control. This opens up the ability for someone to accidentally delete or add points. Does anyone have any suggestions or workarounds here? Everything is hosted in AGOL. Thanks When you create the service and configure the Feature Access, just check Query, Sync & Update under the operations allowed. Users will only be able to update the attributes.
... View more
05-20-2014
08:48 AM
|
0
|
0
|
1288
|
|
POST
|
Dear Michael Miller, Nice Widget , Do you have for 3.6 like this tool?? Many thanks for this tool Regards, Mohammed I did not create this widget, I believe Andrew Timmons was the originator. It appears to work fine in a 3.6 install, I've not experienced any issues using it in a 3.6 install.
... View more
03-31-2014
05:28 AM
|
0
|
0
|
1195
|
|
POST
|
Sounds like it is security that is being applied on the ArcGIS Server to the services themselves.
... View more
03-21-2014
09:51 AM
|
0
|
0
|
1559
|
|
POST
|
Check out this widget: http://www.arcgis.com/home/item.html?id=edd4a2b7c722493a8b08f53eaa131e1e Many features/functions, allows you to click on map, project the coordinates, and copy to clip board. I've found it extremely useful.
... View more
03-21-2014
07:32 AM
|
0
|
0
|
1195
|
|
POST
|
Do all the features work properly with 3.6? I have been burnt in the past using widgets that were not properly maintained. Its a handy widget, that's for sure. I've been holding off updating maps that use it due to the lack of support. There is a lot to be said about people that are properly maintaining their products and provide ample support for them. I'd still be cautious about using a widget that is not being maintained on a regular basis, otherwise you end users get use to it and are not that happy when you have to yank it. Having said that, I do really like the widget and hope that there will be more consistent support for it in the future. Works fine for me, haven't had any issues with it.
... View more
02-04-2014
07:05 AM
|
0
|
0
|
1803
|
|
POST
|
Hello Thank you to everyone who replied. Ideally I would have liked to continue to use the Coordinate Menu Widget as it had all the functionality I wanted, but as it does not go beyond version 3.3 this was not a viable option. I have instead used the Enhanced Locate widget and disabled the extra views to just leave the zoom to xy screen. This works great. In terms of getting the xy coordinates in the first place my users will have to get used to hovering the mouse over the point they want and noting down the coordinates that appear in the bottom left of the screen. Thanks again for all the replies Emma The Coordinate Menu 3.3 works with 3.6.
... View more
02-04-2014
04:22 AM
|
0
|
0
|
1803
|
|
POST
|
Curious where everyone is getting their Icons they use in their Flex Apps?
... View more
08-06-2013
12:45 PM
|
0
|
3
|
3014
|
|
POST
|
Wee, Check this widget out, I think it may be just what you are looking for. http://forums.arcgis.com/threads/89949-New-Widget-User-Configuration-Selection-Widget
... View more
08-06-2013
10:16 AM
|
0
|
0
|
704
|
|
POST
|
Kinda what I thought. Thanks Robert! Michael, There is currently nothing in place for what you are after. I will add this to the enhancement request list.
... View more
06-19-2013
05:50 AM
|
0
|
0
|
1737
|
|
POST
|
Any suggestions on Titles/Captions for links of images? Robert, Is it possible to include a caption or title for each link? I have 4 photos looking each way at rail crossings that display fine, but I would like each of them to be labeled (see attachment below). I've gone over the documentation and I'm not seeing anything that will facilitate this. Am I missing something? Code (snippet of the links area): <field name="PicForwardLink" alias="Pic Forward" visible="false"/>
<field name="PicRightLink" alias="Pic Right" visible="false"/>
<field name="PicBackLink" alias="Pic Back" visible="false"/>
<field name="PicLeftLink" alias="Pic Left" visible="false"/>
</fields>
<links>
<link alias="FRA Rail Crossing Site" disablelinksifnull="false" disableinpopups="false">
<![CDATA[http://safetydata.fra.dot.gov/OfficeofSafety/PublicSite/Crossing/Crossing.aspx]]>
<icon><![CDATA[assets/images/FRA.png]]></icon>
</link>
<link alias="Looking Forward" includeinresults="true" field="PicForwardLink" disablelinksifnull="true" disableinpopups="false" >
<![CDATA[{PicForwardLink}]]>
<icon><![CDATA[assets/images/w_link_U.png]]></icon>
</link>
<link alias="Looking Right" includeinresults="true" field="PicRightLink" disablelinksifnull="true" disableinpopups="false" >
<![CDATA[{PicRightLink}]]>
<icon><![CDATA[assets/images/w_link_R.png]]></icon>
</link>
<link alias="Looking Back" includeinresults="true" field="PicBackLink" disablelinksifnull="true" disableinpopups="false" >
<![CDATA[{PicBackLink}]]>
<icon><![CDATA[assets/images/w_link_D.png]]></icon>
</link>
<link alias="Looking Left" includeinresults="true" field="PicLeftLink" disablelinksifnull="true" disableinpopups="false" >
<![CDATA[{PicLeftLink}]]>
<icon><![CDATA[assets/images/w_link_L.png]]></icon>
</link>
</links> [ATTACH=CONFIG]25305[/ATTACH] Thanks for all your great code......
... View more
06-19-2013
05:21 AM
|
0
|
0
|
1737
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-29-2012 10:22 AM | |
| 2 | 09-17-2018 05:38 AM | |
| 1 | 03-23-2016 06:25 AM | |
| 1 | 06-30-2016 09:13 AM | |
| 1 | 11-23-2015 08:40 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|