vmcrash
vmcrash
If I would have enough Rust experience* I'd start with the most important ones: buttons, checkboxes, radiobuttons, single line input fields. The others like multiline input fields, tables and trees...
Please reread the issue. I was **not** writing about the compilation time, but the time between showing the window outline and its content. The problem is reproducible even when launching...
> > > Do you experience the same delay even if you launch a exe build with `v -prod ... `? Yes, same delay. Do you need any further information...

Is tab-handling (in the meaning of navigation from control to control) already in the pipeline? When trying `examples/users.v` this was the first issue I was missing.
- It should be fast even for large applications, so no permanent redraw. - It needs to integrate into the system, e.g. tray icons with menu on Windows, top-of-the-screen menu...
I was talking about a library to create desktop applications (for the 3 major systems Linux, macOS and Windows).