ui
ui copied to clipboard
A cross-platform UI library written in V
V version: V 0.4.8 UI version: Latest as of Dec 13 OS: Windows 10 What have you done? cd examples v run users.v  What did you expect to see?
Need a text flow widget that can contain multiple text chunks of different types like bold, italic, hyperlink, etc. When rendered, it should wrap text within the bounding layout control....
How to compile an Android APK file? is there any doc about ui module thanks
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...
V version: 0.4.8 2ab1523 UI version: Latest as of Nov 24 OS: macOS **What did you do?** > v run sample.v **What did you expect to see?** A basic window...
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...
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...