Darko
Darko
What release you have ? It might be related to the issue I had before, which should be fixed in the latest build. But I am just guessing. Can you...
Just to show how great Krpton components are here is one small example I made recently in like 20min. I used Extended libraries for this example, but in many cases...
Is it ok I drop few ideas here ? 😏 1. Radial Menu http://www.devcomponents.com/kb2/?p=1363 2. Nuget packages are kind of messy. Any cleanup plans ? 
Title menu bar (KryptonForm?) Just like they do it for DevExpress Forms: https://docs.devexpress.com/WindowsForms/DevExpress.XtraBars.ToolbarForm.ToolbarForm  https://stackoverflow.com/questions/2575216/how-to-move-and-resize-a-form-without-a-border https://stackoverflow.com/questions/7482922/remove-the-title-bar-in-windows-forms http://csharphelper.com/blog/2015/07/move-a-form-without-a-title-bar-in-c/ My initial attempt with sizable border. Win10 shows ugly line on top so...
WinForms is still used a lot across many large companies. I work for one such company (Ericsson) and we use WinForms for all small-medium size tools (next to C++/QT). It's...
Try by changing Titlebar Visible property to **false** when compiling to Linux ? (you can also add pre-processor flag for future compilations). Can you move the window and interact ?...
I experienced similar problem. For example it's not possible to write nullable integer. I tried using null and DBNull.Value, but nothing worked.
Vote for this one! Thank you! Span should become a standard in .NET, but many are still using IEnumerable interface (myself included :) It's hard to get use to it...
Same problem on Windows 10. Black screen. Didn't try to compile it, just reverted back to 0.11.
Capture API is not implemented or the author disabled it.