Artjom P

Results 17 comments of Artjom P

The same on UraniumUI 2.7.4 & 2.8.0-pre.2 .Net 8 Windows

> You can share if you have logs of the crash. > > I couldn't reproduce it in Release mode. Did you publish the application? It doesn't crash just headers...

As workaround I added grid and it helped. When I have: ```xaml ``` I get: When I have: ```xaml ``` I get:

I struggle with the same error. Unfortunately, it happens at random moments and I checked that all the fonts imported well. ``` Could not create glyphTypeface. System.InvalidOperationException: Could not create...

I keep getting the "Could not create glyphTypeface" error, unfortunately. And it crashes the app. The problem is that the font is loaded and it works but sometimes I get...

Use LocalRootFolder to store your app data or RoamingRootFolder (in case you need roaming) or TempRootFolder (for temp files). You can't get access to DocumentsRootFolder [msdn](https://docs.microsoft.com/en-us/uwp/api/windows.storage.knownfolders.documentslibrary#Windows_Storage_KnownFolders_DocumentsLibrary) without special permission. I'm...

I fill missing AppDataDirectory (from the same page on essentials) when making my apps

Ok, I'll check it asap. I believe it will be this week. As far as I remember they worked well.