-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
Issue: This condition is no longer enabled after e44aee1 bumped the target framework, causing an exception.
ScottPlot/src/ScottPlot5/ScottPlot5 Controls/ScottPlot.WinUI/WinUIPlotMenu.cs
Lines 84 to 88 in 743c942
| #if NET6_0_WINDOWS10_0_18362 // https://github.com/microsoft/CsWinRT/blob/master/docs/interop.md#windows-sdk | |
| // TODO: launch a pop-up window or otherwise inform if AppWindow is not set before using save-dialog | |
| var hwnd = WinRT.Interop.WindowNative.GetWindowHandle(ThisControl.AppWindow); | |
| WinRT.Interop.InitializeWithWindow.Initialize(dialog, hwnd); | |
| #endif |
Invalid window handle. (0x80070578)
Consider WindowNative, InitializeWithWindow
See https://aka.ms/cswinrt/interop#windows-sdk
ScottPlot Version: 5.0.39
Code Sample: N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels