Results 2 issues of Chu Van Quyen

From mainAppWindow: ... OpenChildAppWindow(app) mainAppWindow.Hide() //---------------------------- From OpenchildAppWindow: childAppWindow := gtk.NewApplicationWindow(app) ..... childAppWindow.Connect("destroy", func(){ mainAppWindow.Show() // but mainAppWindow does not show }) //---------------------------- If I use button "destroy" signal, the...

Hi Everyone, I get an error when I execute the command maui-check. My platform: Windows Pro, 64 bit Visual studio Community 2022 Preview, 17.1.0 Preview 5.0 Please help to fix....