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
I'm building an app on both macOS & Linux. I began adding a secondary window to my app on my mac and it worked fine. When I closed the secondary window it closed (but the main window stayed open (as expected) and the app kept running).
Linux Has Different Results
I then pulled my code to my Linux box (Ubuntu 24.04) and I noticed that when I close the secondary window the main app window and the app would close.
I then tested the basic photino multi-window template & discovered it has the same problem on Linux.
Steps to recreate - on your Linux distro:
Create new project based on multiwindow template: $ dotnet new photinomultiwindow -o multiWinTest
Build & run the app
Click button to open secondary window
Close the secondary window (clicking on the [X] or using [Close Window] button from main form).
The entire app closes, not just the secondary window.
The text was updated successfully, but these errors were encountered:
I just tested this on the latest version of Fedora and using Photino.NET v 3.2.3 and the same problem occurs: when the secondary window is closed, the main window and the app are closed also.
Again, you can recreate this using the photinomultiwindow project template.
Hope this one gets fixed soon, because that will def be an issue for my project.
Background
I'm building an app on both macOS & Linux. I began adding a secondary window to my app on my mac and it worked fine. When I closed the secondary window it closed (but the main window stayed open (as expected) and the app kept running).
Linux Has Different Results
I then pulled my code to my Linux box (Ubuntu 24.04) and I noticed that when I close the secondary window the main app window and the app would close.
I then tested the basic photino multi-window template & discovered it has the same problem on Linux.
Steps to recreate - on your Linux distro:
$ dotnet new photinomultiwindow -o multiWinTest
The text was updated successfully, but these errors were encountered: