ui icon indicating copy to clipboard operation
ui copied to clipboard

A cross-platform UI library written in V

Results 120 ui issues
Sort by recently updated
recently updated
newest added

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 ![gui](https://github.com/user-attachments/assets/960f2990-4423-4e01-9ba9-d53432c79c91) What did you expect to see?

enhancement

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....

enhancement

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...

bug

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...

enhancement

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...

enhancement

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...

bug

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,...

enhancement

**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...

enhancement

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...

bug