POST
|
In our application we are experiencing crashes, freezes, and failure to load the basemaps when the map control is loaded/unloaded multiple times during the maps lifecycle. (Loading/unloading of a control may happen normally in WPF for many reasons, the most common is probably if the control is inside a TabControl. ) The only error message we are receiving is "The program '[24076] MyApp.exe' has exited with code -529697949 (0xe06d7363) 'Microsoft C++ Exception'." in the output window. I've attached a sample application that demonstrations the issue. The sample has two methods to reproduce the issue: 1) Automatic - It will automate the switching of tabs/adding & removing graphics. This has consistently reproduced the issue on 3 separate dev enviroments (win 10 x64). It takes approx 20 seconds to execute. 2) Manual - This will reproduce the issue on 2 out 3 of our dev enviroments (all win 10 x64). Steps included in the sample. The sample also includes a flag called m_EnableMitigation which will activate code that helps mitigate the issue by removing and re-adding graphics layers to the map when it is loaded. We've called this a mitigation rather than a work around because it does not work 100% of the time. Its still possible to cause the issue if the control is loaded/unload very quickly by manually switching tabs or programmatically. I think our issue may possibly be related to this post as well: https://community.esri.com/message/763969-re-application-crash-frequent-win32-exceptions-in-1002?commentID=763969#commen… Please let me know if there is anyway to fix this issue. We will not be able to ship our application with this bug the way it is. Thanks, Mark
... View more
05-29-2018
04:35 PM
|
0
|
2
|
393
|
POST
|
I've found an existing post here (https://community.esri.com/thread/209959-how-to-use-sketcheditor-in-a-combined-rectangle-and-point-sketchcreationmode ) which contains a solution that works great for my needs.
... View more
05-15-2018
10:04 AM
|
0
|
0
|
36
|
POST
|
I agree that the requirement of selecting the outline to move a shape is an extremely confusing and difficult to use UX. I really hope this can be changed to work from the fill in a future update. I wasted 3 hours today trying to figure out why I was not able to move my polygons and then happened to stumble upon this post. At the very least it would be nice to see the API/docs or samples updated with some information about the expected UI workflow for moving geometries.
... View more
05-14-2018
02:42 PM
|
0
|
0
|
149
|
POST
|
What would be the recommended way to implement a click and drag selection marquee for selecting multiple features? Should I use the Sketch editor to allow the user to draw a rectangle, get the geometry from the drawn shape, and then use SelectFeaturesAsync ? Or is there better/easier way to support this functionality? I've attached a screenshot that shows what I'm trying to accomplish. Thanks, Mark
... View more
05-14-2018
10:19 AM
|
0
|
1
|
276
|
POST
|
Rich, This was exactly what I was looking for and it works great. Thanks for the help! -Mark
... View more
05-04-2018
10:51 AM
|
0
|
0
|
7
|
POST
|
Hello, I was wondering if there is a way to get the symbol for a FeatureTemplate? I'm trying to build a grid of feature templates for the user to choose from when editing a map layer. In the old WPF API it used to work this way... featuretemplate.GetSymbol(layer.Renderer) I haven't been able to find anything that appears to be equivalent in the docs or object model. Thanks, Mark
... View more
05-03-2018
04:10 PM
|
0
|
2
|
238
|
POST
|
Hello, I'm looking for a recommendation on the best way to create some buttons that zoom in / zoom out the map. I found this post (https://community.esri.com/message/590700?commentID=590700#comment-590700?q=zoomasync ) which talks about how to do it with ZoomAsync in the 10.X version of the runtime but I am using 100.2.1 and ZoomAsync does not seem to be there anymore. Is there a replacement for ZoomAsync or a different recommended way to accomplish this? I was not able to find any examples of this in the provided samples or docs. Thanks, Mark
... View more
04-10-2018
09:30 AM
|
0
|
1
|
1233
|
POST
|
This seems to do exactly what I was looking for.Thanks!
... View more
11-02-2017
11:05 AM
|
0
|
0
|
85
|
POST
|
I am using the runtime in Xamarin forms and wanted to know if there is any way to easily get the current device location with out actually creating a map view? I am familiar with using the LocationDisplay class (arcgis-runtime-samples-dotnet/src/Forms/Shared/Samples/Location/DisplayDeviceLocation at master · Esri/arcgis-runtime-sa… ) to show the users location on the map but I would like to just get the coordinates without displaying the map. When the user presses a button on my form I would like to get the x/y for the users current location and save it to my database. I do not need to actually display a map at the time the user is clicking the button. I know its possible to use a xamarin plugin such as this:NuGet Gallery | Xam.Plugin.Geolocator 4.1.2 but I would really like to avoid adding another nuget package to my project since the the ArcGIS runtime is obviously capable of getting the device coordinates to display on the map. Thanks, Mark
... View more
10-31-2017
05:40 PM
|
0
|
2
|
2372
|
POST
|
Hello, I was wondering if there are any available properties to control how long it takes to open a maptip? I'm looking for something kind of similar to GraphicsLayer.MapTipHideDelay except that it would control the opening delay. Specifically I'm trying to shorten the amount of time you have to hover before a maptip opens. Thanks, Mark
... View more
02-16-2017
03:47 PM
|
0
|
1
|
657
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|