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

Collection of remaining problems with the new sokol backend. - [ ] Textbox problems (https://github.com/vlang/ui/issues/203) - [ ] Password text input display extra trailing chars and have cursor flickering _(`users.v`)_...

bug

**V version:** V 0.2.1 e219f95 **UI version:** 0.0.4 (from `~/.vmodules/ui.v`) **OS:** macOS Mojave - 10.14.6 (18G7016) **What did you do?** Run `v run users.v` **What did you expect to see?**...

bug

**V version:**V 0.1.29 8e478e8 **UI version:**latest **OS:** deepin 20 **What did you do?** v run users.v **What did you expect to see?** ui show but the input method cannot be...

bug

Just to document this, multi-window support (as noted as necessary before [here](https://github.com/floooh/sokol/issues/229#issuecomment-575385031), and in Discord chat [here](https://discordapp.com/channels/592103645835821068/665558664949530644/794938737028104207)) is dependent upon Sokol implementation: https://github.com/floooh/sokol/issues/229

enhancement

I think it would be good to have a working example on the readme. Its missing some things. and i don't know what.

enhancement

Can the licenses chosen be more liberal? E.g. http://copyfree.org/

enhancement

In some cases (running UI in another thread, etc) it may be necessary to know when the window has been closed. For this reason, `window.ui.closed` should be a public field.

enhancement

**OS:** Linux, Windows, Mac The functionality to prevent resizing of windows is missing in sokol. I created a issue there: https://github.com/floooh/sokol/issues/380

bug