Wajinn
Wajinn
V version: V 0.4.8 UI version: Latest as of Dec 13 OS: Fedora/Ubuntu (Linux), Windows 11... **What did you do?** v run "..ui/examples/wm/wm_free_apps.v" **What did you expect to see?** Application...
Present behavior of error messages kind of inconsistent. Since VUI is presently lacking in detailed documentation, error messages that list parameters or fields for the widget that the users are...
UI.Picture has parameters listed that are not fully implemented and contain features that are still under TODO for some later date. This can cause confusion where missing features of a...
For the visually impaired when clicking on widgets. Have UI function that reads text and/or tooltip assigned to widget. Only specifically for widgets in VUI. Function would search for Orca,...
**1)** Presently, only button and text box widgets can be added. Should have at least label, check box, radio widgets also available. **2)** Widgets in ui.group seem to only allow...
It appears that VUI examples ([found here](https://github.com/vlang/ui/tree/master/examples/7guis)), do not work with VAB and Android. It appears that it can not be assumed that because sokol or gg works, that derivative...
V version: V 0.4.11 UI version: V UI 0.0.4 Ubuntu Linux 25.04, Windows 10 **What did you do?** ``` mut stack := btn.ui.window.child() if mut stack is ui.Stack { mut...
Can it be clarified where information comes from? Seen some mistakes, so was curious on how it's being updated and where it come from.