nimx
nimx copied to clipboard
GUI library
I want my GUI use system color theme so i don't have to care about mix colors to make my GUI look good. I watched source code in samples but...
Have you planned to implement a treeview widget?
Chinese if specifically.
Assigning handlers to a `TextField` via `onAction` does not work because `sendAction` is called on the `TextField` without passing an `Event`. I have not looked into it further, but it...
Would be nice for newbies not to have to build their own menubar each time they want a standard "windows" with the usual File|Edit|....|Help menu bar across the top (or...
Open the EventsPriority sample. Drag any button and release, and it will not be 'clicked'. Drag "Button 0", and it will be clicked as soon you start dragging.
Seems Japanese menu cannot be displayed, do we support that?
TextField allows writing over the bounding border , it is not clear from the test sample programs how to limit this. I think the behavior should be horizontal scrolling within...
```nim import nimx.window, nimx.text_field, nimx.scroll_view, nimx.system_logger, strutils runApplication: let wnd = newWindow newRect(40, 40, 640, 480) let tv = TextField.new newRect(40, 40, 100, 100) tv.resizingMask = "wh" tv.text = "abcdefgi\n".repeat(20)...
In windows 10 nimx can not support unicode character, such as chinese character