simonkrauter/NiGui

Listboxes?

Toma400 opened this issue · 2 comments

I'm quite new with Nim and NiGui was my first choice for GUI framework. I gotta say that I love it to bits - it's maybe not perfectly documented, but example files are beyond amazing with explaining how it works. I also love how many features NiGui have, while sticking to this simplicity.

However, what surprised me, is lack of.. listboxes. Or did I just miss them from my documentation read?

There are TextBox element, but it takes string as argument which makes it pretty awful to work with, and has no events to check line highlighted.
So the question I'd have - is this feature I somehow skipped through my NiGui journey, is this feature planned, or are there no plans to introduce it?

With much love, Toma400

You are right, Listboxes are missing.
Unfortunately NiGui is far away from complete and I don't work actively on it.

Thanks for honest reply! I wish I knew more about programming/libraries/Nim, so I could make them myself and PR through.
For now I will stick with ComboBoxes, and if time comes (and noone adds listboxes earlier), I will try to support NiGui with what I learn <3