-
Notifications
You must be signed in to change notification settings - Fork 692
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
👨💻☎ [Cancelled] WinUI Community Call: October 20, 2021 #6050
Comments
@gabbybilka The last pinned community call should be replaced with this one. |
Are there going to be updates to the styles of WPF so users don't have to rely on external dependencies?
And perhaps open-sourcing UXTheme? And a more user-facing question I have is whether click and drag support for menus is coming. I'm not sure if there's an issue in this repo already but people (in my circles at least) including myself have noticed this. And hey... isn't Paint using XAML islands now? Ah and a question at a more personal level that I'm only asking because the RNW folks are here. It looks like the Xbox app for Windows uses an old version of RNW (and hence WinUI). It also doesn't use MSIX? What's up with that? And what other clients, be it Microsoft or external, use RNW? Edit: Also, last time I really checked in with WinUI 3.0, UWP wasn't supported. I'm not much of a UWP developer but are you folks not tired tired of burning those who have followed Microsoft? I remember reading microsoft/WindowsAppSDK#105 where people were complaining about the lack of official .NET 6 support in UWP apps. The entire situation is rather messy. Again, only briefly looked at the docs of UWP stuff. More or less sad for those people. |
When will we get the ink canvas control in WinUI3 ? |
Please enable Windowing in next preview. It works good enough in Experimental1 to use. The operating system is called "Windows", not "Window" :) We need multiple windows (on same thread) to enable desktop productivity. |
Any roadmap updates regarding XAML C++/WinRT and IDL tooling? Also, will XAML compiler ever be aware of C++ modules? Currently it just doesn't work given the tricks made with partial types and #includes from generated code (...g.h). |
Hello! Is this the best place/forum to ask general questions? I hesitate to create an "Issue". My question is about the file system interface of UWP, the main actor being StorageFile. Is this mechanism/API supported in WinUI 3, or Win UI 2 for that matter? Or do you have to revert to the older System.IO Win32 APIs? Thanks, |
When will the designer be available for WinUI 3? |
Is there a plan to add datagrid control? |
What level of rendering performance does WinUI 3 target compared to WPF? Faster to render for example 1000 buttons or? |
Will Width and Height properties for a Window be supported in 1.0? (I know there is a bug for it: #2731) |
A big roadblock for moving from WPF to WinUI 3 is that WinUI 3 classes are sealed, will that be fixed in 1.0 or 1.1? (Bug related to it: #780) |
Hello! Unfortunately I came across on multiple limitations of WinUi 3 as GUI framework. Here is my questions (I will very appreciate if you cover these ones):
|
At the time of release of WinUI 3 1.0.0-experimental1, it was announced that this is the latest experimental version, The same thing was said recently in the release of the preview2. Therefore, until the release of the official version (WinUI 3 v1.0.0), we will no longer have experimental and preview builds from version 1.0.0. Update: |
Where's the source code? We were promised source years and years ago, and not one line of core WinUI 3 code has hit GitHub to date. Even if you can't release the WinUI 3 C++ source yet due to its OS repo history, at least please let us be able to submit PRs for the NuGet packaging and MSBuild targets, since (AFAIK) those components were written from scratch. There are plenty of things we, the community would be able to improve on (for example, microsoft/WindowsAppSDK#1444), if only you let us! |
@ryandemopoulos Sorry, have to ask it. When are we going to see 1.0 released? Why I ask? We can then plan our activities properly. |
Will there be gamepad support in 1.0? |
Hey folks, as you've seen by the title update, we've had to cancel the WinUI community call this month. Typically, we'd address your questions asked in this issue in the live Q&A. Instead, we'll be replying directly in this thread. We appreciate your flexibility! |
UWP cancelled, meeting cancelled |
And, finally, when will this bug #3665 be fixed? It prevents actually using win2d and has not been fixed for almost a year now. |
Referring to CommunityToolkit/WindowsCommunityToolkit#4171 (comment) |
So yeah, whats up with UWP support? Please a yes or no on whether it is being dropped. |
Can Ryan provide any further information regarding Pivot? I'm still using it and need to figure out where to take my code. |
Hot reload for C# and XAML seems completely broken in Preview 2 with VS 2019. Is 2019 support going to be added back by Nov 8 / Preview 3 / Release? |
Activation via toast notification results in a crash using Preview 2 w/ VS 2019, is that to be expected right now? |
After release in November will this repo be close to silent through the rest of the year like 2020, or can we anticipate any further progress before 2022? |
Any chance of better exception handling before 2022? |
@ryandemopoulos When rapidly changing the size of a CanvasControl (e.g. by resizing the window very quickly) I think I could manage about 1 gigabyte of video memory increase per second. In my application I do an animated size change of a CanvasControl and can completely fill up the VRAM with a single animation, leading to multiple UI freezes during the animation. While I could certainly remove this animation for now, this behavior is still very concerning because the same code works perfectly on .net core 3.1+ xaml islands and win2d today. |
This year. We remain on track for Q4. (fun fact, we're also in Q4, so "soon"!) |
Yikes! OK, I took your comment and put it into the original issue so we also have that info. I'll chat with our dev team about it. Sorry I don't have an ETA beyond that. |
@llothar Regarding InkCanvas in WinUI 3, we do not yet have a specific date for adding InkCanvas, but it is still in our roadmap for a future release. @ghost1372 Regarding designer in WinUI 3, we don't have plans yet to add one. Have you used designer in the past for UWP/WPF? What would you need in a designer for WinUI 3? We are still investigating adding this. @seanocali Regarding gamepad support in 1.0, unfortunately it will not be supported in WinUI 3 GA. @codendone do you have any additional info on the plans to include gamepad input in Windows App SDK for WinUI 3? Stay tuned~ for an update to our roadmap later today for our most up to date feature timeline. |
post-1.0. In the list of "stuff we need to think about for 1.1+". |
@Scottj1s Nice to hear that xcopy deployment is targeted for 1.0. Was just asking because on the winappsdk roadmap this is shown as not supported for 1.0. |
Mica and BG Acrylic won't make 1.0 unfortunately -- I'm hopeful those will be possible in 1.1. From a WinUI perspective, Preview 3 will be mostly bug fixes, although some noteworthy advancement on unpackaged support for apps too. |
@ryandemopoulos My question is specifically about self-contained unpackaged apps. This is shown as not supported for 1.0 but as far as I have understood @Scottj1s correctly, this will actually be supported. |
Will there be a new experimental release that contains all of preview 3 (especially the newer styles) and has the experimental features (like multi-window support) enabled? |
@Scottj1s Regarding C# hot reload => Simply commenting out a Regarding XAML hot reload => changing something as simple as displayed text doesn't result in any live changes. Both of these things were working in Preview 1. Edit: I just noticed from this comment that hot reload support in VS 2019 looks like it's been dropped for at least 6 months... |
@terrycox the |
|
@kmgallahan kmgallahan
XAML Diagnostics Tools like Hot-Reload, Live Visual Tree, In-App Command Bar, etc are only supported on VS2022 Preview 5/6 and GA. They are no longer supported in VS2019. |
That's sad for numerous reasons and is really hypocritical of MS. I need not say more but our end users are the ones that hurt (and of course us 😢)
Turns out that there is an issue: #815. It's strange that no one on the WinUI team has ever used this behaviour in their own day-to-day lives. I didn't even need to get that feedback from UX in my case as I already saw it myself.
Thanks for the reply! Just four big customers is uh... not what I was expecting at this stage. |
@ryandemopoulos Thanks for all your answers, but I think you missed this one. |
Please consider publishing the source without CI and without consideration of PR acceptance -- that's not required. Some of us would just like a code dump so can better understand the framework, build better apps/tooling, and/or use it as a quick reference. Or consider minimally sharing with Microsoft Code Center Premium partners so they can help others from a troubleshooting perspective. Thanks! |
No. There won't be Width and Height properties for MUX.Window objects in v1.0. You can always use some helpers like this one: https://github.com/marb2000/DesktopWindow |
Please confirm status of releasing |
Hello, is there an ETA for xaml islands in WinUI 3? I've seen on the roadmap that they are "Planned for a future update", but a more detailed schedule would be very appreciated. We have a big win32 desktop app that we would like to modernize and we need to choose bewteen waiting for Win UI 3 xaml islands, using Win UI 2 xaml islands or using some alternative approach (ie WPF hosted inside HWND). Any suggestions are welcome. Andrea |
Just wait. Like me and others learned to wait for 14 years since the last exciting Win32 improvement in 2008. Calling the current state of Windows App SDK Version as 1.0 is this typical agile development result of a failed (underestimated) project. XAML Island for Win 1.0 was the BIG unique sales point for Project Reunion. I doubt anyone can answer you as they will need a postmortem to know what they have to plan for the next roadmap. My christmas wish is that nobody in the high level management withdraws resources from "Windows App SDK Version 2.0" so i have something to look for in Q4 2022. |
Closing this issue, please feel free to open up a new issue with questions, bug reports, or discussion topics. |
If you need .NET>5 in UWP please give a vote on this: https://developercommunity.visualstudio.com/t/Add-NET-678-support-to-UWP/1596483 |
Update (10/19/2021) 📢: The October WinUI Community Call has been cancelled - we'll see you in November.
Instead of a live Q&A, we'll be answering your questions posted here, For additional questions, please feel free to open up separate issues for them on the repo.
Please join us for the October 2021 edition of the WinUI Community Call. This event will be live-streamed to YouTube at the following link:https://youtu.be/h4apI79wt4oDetails
Date: October 20, 2021
Time: 16:00-17:00 UTC (9:00-10:00am Pacific)
Anyone and everyone is welcome - no pre-registration is required.
This will be an informal interactive live stream directly with members of our engineering team.
Format
The community call is a call among the WinUI team that is live-streamed onto YouTube. We present on new updates, share information, welcome guests, and answer your questions. In this month's call, we'll be sharing WinUI roadmap updates and info about the latest WinUI 3 release in Windows App SDK Preview 2 (#6049). We'll also be joined by folks from the React Native for Windows team to share latest updates and give an overview of how RN4W integrates with and layers on top of WinUI.
Agenda
Q&A Code of Conduct
Leave us your questions in the comments on this issue or live in the YouTube chat during the stream!
The text was updated successfully, but these errors were encountered: