Simon Krauter
Simon Krauter
Difficult to say, how to implement drag and drop, I have never tried it.
It is no problem to use ``execCmdEx`` with NiGui. From your posted code I don't see any problem, but it's only a small part.
I get a "SIGSEGV: Illegal storage" access too (Linux amd64 as well). I don't know about static compilation and I feel that this is not a problem of something specific...
You are right, Listboxes are missing. Unfortunately NiGui is far away from complete and I don't work actively on it.
Strange, I can't reproduce the memory leak any more. Did you compile with the latest fix? Btw, when you post code here, you can make it look better by adding...
I can't reproduce the SIGSEGV. I have tried Nim 1.6.12 and 2.0 RC1. Which Nim version do you use? Do you compile for x86-64? You can try a debug build,...
At the moment all windows are resizable. Why do you want to forbid the user to do this?
OK. I will have a look into an implementation, I think it's easy.
I have implemented it in commit https://github.com/simonkrauter/NiGui/commit/e4b6749a1b9c5377b9d966cb05be18385049979e . Tell me in case you find any issues with it. You need to use the the master branch to use it, no...
Related issue: #23361. I posted a small test program there.