POST
|
Hi Jeremie, I'm using Firefox 38.0.5. I have tried IE10 as well (10.0.9200.17413). I tried every single theme which is available in WAB 1.2 - error message below: Thanks, Monika
... View more
08-17-2015
01:49 AM
|
0
|
5
|
1900
|
POST
|
Hello, great widget! Works fine in WAB Dev Edition 1.1. I upgraded to WAB DEV Edition 1.2 but it seems that it will need a few tweaks to make it work in the latest edition? "create widget error: widgets/eDraw/Widget" Have you experienced any issues with the latest edition yourself? Thanks, Monika
... View more
08-14-2015
03:27 AM
|
0
|
7
|
1900
|
POST
|
Hello, I'm using the Print Tool add-in (published here http://www.arcgis.com/home/item.html?id=24b356e1e0654ee29a3d5d6303dcd028) configured with my own ArcGIS Server print service. When I print using layouts with legend boxes the legend for ArcGIS online basemaps - in this case Topographic map - appears on the printed map: [ATTACH=CONFIG]29164[/ATTACH] Is there any way I can tweak the code for the Print Tool to exclude all the ArcGIS Online basemaps? Thanks for help.
... View more
11-18-2013
05:29 AM
|
0
|
0
|
2684
|
POST
|
Hi Jenn, would you mind sharing how you declare LegendItem in your code? Thanks a lot
... View more
11-07-2013
12:57 AM
|
0
|
0
|
1098
|
POST
|
Hi, I can't make this work. I have a tool, I can add text boxes, edit them but they won't appear on my printed map (using ArcGIS server printing). How is Binding supposed to work? <TextBox Text="{Binding Attributes[MyAttribute], Mode=TwoWay, TargetNullValue=Null}"/> How do I clone graphics using clonedGraphic.Attributes.Add(o.key, _mytext)? Thanks a lot for your help.
... View more
09-10-2013
03:20 AM
|
0
|
0
|
194
|
POST
|
Hi Noah, I got the code for the Print tool published here: http://www.arcgis.com/home/item.html?id=24b356e1e0654ee29a3d5d6303dcd028 The message is built in the tool - Resources - Strings: Layer {0} is configured to use a proxy server. Layers that use a proxy cannot be printed with ArcGIS Server and will be excluded from the output map. /// <summary> /// Looks up a localized string similar to Layer {0} is configured to use a proxy server. Layers that use a proxy cannot be printed with ArcGIS Server and will be excluded from the output map.. /// </summary> public static string NotSupportedLayerWithProxy { get { return ResourceManager.GetString("NotSupportedLayerWithProxy", resourceCulture); } } Is it a known issue so hence the message is coded in the tool? If we use unsecured services tool and print from the REST point work. The moment we switch to secured services (with proxy page recommended by ESRI) it doesn't work. The proxy page itself is ok. Thanks, Monika
... View more
08-15-2013
11:19 PM
|
0
|
0
|
1695
|
POST
|
Hi, that's the exact message (see a screenshot), I'm using a custom print service (not secured) running on our ArcGIS server, set up as described here: http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005q3000000 Thanks for help, Monika
... View more
08-14-2013
02:15 AM
|
0
|
0
|
1695
|
POST
|
Hello, I faced different issue. I secured my services, used proxy. When using ExportWebMap Tool, I got a warning message: Layer XYZ is configured to use a proxy server. Layers that use a proxy cannot be printed with ArcGIS Server and will be excluded from the output map. Does this mean there's no way I can use ExportWebMap to print proxied services? Does it make sense to look for a workaround? Thanks for any help, Nika
... View more
07-29-2013
07:20 AM
|
0
|
0
|
1695
|
POST
|
Hello, I secure my map services and added a proxy page. This resulted in the printing service not working anymore. Whilst printing, I'm getting an error message saying: "Layer XYZ is configured to use a proxy server. Layers that use a proxy cannot be printed with ArcGIS Server and will be excluded from the output map." Can anyone help me out? Thanks a lot.
... View more
07-09-2013
04:45 AM
|
0
|
2
|
874
|
POST
|
Hello, I want to use my own locator in Search Tool. I typed in the URL of my service ending /GeocodeServer. When I hit connect there's a message Connection Failed. Check the URL and try again. Spooky enough, the same message is fired if I try to change the print service URL. Both services are running, I can access them in ArcMap, they are in use for other application (java). Is this just security issue? The builder can see all map services but it seems to fail on connection to print/geocode. Any ideas? Thanks a lot
... View more
05-15-2013
06:25 AM
|
0
|
0
|
2877
|
POST
|
Hello, is there any way of customizing my arcgis viewer for silverlight application by adding log out button? I tried to add a helplink called Sign out which takes me to a login page but it opens in a new tab. Is it possible to open helplink in the same window/tab? Thanks for any advice.
... View more
05-14-2013
01:19 AM
|
0
|
0
|
751
|
POST
|
Hello Katy, I'm new to Silverlight. I managed to add a slider but it's floating in my map. I'd like to add the slider to layers in the ToC or just somewhere inside of the ToC. Is there any easy way of doing that? I'm using Basic Silverlight template. Thanks, Monika
... View more
03-27-2013
06:22 AM
|
0
|
0
|
581
|
POST
|
Hello, does anyone know if there's a way to zoom to make a layer visible in my java app? I have few layers with scale limits. From user's point of view I wouldn't know if I'm supposed to zoom in or out to see the content. Thank you for help
... View more
03-22-2013
07:46 AM
|
0
|
0
|
532
|
POST
|
Hello, can anyone help me with opening my maps I saved on my ArcGIS online account? When I launch ArcGIS Viewer for Silverlight and I sing in to my ArcGIS online Account I can see my maps but I can't open them. It fires an error: Cannot perform runtime binding on a null reference Details: at CallSite.Target(Closure , CallSite , Object ) at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0) at CallSite.Target(Closure , CallSite , Object ) at ESRI.ArcGIS.Mapping.Core.ExtensionMethods.ToJson(IDictionary dictionary, StringWriter sw, Boolean humanReadable) at ESRI.ArcGIS.Mapping.Core.ExtensionMethods.ToJson(IDictionary dictionary, StringWriter sw, Boolean humanReadable) at ESRI.ArcGIS.Mapping.Core.ExtensionMethods.ToJson(IDictionary dictionary, StringWriter sw, Boolean humanReadable) at ESRI.ArcGIS.Mapping.Core.ExtensionMethods.ToJson(IList list, StringWriter sw, Boolean humanReadable) at ESRI.ArcGIS.Mapping.Core.ExtensionMethods.ToJson(IDictionary dictionary, StringWriter sw, Boolean humanReadable) at ESRI.ArcGIS.Mapping.Core.ExtensionMethods.ToJson(IDictionary dictionary, StringWriter sw, Boolean humanReadable) at ESRI.ArcGIS.Mapping.Core.ExtensionMethods.ToJson(IDictionary dictionary, Boolean humanReadable) at ESRI.ArcGIS.Mapping.Core.LayerExtensions.GenerateFeatureCollectionJson(FeatureLayer layer, Boolean humanReadable) at ESRI.ArcGIS.Mapping.Core.FeatureLayerXamlWriter.WriteFeatureLayer(FeatureLayer layer) at ESRI.ArcGIS.Mapping.Core.FeatureLayerXamlWriter.WriteElementContents(Layer layer) at ESRI.ArcGIS.Mapping.Core.LayerXamlWriter.WriteLayer(Layer layer, String layerName, String layerNamespace) at ESRI.ArcGIS.Mapping.Core.MapXamlWriter.MapToXaml(Map map) at ESRI.ArcGIS.Mapping.Controls.MapCenter.GetMapXaml(MapEventArgs e) at ESRI.ArcGIS.Mapping.Builder.NewApplicationControl.MapCenter_MapSelectedForOpening(Object sender, MapEventArgs e) at ESRI.ArcGIS.Mapping.Controls.MapCenter.Document_GetMapCompleted(Object sender, GetMapCompletedEventArgs e) at ESRI.ArcGIS.Client.WebMap.Document.RaiseGetMapCompleted(ItemInfo info, Exception error, Map map, SpatialReference sref, TimeProperties timeProperties, WebMap webMap, Object userToken) at ESRI.ArcGIS.Client.WebMap.Document.<>c__DisplayClass8.<>c__DisplayClassb.<GetMapAsync>b__7(Map map, SpatialReference sref, TimeProperties timeProperties, WebMap webMap, Exception error) at ESRI.ArcGIS.Client.WebMap.Document.SetMapExtent(Envelope extent, Map map, SpatialReference sref, TimeProperties timeProperties, WebMap webMap, Exception error, Action`5 complete) at ESRI.ArcGIS.Client.WebMap.Document.<>c__DisplayClass18.<GetMapInternal>b__17(Map map, SpatialReference sref, TimeProperties timeProperties, WebMap webMap, Exception error) at ESRI.ArcGIS.Client.WebMap.Document.SetMapExtent(Envelope extent, Map map, SpatialReference sref, TimeProperties timeProperties, WebMap webMap, Exception error, Action`5 complete) at ESRI.ArcGIS.Client.WebMap.Document.<>c__DisplayClass2f.<>c__DisplayClass32.<GetMapFromWebMap>b__2d() at ESRI.ArcGIS.Client.WebMap.Document.<>c__DisplayClasse.<CheckMapServiceItems>b__d() at ESRI.ArcGIS.Client.WebMap.Document.GetMapServiceItem(Layer layer, Action callback) at ESRI.ArcGIS.Client.WebMap.Document.<>c__DisplayClasse.<CheckMapServiceItems>b__d() at ESRI.ArcGIS.Client.WebMap.Document.GetMapServiceItem(Layer layer, Action callback) at ESRI.ArcGIS.Client.WebMap.Document.CheckMapServiceItems(Map map, Action callback) at ESRI.ArcGIS.Client.WebMap.Document.<>c__DisplayClass2f.<GetMapFromWebMap>b__2c(Map map, SpatialReference sref, TimeProperties time, WebMap webMap2, Exception error) at ESRI.ArcGIS.Client.WebMap.Document.<>c__DisplayClass2f.<GetMapFromWebMap>b__2e(Object s, MapConfigurationLoadedEventArgs e) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.<>c__DisplayClass6.<LoadOperationalLayers>b__5(LayerCollection result, SpatialReference sref2) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.ProcessLayerStack(Queue`1 stack, LayerCollection layers, SpatialReference sref, Action`2 onComplete) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.<>c__DisplayClassa.<ProcessLayerStack>b__8(SpatialReference sr) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.<>c__DisplayClass13.<ProcessLayer>b__11() at ESRI.ArcGIS.Client.WebMap.MapConfiguration.ProcessFeatureCollectionLayers(Queue`1 subLayerStack, GroupLayer featureCollectionLayers, WebMapLayer webMapLayer, Int32 subLayerID, Action callback) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.<>c__DisplayClass21.<ProcessFeatureCollectionLayers>b__1e() at ESRI.ArcGIS.Client.WebMap.MapConfiguration.<>c__DisplayClass2e.<SetFeatureLayerPopup>b__29(Object sender, EventArgs e) at ESRI.ArcGIS.Client.Layer.OnInitialized(EventArgs e) at ESRI.ArcGIS.Client.Layer.Initialize() at ESRI.ArcGIS.Client.FeatureLayer.Initialize() at ESRI.ArcGIS.Client.WebMap.MapConfiguration.SetFeatureLayerPopup(PopupInfo popupInfo, FeatureLayer featureLayer, Action callback) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.ProcessFeatureCollectionLayers(Queue`1 subLayerStack, GroupLayer featureCollectionLayers, WebMapLayer webMapLayer, Int32 subLayerID, Action callback) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.ProcessLayer(WebMapLayer webMapLayer, LayerCollection layers, SpatialReference sref, Action`1 onComplete) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.ProcessLayerStack(Queue`1 stack, LayerCollection layers, SpatialReference sref, Action`2 onComplete) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.LoadLayers(IEnumerable`1 webMapLayers, Action`2 onComplete, SpatialReference sref) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.LoadOperationalLayers(WebMap webMap, LayerCollection layers, SpatialReference sref) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.<>c__DisplayClass3.<LoadBaseMapLayers>b__0(LayerCollection result, SpatialReference sref) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.ProcessLayerStack(Queue`1 stack, LayerCollection layers, SpatialReference sref, Action`2 onComplete) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.<>c__DisplayClassa.<ProcessLayerStack>b__8(SpatialReference sr) at ESRI.ArcGIS.Client.WebMap.MapConfiguration.<>c__DisplayClass1a.<DeserializeLayer>b__15(Layer layer, SpatialReference sr) at ESRI.ArcGIS.Client.WebMap.Serializers.Layers.ArcGISSerializer.<>c__DisplayClassf.<Deserialize>b__d(Object s, RequestEventArgs e) at ESRI.ArcGIS.Client.WebRequest.OnComplete(RequestEventArgs args) at ESRI.ArcGIS.Client.WebRequest.downloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e, Action retryCallback) at ESRI.ArcGIS.Client.WebRequest.<>c__DisplayClass1d.<BuildClient>b__1b(Object s, DownloadStringCompletedEventArgs e) at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e) at System.Net.WebClient.DownloadStringOperationCompleted(Object arg) Thanks for a help
... View more
03-16-2013
07:55 AM
|
0
|
3
|
577
|
POST
|
That's great I can turn this off in the legend layout. But will this be showed if I publish this mxd as a map service? Thanks for reply.
... View more
02-13-2013
04:29 AM
|
0
|
0
|
445
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|