melcug

Results 4 issues of melcug

I've tried without success to set the icon of a button in MaterialWindow TitleTemplate using the following code: ``` var iconFieldUser = (this.TitleTemplate.LoadContent() as Grid).FindName("iconFieldUser") as PackIcon; iconFieldUser.Kind = PackIconKind.LocalAreaNetworkConnect;...

Is it possible to stick to the folder set in the OpenDirectoryControl control (start folder), meaning I can't navigate backward (disabling level up folders up to the start folder and...

Is there possible to minify Razor files when they are processed by RazorGenerator? Combining RazorGenerator with the RazorHtmlMinifier.Mvc5 functionality or a similar one could improves site speed and accessibility.

I am trying to call the application on macOS Sierra and I receive following error message: Illegal instruction: 4 I compiled the the source code with Xcode version 8.3.2 but...