question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: remove WinuiEx dependency (when possible)

See original GitHub issue

What feature or improvement do you think would benefit Files?

Mica is now (easily) available in the latest WASDK.

Requirements

Pretty UI? 😃

Files Version

2.4.71

Windows Version

Windows 11

Comments

https://learn.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.media.micabackdrop?view=windows-app-sdk-1.3

<Window x:Class="MyApp.MainWindow">

    <Window.SystemBackdrop>
        <MicaBackdrop MicaKind="BaseAlt"/>
    </Window.SystemBackdrop>

</Window>

I’ve heard there were issues with v1.3.0, so you might want to go up to 1.3.1

Issue Analytics

  • State:closed
  • Created 4 months ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
0x5bfacommented, May 16, 2023

If it is the issue, can you rename the title to ‘Feature: Remove WinUIEx reference’? I saw the code of WinUIEx, we can implement natively.

0reactions
yaira2commented, May 16, 2023

Thank you for your feedback, removing dependencies is a goal for many projects including Files. In this case we’re still using WinUIEx to make it easier to implement certain features but we’ll definitely remove it once it’s no longer required.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is it possible to remove dependency on "Microsoft.UI.Xaml. ...
Description of the new feature / enhancement. I am trying to install it on fresh pc after removing all the UWP apps using...
Read more >
Dependency properties overview - UWP applications
A dependency property represents or supports a specific feature of the programming model for defining a Windows Runtime app with XAML for UI...
Read more >
Proposal: Make `Window` inherit from DependencyObject ...
Proposal: The Window class should inherit from DependencyObject. Summary. One of the most annoying things about the Window class today, ...
Read more >
FrameworkElement.SetBinding(DependencyProperty ...
Calling the SetBinding method and passing in a new Binding object won't necessarily remove an existing binding. Instead, you should first call the ......
Read more >
Identity, Registration and Activation of Non-packaged Win32 ...
The uninstall workflow of a Sparse Package points the user to the uninstaller of the application that registered the package and while ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found