Roman
Roman
Hi! In such situations, I use a slightly different approach. You have two ways to create dialog (modal) boxes. 1. Create build-in dialog box: ``` public class MyDialogBox extends Prototype...
Hi! Good. I just compiled a new version, and you need to test it first (but be aware that this version not only solved your “dialog box” problem, but also...
Ok. I will continue to investigate the problem further. Why don't you want to use the "onCloseDialog" event?
Ok. I understand you point of view. In most cases, I am very limited due to the use of GLFW in SpaceVIL. That's why the dialogs in SpaceVIL work like...
For now I kinda not ready to give the source code now... but I do not limit any use of examples and SpaceVIL binary.
Hello! Today later I will create a complete example for ComboBox and MenuItem with styles and others, and you can see it on github. But below I have attached a...
If you need to change the font for MenuItem there are a several ways to do this: 1. Create static method: ``` static MenuItem GetMyMenuItem(String text) { MenuItem mi =...
1. Adding an image to ComboBox: The approach is the same - just add ImageItem to ComboBox (in Tutorials/ComboBoxExample I added an ellipse into ComboBox) ``` ComboBox combo = new...
Update: I added a new solution for your alignment problem in my previous comment.
What version of SpaceVIL do you use? > _status.SetTextMargin(new Indents(30, 0, 0, 0)) is was one of the bugs that I fixed in the new version 0.3.4.21. If you do...