GUI app with nim

2023-06-26 Thread neroist
It only links libstdc++ when using gcc, consider either using a different compiler or a static/dynamic library if you want to avoid linking it. You could also comment the line out, works fine on my machine.

webui search form ,nim

2023-06-03 Thread neroist
Share your code, please.

module "uing", widget Table: How to add rows from string-sequence

2023-03-22 Thread neroist
Yes! Sorry, I forgot about `rowInserted` tbh...

module "uing", widget Table: How to add rows from string-sequence

2023-03-18 Thread neroist
I have an(other) example of using tables here: <https://github.com/neroist/csvtbl>

module "uing", widget Table: How to add rows from string-sequence

2023-03-18 Thread neroist
To change it, you have to modify the `list` variable you have. `modelCellValue` just returns the data to be displayed on the table, so to change the data displayed on the table, modify the data that is returned.

Cannot get library demos running due to linker errors

2023-03-07 Thread neroist
Or the static library and compile with `-d:useLibUiStaticLib`

Cannot get library demos running due to linker errors

2023-03-05 Thread neroist
For the libui errors, were you using `uing`? If so, can you submit an issue on GitHub? Linking errors are often caused by the library. In addition, a pastebin with _all_ of the errors would be nice.

uing - a fork of ui that wraps libui-ng instead of libui

2023-03-03 Thread neroist
AFAIK fonts are only supported on AttributedStrings so... not the greatest. Hopefully in the future libui-ng will support more widget customization and add more widgets.

uing - a fork of ui that wraps libui-ng instead of libui

2023-03-03 Thread neroist
No, although it is coming. See

uing - a fork of ui that wraps libui-ng instead of libui

2023-03-01 Thread neroist
Areas, etc.) * Timers * Improved callbacks * more... The source code can can be found here: <https://github.com/neroist/uing> ## Installation You can install via Nimble: `nimble install uing` ## Documentation UIng's documentation is hosted here: <https://neroist.github.io/uing/