|
POST
|
Have you modified your layerlistwidget somehow? In mine, the order that they appear in the layerlist is the order of drawing (layers at bottom of list are drawn under layers above it). So, if I load my images first (at the top of the operational layers list in config.xml), they show at the bottom of the layerlist, and under any other layers added afterwards (lower down in the operational layers list). R_
... View more
04-18-2013
03:47 PM
|
0
|
0
|
1162
|
|
POST
|
and can be found here: http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_Flex
... View more
04-16-2013
04:53 PM
|
0
|
0
|
1481
|
|
POST
|
In version 3.1 or 3.2 the headercontroller widget has the single line search/locator (seach box in upper right next to about) that can be configured to search multiple layers and fields. http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/ R_
... View more
04-16-2013
04:47 PM
|
0
|
0
|
786
|
|
POST
|
does this link work for you? http://lamata-gissvr:6080/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export Web Map Task If so, you should see a "Submit Job" option at the bottom. For some reason, my first print task didn't say that, and wouldn't work. I re-did it, see the submit job, and it works now. If you can't see the above link, suspect that the server name isn't fully qualified and you might need something similar to http://lamata-gissvr.domain.com:6080/........ R_
... View more
04-16-2013
01:44 PM
|
0
|
0
|
520
|
|
POST
|
Unfortunately my labels are dynamic and generated by our vehicle tracking data. We change label and add a time stamp if a vehicle has not reported in for a particular duration or if other events occur. So, do you not have AcrGIS Server or something? Otherwise, is there a particular reason that you are loading it as KML in the first place and not just publishing as a "normal" service so the labels work as "expected"? by "normal" I mean from a feature class or event theme. R_
... View more
04-16-2013
01:16 PM
|
0
|
0
|
1338
|
|
POST
|
yes, if you add the services to flex using localhost, the viewer will only work from the "localhost" computer. Try adding with the FQDN and it should work. R_
... View more
04-15-2013
12:26 PM
|
0
|
0
|
1741
|
|
POST
|
Most likely a path issue. Maybe the services, etc. are being loaded as http://localhost/flexviewers instead of http://gis01.sub.com/flexviewers? (fully qualified domain name) Often, if you have fiddler running and capture the http requests, it will give you an idea of why it is failing. R_
... View more
04-15-2013
10:57 AM
|
0
|
0
|
1322
|
|
POST
|
You just need to create a virtual directory on your server that "points to" the network folder, then aim you link at that. This way, you get a http:// link as the browser expects. R_
... View more
04-15-2013
09:36 AM
|
0
|
0
|
1322
|
|
POST
|
Hi Chris, Are you running the debugger version of Flash Player? I just installed the WUwidget for 3.1 and when I launch it (after changing the path in the config.xml from WUnderground to WeatherUnderground) it will just hang. However, the debugger also reports this: ArgumentError: Error #1063: Argument count mismatch on widgets.WeatherUnderground::WeatherUndergroundWidget/faultHandler(). Expected 1, got 2.
at mx.rpc::AsyncResponder/fault()
at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyFault()
at mx.rpc.events::FaultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()
at mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at HTTPOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at DirectHTTPMessageResponder/securityErrorHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/redirectEvent()
So, not sure what/why, but might be related to what you have going on. Just tried it with OTB viewer and get the same error(s) R_ Cities of Tri-Cities
... View more
04-02-2013
05:23 PM
|
0
|
0
|
2156
|
|
POST
|
Hi Jeff, Not sure about that sample, almost like they declare the namespace and it works??? However, I have used the code from this post on a custom identify widget with success: http://forums.arcgis.com/threads/1640-Beta-10-Change-DrawTool-Tooltip R_
... View more
04-02-2013
07:21 AM
|
0
|
0
|
1154
|
|
POST
|
This is what I found to keep a MapService loaded as type="feature" from displaying in the TOC widget: <excludelayers>
<excludelayer mapservice="Layers"></excludelayer>
</excludelayers> Do not put put the sublayer id in there with a type="feature" or it will only remove "part" of it from the TOC (I.e., I still see it, just won't turn on/off and no symbology or plus sign). I have randomly been getting null value errors as well, reload without change, and it works fine (does not work in Chrome) and the version 3.1.5 errors out for me a fraction of the time compared to 3.2. Didn't have these issues until I tried to exclude a feature layer, so may be related to this somehow. Do you have the LayerList widget active, or maybe the mapswitcher "More" button? I notice that if I try to enable the layerlist, I get errors much more often. Anyway, time to go for the weekend, no more testing until Monday. However, I have tested the excludelayer coding above and works for me. R_ Since you are adding the featurelayer other than the main config, have you tried this: <excludelayer mapservice="FeatureLayer774"></excludelayer> perhaps your code only adds a layer name and not an ID? It is my understanding it needs an id to be programatically searched for. fLayer.name = dLayer.id = item.name; worked for me in a previous widget to see layers added by another.
... View more
03-28-2013
05:49 PM
|
0
|
0
|
3040
|
|
POST
|
Or an example from the TOC widget config:
<excludelayer mapservice="Earthquakes"></excludelayer>
<excludelayer mapservice="Fires"></excludelayer> Or like this to ONLY exclude sublayer 0 and 1 if dynamic:
<excludelayer mapservice="Earthquakes">0,1</excludelayer> R_
... View more
03-28-2013
02:29 PM
|
0
|
0
|
3040
|
|
POST
|
Viviana, I am not aware of a way to get the shapefile data into a FlexViewer app without publishing it as a service (other than the shapefiles widget, but that doesn't give you popup access to the attributes, just displays and a single label). I believe the ArcGIS Online account can be used for this ( http://www.arcgis.com/about/features.html ), but I have no experience using it at all. I see that they offer a 30 day free trial, maybe this will work for you. Otherwise, maybe someone else with more insight will reply to this post, R_
... View more
03-27-2013
03:20 PM
|
0
|
0
|
1190
|
|
POST
|
Thanks Robert (and Heather), That did the trick. First, I just commented out the infoWindowShow call and it no longer popped up on me on search result. However, if I clicked on the search result, it would still come up with the "limited" popup, then my configured one when you hit the next button. So, I just commented out the section that constructs the popUpInfo and infoWindowRenderer and all is well. Much more professional looking map now... Thanks again, R_
... View more
03-27-2013
02:34 PM
|
1
|
0
|
1536
|
|
POST
|
Well, in the last version, it was possible to disable the infowindow that pops up when you select a search result. If I use the singlelinesearch box, do a search and get a result, it will highlight the result graphic, zoom to it, and display a basic infowindow: [ATTACH=CONFIG]22992[/ATTACH][ATTACH=CONFIG]22995[/ATTACH] As far as I can tell, I can't customize this popup, AND, I already have an extensive popup configured for that layer. Would be nice if the searched layer would honor the popupconfig for that sub-layer, but since it doesn't, I just disable it so that it selects, highlights, and zooms to it. If the user then clicks on it, they get the info they want (from my pre-configured popupconfig), not just the basic ID of the feature, PLUS, the way it is now, I have to click on the "next" arrow in order to see the configured popup (plus, it makes it look like you have two features identified (1 of 2), when really there are two popups for a single feature. [ATTACH=CONFIG]22994[/ATTACH] Hope this make sense, R_ BTW, the X (clear button) is a great addition.
... View more
03-27-2013
07:40 AM
|
0
|
0
|
1536
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|