Niklas Mischkulnig
Niklas Mischkulnig
Why is the library file called `node_libui.node` while this will be called "libui-node"?
> Maybe we should support also for 32bit versions? Not needed for macOS. How many 32bit Windows and Linux users are there?
Shows a completely empty window on Win10. Linux: 
Also: some enums aren't exposed ```c _UI_ENUM(uiAlign) { uiAlignFill, uiAlignStart, uiAlignCenter, uiAlignEnd, }; _UI_ENUM(uiAt) { uiAtLeading, uiAtTop, uiAtTrailing, uiAtBottom, }; ```
> My ideal would be that an Area filled with text would automatically set it's height so that I could stack them on top of each other with other content...
> Any ideas on how I should handle mixed content in the future? Or is that even realistic? I think you should be able to pull this off. (My bad,...
> Also, this might not be the point of the issue, but how would I set multiple attributes at once? > Can I use appendAttributed to make something both italic...
A webview might come in the near future (there an issue in andlabs/libui), so you could create a html file from markdown and show that.
Hyperlinks in attributed string: https://github.com/andlabs/libui/issues/303 Drawing images (not in tables): https://github.com/andlabs/libui/issues/318 (The uiImage that is used by the table API is rather an icon that can have multiple resolutions, e.g....
> it isn't possible to get the native hwnd from a window. It would be really nice to be able to do this. What would you like to do with...