WinUIEx icon indicating copy to clipboard operation
WinUIEx copied to clipboard

Native SplashScreen

Open rocksdanister opened this issue 3 years ago • 3 comments

WinUI can take time to start, one solution although limited would be to implement native impl similar to wpf:

The SplashScreen class displays the splash screen as soon as possible after the application is started. The splash screen is displayed by using native code, before the WPF application instance is created. The splash screen is displayed in the center of the screen. When the application is loaded, the splash screen fades.

Example: https://github.com/castorix/WinUI3_SplashScreen

rocksdanister avatar Nov 14 '22 09:11 rocksdanister

I’m not quite getting your point here? You want an image to show faster? The purpose of WinUIEx’s splash screen is to provide an interactive dialog showing progress etc

dotMorten avatar Nov 14 '22 14:11 dotMorten

In low end systems winui takes time to show ui once you use self-contained runtime etc, so instead of initialising and using winui window for splashscreen it is faster to use native method.

rocksdanister avatar Nov 14 '22 14:11 rocksdanister