You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: