You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform(s): macOS with the Sdk-styled project. I don't know the what it is using: <Project Sdk="Eto.Forms/2.7.0">.
Operating System(s): macOS Catalina v.10.15.7
Visual Studio: Visual Studio Community 2022 for Mac Version 17.0.6 (build 4)
.NET: 6.0.302
This is not urgent in any way - just thought to report the issue.
Ps. Thanks for the great framework 👍🏻 I have started porting my OSS WinForms projects to Eto.
The text was updated successfully, but these errors were encountered:
VPKSoft
changed the title
Shown event won't fire for Dialog when called via the ShowModalAsync call
[MAC] Shown event won't fire for Dialog when called via the ShowModalAsync call
Jul 14, 2022
Hi,
I don't seem to get the ShowModalAsync call to fire the
Shown
event on macOS.Expected Behavior
A
NotImplementedException
is thrown.Actual Behavior
Nothing happens.
Steps to Reproduce the Problem
await new TestDialog().ShowModalAsync(this);
from another control or form.Code that Demonstrates the Problem
Specifications
<Project Sdk="Eto.Forms/2.7.0">
.This is not urgent in any way - just thought to report the issue.
Ps. Thanks for the great framework 👍🏻 I have started porting my OSS WinForms projects to Eto.
The text was updated successfully, but these errors were encountered: