<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bug - UI Freeze on view with map in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1036839#M9884</link>
    <description>&lt;P&gt;looks like i cannot use this flag on before docking event.&lt;/P&gt;&lt;P&gt;for now i'll have to either turn it on startup&amp;nbsp;&lt;/P&gt;&lt;P&gt;or use a workaround - remove the UI element that contains the map view from the xaml on before docking event, and put it back into the UI after the action of docking is finished, i really hope you could solve this issue in future releases.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 20:24:11 GMT</pubDate>
    <dc:creator>YaronAvraham</dc:creator>
    <dc:date>2021-03-15T20:24:11Z</dc:date>
    <item>
      <title>Bug - UI Freeze on view with map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1034886#M9870</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i'm using DevExpress 19.1 and arcgis runtime 100.9,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using the dev express docking capability to detach part of the ui to a stand alone view,&amp;nbsp;&lt;/P&gt;&lt;P&gt;the entire app freezes when there is a loaded map inside the view i'm detaching&lt;/P&gt;&lt;P&gt;the main tread freezes with the following call stack :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YaronAvraham_0-1615383822788.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/8043i275DC5475E6A6C3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="YaronAvraham_0-1615383822788.png" alt="YaronAvraham_0-1615383822788.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;none of my code exists in the call stack.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding the entire call stack of main thread -&lt;/P&gt;&lt;P&gt;Main Thread Main Thread WindowsBase.dll!System.Windows.Threading.DispatcherSynchronizationContext.WaitNot Flagged &amp;gt; 30340 1 Main Thread Main Thread WindowsBase.dll!System.Windows.Threading.DispatcherSynchronizationContext.Wait&lt;BR /&gt;[Managed to Native Transition]&lt;BR /&gt;WindowsBase.dll!System.Windows.Threading.DispatcherSynchronizationContext.Wait(System.IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout)&lt;BR /&gt;[Native to Managed Transition]&lt;BR /&gt;[Managed to Native Transition]&lt;BR /&gt;mscorlib.dll!System.Threading.WaitHandle.InternalWaitOne(System.Runtime.InteropServices.SafeHandle waitableSafeHandle, long millisecondsTimeout, bool hasThreadAffinity, bool exitContext) Line 243&lt;BR /&gt;mscorlib.dll!System.Threading.WaitHandle.WaitOne(int millisecondsTimeout, bool exitContext) Line 194&lt;BR /&gt;Esri.ArcGISRuntime.WPF.dll!Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CreateHostedElementOnWorkerThread()&lt;BR /&gt;Esri.ArcGISRuntime.WPF.dll!Esri.ArcGISRuntime.Internal.HostedSurfaceElement.StartRendering()&lt;BR /&gt;Esri.ArcGISRuntime.WPF.dll!Esri.ArcGISRuntime.UI.Controls.GeoView.StartRendering()&lt;BR /&gt;Esri.ArcGISRuntime.WPF.dll!Esri.ArcGISRuntime.UI.Controls.GeoView.OnLoadedAsync()&lt;BR /&gt;Esri.ArcGISRuntime.WPF.dll!Esri.ArcGISRuntime.UI.Controls.GeoView.MapSurfaceElement_Loaded(object sender, System.Windows.RoutedEventArgs e)&lt;BR /&gt;PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised)&lt;BR /&gt;PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args)&lt;BR /&gt;PresentationFramework.dll!System.Windows.BroadcastEventHelper.BroadcastEvent(System.Windows.DependencyObject root, System.Windows.RoutedEvent routedEvent)&lt;BR /&gt;PresentationFramework.dll!System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(object root)&lt;BR /&gt;PresentationCore.dll!MS.Internal.LoadedOrUnloadedOperation.DoWork()&lt;BR /&gt;PresentationCore.dll!System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()&lt;BR /&gt;PresentationCore.dll!System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()&lt;BR /&gt;PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandlerCore(object resizedCompositionTarget)&lt;BR /&gt;PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandler(object resizedCompositionTarget)&lt;BR /&gt;PresentationCore.dll!System.Windows.Interop.HwndTarget.OnResize()&lt;BR /&gt;PresentationCore.dll!System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage msg, System.IntPtr wparam, System.IntPtr lparam)&lt;BR /&gt;PresentationCore.dll!System.Windows.Interop.HwndSource.HwndTargetFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)&lt;BR /&gt;WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)&lt;BR /&gt;WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o)&lt;BR /&gt;WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)&lt;BR /&gt;WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler)&lt;BR /&gt;WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs)&lt;BR /&gt;WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam)&lt;BR /&gt;[Native to Managed Transition]&lt;BR /&gt;[Managed to Native Transition]&lt;BR /&gt;WindowsBase.dll!MS.Win32.HwndSubclass.DefWndProcWrapper(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam)&lt;BR /&gt;[Native to Managed Transition]&lt;BR /&gt;[Managed to Native Transition]&lt;BR /&gt;WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam)&lt;BR /&gt;[Native to Managed Transition]&lt;BR /&gt;[Managed to Native Transition]&lt;BR /&gt;PresentationFramework.dll!System.Windows.Window.Flush()&lt;BR /&gt;PresentationFramework.dll!System.Windows.Window.HwndStyleManager.System.IDisposable.Dispose()&lt;BR /&gt;PresentationFramework.dll!System.Windows.Window.CreateSourceWindow(bool duringShow)&lt;BR /&gt;PresentationFramework.dll!System.Windows.Window.ShowHelper(object booleanBox)&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.VisualElements.FloatingWindowPresenter.UpdateIsOpenCore(bool isOpen)&lt;BR /&gt;DevExpress.Xpf.Core.v19.1.dll!DevExpress.Xpf.Core.BaseFloatingContainer.UpdateContainer(object content)&lt;BR /&gt;DevExpress.Xpf.Core.v19.1.dll!DevExpress.Xpf.Core.BaseFloatingContainer..cctor.AnonymousMethod__7_0(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e)&lt;BR /&gt;WindowsBase.dll!System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e)&lt;BR /&gt;WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args)&lt;BR /&gt;WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType)&lt;BR /&gt;PresentationFramework.dll!System.Windows.StyleHelper.ApplyTemplatedParentValue(System.Windows.DependencyObject container, MS.Internal.FrameworkObject child, int childIndex, ref MS.Utility.FrugalStructList&amp;lt;System.Windows.ChildRecord&amp;gt; childRecordFromChildIndex, System.Windows.DependencyProperty dp, System.Windows.FrameworkElementFactory templateRoot)&lt;BR /&gt;PresentationFramework.dll!System.Windows.StyleHelper.InvalidatePropertiesOnTemplateNode(System.Windows.DependencyObject container, MS.Internal.FrameworkObject child, int childIndex, ref MS.Utility.FrugalStructList&amp;lt;System.Windows.ChildRecord&amp;gt; childRecordFromChildIndex, bool isDetach, System.Windows.FrameworkElementFactory templateRoot)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkTemplate.InvalidatePropertiesOnTemplate(System.Windows.DependencyObject container, object currentObject)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkTemplate.HandleBeforeProperties(object createdObject, ref System.Windows.DependencyObject rootObject, System.Windows.DependencyObject container, System.Windows.FrameworkElement feContainer, System.Windows.Markup.INameScope nameScope)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkTemplate.LoadOptimizedTemplateContent.AnonymousMethod__2(object sender, System.Xaml.XamlObjectEventArgs args)&lt;BR /&gt;System.Xaml.dll!System.Xaml.XamlObjectWriter.OnBeforeProperties(object value)&lt;BR /&gt;System.Xaml.dll!System.Xaml.XamlObjectWriter.Logic_CreateAndAssignToParentStart(MS.Internal.Xaml.Context.ObjectWriterContext ctx)&lt;BR /&gt;System.Xaml.dll!System.Xaml.XamlObjectWriter.WriteEndObject()&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkTemplate.LoadTemplateXaml(System.Xaml.XamlReader templateReader, System.Xaml.XamlObjectWriter currentWriter)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkTemplate.LoadTemplateXaml(System.Xaml.XamlObjectWriter objectWriter)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkTemplate.LoadOptimizedTemplateContent(System.Windows.DependencyObject container, System.Windows.Markup.IComponentConnector componentConnector, System.Windows.Markup.IStyleConnector styleConnector, System.Collections.Generic.List&amp;lt;System.Windows.DependencyObject&amp;gt; affectedChildren, System.Windows.UncommonField&amp;lt;System.Collections.Hashtable&amp;gt; templatedNonFeChildrenField)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkTemplate.LoadContent(System.Windows.DependencyObject container, System.Collections.Generic.List&amp;lt;System.Windows.DependencyObject&amp;gt; affectedChildren)&lt;BR /&gt;PresentationFramework.dll!System.Windows.StyleHelper.ApplyTemplateContent(System.Windows.UncommonField&amp;lt;System.Collections.Specialized.HybridDictionary[]&amp;gt; dataField, System.Windows.DependencyObject container, System.Windows.FrameworkElementFactory templateRoot, int lastChildIndex, System.Collections.Specialized.HybridDictionary childIndexFromChildID, System.Windows.FrameworkTemplate frameworkTemplate)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkTemplate.ApplyTemplateContent(System.Windows.UncommonField&amp;lt;System.Collections.Specialized.HybridDictionary[]&amp;gt; templateDataField, System.Windows.FrameworkElement container)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkElement.ApplyTemplate()&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize)&lt;BR /&gt;PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize)&lt;BR /&gt;PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV)&lt;BR /&gt;PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged)&lt;BR /&gt;PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint)&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.VisualElements.GroupPanel.MeasureOverride(System.Windows.Size constraint)&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.VisualElements.FloatingItemsPanel.MeasureOverride(System.Windows.Size availableSize)&lt;BR /&gt;PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize)&lt;BR /&gt;PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize)&lt;BR /&gt;PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout()&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.DockLayoutManager.Update(bool shouldUpdateLayout)&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.UpdateBatch.Dispose()&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.DockControllerExtensions.Float(DevExpress.Xpf.Docking.IDockController controller, DevExpress.Xpf.Docking.BaseLayoutItem item, System.Windows.Rect floatBounds)&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.Platform.FloatingHelper.GetFloatingView(DevExpress.Xpf.Layout.Core.ILayoutElement element)&lt;BR /&gt;DevExpress.Xpf.Layout.v19.1.Core.dll!DevExpress.Xpf.Layout.Core.SupportFloatingListener.GetFloatingView(DevExpress.Xpf.Layout.Core.ILayoutElement element)&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.Platform.LayoutViewClientDraggingListener.InitFloating(DevExpress.Xpf.Layout.Core.ILayoutElement element, System.Windows.Point point)&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.Platform.LayoutViewClientDraggingListener.OnDrop(System.Windows.Point point, DevExpress.Xpf.Layout.Core.ILayoutElement element)&lt;BR /&gt;DevExpress.Xpf.Layout.v19.1.Core.dll!DevExpress.Xpf.Layout.Core.Dragging.DragServiceState.DoDrop(DevExpress.Xpf.Layout.Core.IView view, System.Windows.Point point, DevExpress.Xpf.Layout.Core.OperationType type)&lt;BR /&gt;DevExpress.Xpf.Layout.v19.1.Core.dll!DevExpress.Xpf.Layout.Core.Dragging.ClientDragServiceStateBase.ProcessMouseUp(DevExpress.Xpf.Layout.Core.IView view, System.Windows.Point point)&lt;BR /&gt;DevExpress.Xpf.Layout.v19.1.Core.dll!DevExpress.Xpf.Layout.Core.Dragging.DragService.ProcessMouseCore(DevExpress.Xpf.Layout.Core.IView processor, System.Windows.Point screenPoint, DevExpress.Xpf.Layout.Core.Platform.MouseEventType eventType, DevExpress.Xpf.Layout.Core.Platform.MouseEventArgs e)&lt;BR /&gt;DevExpress.Xpf.Layout.v19.1.Core.dll!DevExpress.Xpf.Layout.Core.Dragging.DragService.ProcessMouseOverride(DevExpress.Xpf.Layout.Core.IView view, DevExpress.Xpf.Layout.Core.Platform.MouseEventType eventType, DevExpress.Xpf.Layout.Core.Platform.MouseEventArgs ea)&lt;BR /&gt;DevExpress.Xpf.Layout.v19.1.Core.dll!DevExpress.Xpf.Layout.Core.UIService.ProcessMouse(DevExpress.Xpf.Layout.Core.IView view, DevExpress.Xpf.Layout.Core.Platform.MouseEventType eventType, DevExpress.Xpf.Layout.Core.Platform.MouseEventArgs ea)&lt;BR /&gt;DevExpress.Xpf.Layout.v19.1.Core.dll!DevExpress.Xpf.Layout.Core.Platform.ViewAdapter.ProcessMouseEvent(DevExpress.Xpf.Layout.Core.IView view, DevExpress.Xpf.Layout.Core.Platform.MouseEventType eventType, DevExpress.Xpf.Layout.Core.Platform.MouseEventArgs ea)&lt;BR /&gt;DevExpress.Xpf.Layout.v19.1.Core.dll!DevExpress.Xpf.Layout.Core.Platform.BaseView.OnMouseEvent(DevExpress.Xpf.Layout.Core.Platform.MouseEventType eventType, DevExpress.Xpf.Layout.Core.Platform.MouseEventArgs ea)&lt;BR /&gt;DevExpress.Xpf.Docking.v19.1.dll!DevExpress.Xpf.Docking.Platform.MouseEventSubscriber.RootUIElementMouseUp(object sender, System.Windows.Input.MouseButtonEventArgs e)&lt;BR /&gt;PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target)&lt;BR /&gt;PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs)&lt;BR /&gt;PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised)&lt;BR /&gt;PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args)&lt;BR /&gt;PresentationCore.dll!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs args)&lt;BR /&gt;PresentationCore.dll!System.Windows.Input.InputManager.ProcessStagingArea()&lt;BR /&gt;PresentationCore.dll!System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs input)&lt;BR /&gt;PresentationCore.dll!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport inputReport)&lt;BR /&gt;PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.ReportInput(System.IntPtr hwnd, System.Windows.Input.InputMode mode, int timestamp, System.Windows.Input.RawMouseActions actions, int x, int y, int wheel)&lt;BR /&gt;PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.FilterMessage(System.IntPtr hwnd, MS.Internal.Interop.WindowMessage msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)&lt;BR /&gt;PresentationCore.dll!System.Windows.Interop.HwndSource.InputFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)&lt;BR /&gt;WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)&lt;BR /&gt;WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o)&lt;BR /&gt;WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)&lt;BR /&gt;WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler)&lt;BR /&gt;WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs)&lt;BR /&gt;WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam)&lt;BR /&gt;[Native to Managed Transition]&lt;BR /&gt;[Managed to Native Transition]&lt;BR /&gt;WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame)&lt;BR /&gt;PresentationFramework.dll!System.Windows.Application.RunDispatcher(object ignore)&lt;BR /&gt;PresentationFramework.dll!System.Windows.Application.RunInternal(System.Windows.Window window)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 13:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1034886#M9870</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2021-03-10T13:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bug - UI Freeze on view with map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1035044#M9873</link>
      <description>&lt;P&gt;When you hit the breakpoint, could you go to Debug -&amp;gt; Save Dump As... and share the dump that's being generated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also if you have a small app that reproduces the problem, I'd love for you to share it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 00:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1035044#M9873</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-03-11T00:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bug - UI Freeze on view with map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1035250#M9876</link>
      <description>&lt;P&gt;I do believe I have a workaround for you: Try adding this in your application startup:&lt;BR /&gt;&lt;SPAN class=""&gt;AppContext&lt;/SPAN&gt;&lt;SPAN&gt;.S&lt;/SPAN&gt;&lt;SPAN class=""&gt;etSwitch&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"Switch.Esri.ArcGISRuntime.DisableSecondaryUIThread", true);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;(But if you can share a reproducer, I'd still like to have it so we can get to the bottom of it)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 00:55:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1035250#M9876</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-03-11T00:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bug - UI Freeze on view with map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1036821#M9883</link>
      <description>&lt;P&gt;Thanks, looks like the&amp;nbsp;&lt;SPAN&gt;DisableSecondaryUIThread flag did the job, can i play with this flag while the program is running? i want to attach to OnBeforeDocking action&amp;nbsp; and set it to true, and after docking action is finished set it to false again, is there a way i can test that secondery ui thread is really on?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(I'll try to reproduce this issue in a side app)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 19:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1036821#M9883</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2021-03-15T19:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bug - UI Freeze on view with map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1036839#M9884</link>
      <description>&lt;P&gt;looks like i cannot use this flag on before docking event.&lt;/P&gt;&lt;P&gt;for now i'll have to either turn it on startup&amp;nbsp;&lt;/P&gt;&lt;P&gt;or use a workaround - remove the UI element that contains the map view from the xaml on before docking event, and put it back into the UI after the action of docking is finished, i really hope you could solve this issue in future releases.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 20:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1036839#M9884</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2021-03-15T20:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bug - UI Freeze on view with map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1036854#M9885</link>
      <description>&lt;P&gt;Yes you have to set this setting prior to creating the MapView control - it cannot be set on-the-fly.&lt;BR /&gt;We would love to solve it, and a small reproducer would go a long way for us to address it.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 20:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1036854#M9885</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-03-15T20:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bug - UI Freeze on view with map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1093909#M10390</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We suspect there's a good chance that this issue was resolved in the recent v100.12 release (when fixing&amp;nbsp;&lt;EM&gt;BUG-000140934 The MapView window created by a custom control is not responding&lt;/EM&gt; (&lt;A href="https://developers.arcgis.com/net/reference/release-notes/100.12/#issues-resolved)" target="_blank"&gt;https://developers.arcgis.com/net/reference/release-notes/100.12/#issues-resolved)&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 08:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-ui-freeze-on-view-with-map/m-p/1093909#M10390</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-08-31T08:20:27Z</dc:date>
    </item>
  </channel>
</rss>

