-
Donner la possibilité aux utilisateurs de nous faire des dons en crypto monnaie.
Il faut d'abord
- demander l'avis aux membres de l'asso.
- décider de qui possède la clé privée des wallets.
-…
Nigui updated
5 years ago
-
Controls display unicode well from coding but TextBox couldn't type unicode characters
-
```
/.nimble/pkgs/nigui-0.1.1/nigui.nim(1067, 41) Error: cannot evaluate at compile time: fSystemDpi
```
Os : linux
Nim : latest devel
qqtop updated
5 years ago
-
i tried some examples. key feature i liked nigui because
1. very fast compile time
2. small executable
3. easy to learn
please make it complete. the issue is example 10 compile perfectly but i…
-
the code snippet i added below compiles first time, i mean fresh compile works fine, but if you try to compile it again it produces osError. the error log is at the bottom of the code snippet. the pro…
-
While building for a windows target works fine, using `-d:forceGtk` results in an error:
`The procedure entry point at atk_hyperlink_impl_get_type could not be located in the dynamic link library...`…
-
it is always useful to open a window at the center of the screen (nigui's default behavior). but i wrote a small and simple utility program, i want to set the starting position to a corner of the scr…
-
After compiling with Nim v1.0 and 1.0.99 on linux I note following issues:
1. If compiled with -d:release or -d:danger textArea or textBox do not allow input
2. If there are several events …
qqtop updated
5 years ago
-
Hello I'm wondering if it is possible to make the main window topmost and float on top of all other application windows?
-
No, seriously. Even with TCC and `--d:release` for testing builds, it's still about 9-10s for 60 (!) lines project.
I found myself waiting more time for project to compile than actually coding stuf…