> I try to port a small ruby+qt application to nim.For nim language there is 
> only one gui toolkit working for me and that is gintro.

There should be many more working GUI toolkits now, like xnim, qlm, wxwidgets, 
win and the genUI ones from Mr Munch. I think Nim has a few paid devs 
currently, so just file GUI related github issues...

Of course I am happy that gintro works for you basically, but I guess you know 
that GTK is not very popular in general, and my feeling is that we have not 
many gintro users currently.

I can try to investigate your listview/treeview issues in the next days, maybe 
weekend. Treeview is not that easy, I was struggling with it myself years ago 
when using Ruby-GTK. For Nim it is generally easier, first task is generally 
finding a working plain C example, or at least an working example at all. Most 
of the time fixes for Nim are not difficult.

Feel free to open github issues -- the fact that there are still some open ones 
does not mean that I am ignoring them. It is just that some are very special, I 
am searching for really good fixes, and generally the reporters vanish from GTK 
and Nim short time after reporting, so there is not that much motivation from 
that side. And one very important point is, that each fix to gintro may break 
other stuff -- which may stay undiscovered for ever due to the fact that I have 
only a very limited number of small tests currently and that number of users 
may be indeed zero. So I have to be carefully. 

Reply via email to