DevZH.UI
DevZH.UI copied to clipboard
A simple binding (Experimental!!!) using .NET Core for https://github.com/andlabs/libui, which is an awesome native UI library for Unix, OSX and Windows
``` 'Mono-Test.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Mono-Test.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Users\shadowblitz16\Documents\Visual Studio 2017\Projects\Mono-Test\Mono-Test\bin\Debug\Mono-Test.exe'....
When I try to compile the solution the error list is as follow: >Severity Code Description Project File Line Suppression State Error CS0535 'AreaHandler' does not implement interface member 'IAreaHandler.MouseCrossed(AreaBase,...
the left param changed from int to bool .. So fixed relevant code and tests..
Hi, I'm working on an F# wrapper for this lib: https://github.com/czifro-tech/FSharpUI . I'm have made quite a bit of progress as can be seen in the readme. I'm trying to...
Hy, if in running application too fast change the tab view then application not response. Test case: - run sample application - clicking fast in tabs Env: Mac OS 10.10
SafeHandles are the preferred method of controlling access to unmanaged resources in .NET.
You have 2 nuget package at the moment. DevZH.UI -> this repository. And DevZH.LibUI. The DevZH.LibUI is what this repo of yours is using. I cannot look inside your "DevZH.LibUI"...
The gui works well, but after you try exit it crashes: `Fault Module Name: StackHash_58aa` Consider putting this simple code to a button click event: ``` for (int i =...