nimx icon indicating copy to clipboard operation
nimx copied to clipboard

GUI library

Results 51 nimx issues
Sort by recently updated
recently updated
newest added

I cannot seem to find a solution to changing some of the attributes of "Builder". I'm trying to do it like this after looking through the code: ```nim import nimx/naketools...

Hi, I follow the command and clone entire repo, after running `nimble install -dy` I try to run on my Mac or Web all step failed to run. **_Run native...

`nake droid` cuse compile error cuse compile error fatal error: 'src/dec/webpi_dec.h' file not found -----------------------------detail------------------------------ ``` build/android/com.mycompany.NimxApp/nimcache/arm64-v8a/src/dec/alphai_dec.h:17:10: fatal error: 'src/dec/webpi_dec.h' file not found #include "src/dec/webpi_dec.h" ^~~~~~~~~~~~~~~~~~~~~ ```

I'm trying to use a CollectionView using makeLayout. However, all items get mapped to the same position, and its contents are sort of ignored. Consider the example below, where the...

I've been trying to get `nimxapp` and `nimxedit` to fully function for the `js` backend. While debugging the layout examples I learned the graphics context was globally shared and that...

It'd be nice if I could somehow use the clipboard on Android and Linux (those are the two that I tested). I noticed that I cannot copy from a textField,...

Linux desktop 5.4.0-80-generic #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux asd@desktop:~/Documents/nim$ nimble install nimx Downloading https://github.com/yglukhov/nimx using git Verifying dependencies for [email protected] Info: Dependency on...

https://github.com/yglukhov/nimx/blob/3a157683f01509d53d11f6a8bf800e3fe746589e/nimx/private/font/fontconfig.nim#L23-L28 On Fedora, the DejaVu font is located at: `/usr/share/fonts/dejavu-sans-fonts/DejaVuSans.ttf`

Is there any documentation/example on plotting a line, curve, bar chart, etc? Thanks for some pointers, Helmut