Rafael Rivera

Results 740 comments of Rafael Rivera

For others: I was confused to see a C++ focused PR writeup for C# projections, so I asked Alexander for additional details to double-check my understanding. The gist is that...

Can confirm @ghost1372. Appears to be a WinUI issue but I don't blame you for posting it here since that repository is more/less dead. Maybe @gabbybilka or @marb2000 can help...

Any updates on this? It's still unclear how to set up a working dev environment and/or compile a module. The documentation is incomplete.

Looks wrong. Where did you get 50 characters from @DefaultRyan? And why are there commas? 🤔 > `` - This optional element lists additional semicolon-delimited text tags that are used...

Probably belongs in the https://github.com/microsoft/microsoft-ui-xaml repository. Repro project for others: [issue_2730.zip](https://github.com/microsoft/WindowsAppSDK/files/9113891/issue_2730.zip) @rkarman suspect this is in your area. MUX bug or WM_SETICON regression?

> > This only happens if the app is packaged. > > In that case, this behavior is by design. If you are running packaged, you need to edit the...

@Link1J No it's not. > The system displays a window's large class icon in the task-switch window that appears when the user presses ALT+TAB, and in the large icon views...

Also, looking under the covers (`Microsoft.UI.Windowing.Core.dll`), we can see `AppWindow::SetIcon` is implemented roughly as such. It seems the intent is to indeed set the taskbar icon. ``` iconHandleFromPath = Windowing::Icon::GetIconHandleFromPath(path);...

Please hold off on using these undocumented APIs/constants. There will be a supported path, stay tuned!

Thanks for confirming they are not **documented** @sylveon. 😂 I'm just giving you a hard time, I know what you mean. Just trying to keep folks away from using the...