spacevil
spacevil copied to clipboard
Simple examples of SpaceVIL implementation for C# / .NET Framework, C# / .NET Core and Java.
I have no idea why MouseRelease throws a null reference exception. Here is the code: ``` ButtonToggle menuItem = new ButtonToggle("Enable Combobox"); menuItem.SetStyle(Style.GetMenuItemStyle()); menuItem.SetTextMargin(new Indents(25, 0, 0, 0)); menuItem.EventMouseClick +=...
Hello. I started using spacevil relatively recently. I readed the docs, and decided build and run example from this repository. I tried using .net framework 4.7.2 and .net 5, OS...
Hi! I am writing a dialog box and I need the current thread to wait for the dialog to finish working. For this, for example, in Java FX there is...
Hi! In Prototype class we have field eventMousePress, but how i can handle mouse release event?
Is there an analogue of the table (eg javafx.scene.control.TableView) in the framework?
Have tried to use TextEdit.SetFontSize() the same way I have used it with the Label element, but when I have looked at the Mimic example I found that SetFont() and...
Hello, im looking for exaple how to use ComboBox in C#, and also is is possible to bind image to a MenuItem?
Where can I find the source code of the framework itself? Maybe you'll publish it too?