-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spec, TODO] Define work for Forms/Device/Platform/Application #236
Comments
Just noticed that we may need some features from the Activity (such as the bundle and Intent) to get data... |
I'm glad to see Multi-Window in the list. I was surprised by the many gotchas for that scenario in X.F. |
I found this issue by looking for existing issues for multiple window support before creating one. Thanks for calling it out! I am an F# developer and have been investigating Fabulous for a desktop application, but since it is built upon Xamarin Forms, it does not support multiple windows, so it's basically unusable for desktop applications. Would it be better to separate out multiple window support into its own issue? I think that is an absolute must have if .NET MAUI is intended to support desktop applications. |
@bmitc i have found having tabs is an ideal way to do a modern MDI interface
infact 10 years ago I built a WPF app where I used tabs to open items the
users clicked on and it worked very well - much like a browser does...
…On Thu, Dec 3, 2020 at 12:12 AM bmitc ***@***.***> wrote:
I found this issue by looking for existing issues for multiple window
support before creating one. Thanks for calling it out!
I am an F# developer and have been investigating Fabulous
<https://github.com/fsprojects/Fabulous> for a desktop application, but
since it is built upon Xamarin Forms, it does not support multiple windows,
so it's basically unusable for desktop applications.
Would it be better to separate out multiple window support into its own
issue? I think that is an absolute must have if .NET MAUI is intended to
support desktop applications.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#236 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGERWWEO6EZZVTHXV27GTSS23U5ANCNFSM4RNNDWYQ>
.
|
Tabs are not an acceptable replacement for multiple windows for many applications. |
I'd like to ask what consideration are there made for windows parity? As someone who depends on third party software that has us using DDE dynamic data exchange on Windows, which requires a WinForm application to be running. I would still like to get some of the benefits of building on Linux but target Windows. We recently taken https://github.com/Specshell/specshell.software.ndde and made it work on See also |
Mostly handled by #1965 and the rest by other various PR's and issues/specs |
@Redth Do you know where the multiple windows feature is being tracked? |
Define Application for MAUI
The text was updated successfully, but these errors were encountered: