libui-node icon indicating copy to clipboard operation
libui-node copied to clipboard

Node bindings for libui, an awesome native UI library for Unix, OSX and Windows

Results 42 libui-node issues
Sort by recently updated
recently updated
newest added

Followed the [installation](https://github.com/parro-it/libui-node#installation) commands to run the example and get this error: ``` C:\Users\Usuario\Documents\Javascript\libui\libui-node\node_modules\nbind\dist\nbind.js:15 throw (err); ^ Error: Could not locate the bindings file. Tried: C:\Users\Usuario\Documents\Javascript\libui\libui-node\nbind.node C:\Users\Usuario\Documents\Javascript\libui\libui-node\build\nbind.node C:\Users\Usuario\Documents\Javascript\libui\libui-node\build\Debug\nbind.node C:\Users\Usuario\Documents\Javascript\libui\libui-node\build\Release\nbind.node C:\Users\Usuario\Documents\Javascript\libui\libui-node\out\Debug\nbind.node...

Some elements are missing examples/grid.js (0_1_0) ```js var grid = new libui.UiGrid(); grid.padded = true; grid.append(new libui.UiLabel('name'), 0, 0, 2, 1, 0, 0, 0, 1); grid.append(new libui.UiLabel('surname'), 0, 1, 2,...

bug
Waiting libui implementation

Would it be possible to add a small screenshot to: https://github.com/parro-it/libui-node/blob/master/docs/attributedstring.md ? Can be an external image too, just so to quickly get a visual representation, or perhaps in examples/...

Hi, what's the appropriate way to handle wrapping text? Preferably with text that's been created with the [AttributedString](https://github.com/parro-it/libui-node/blob/master/docs/attributedstring.md) API.

OS: windows 7 node: 12.0.0 ~ 12.2.0 compile error ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2\libui_loop.cc) [D:\Programming\node12test\node_modules\libui-node\build\nbind .vcxproj] c:\users\user\.node-gyp\12.2.0\include\node\v8.h(2569): note: ??? 'v8::Value: :Int32Value' ??? (????????? ..\src\arch\win32\libui_loop.cc) d:\programming\node12test\node_modules\nbind\include\nbind\v8\bindingtype.h(193 ): error C2660: 'v8::Value::Uint32Value': ????? 0 ?? (?????????...

This works: `nvm use 10.0.0 64` `npm i` This doesn't, and fills the console with compiler errors related to `v8::` functions: `nvm use 14.2.0 64` `npm i` Why?

How do I get a combobox scroller for big lists which don't fit on the screen. This is the limit 30 elements in combobox.. I need to scroll using Up...

Upstream libui has as its most recent release (as of 2019-12-30) alpha4.1 though there has been activity as recently as yesterday.

Dependency version changes: * Update avajs/ava, to use version of fsevents that compiles on node v10 and reduces number of audit warnings. * Update nodejs/node-gyp, to reduce number of audit...

I get this error while trying to install libui-node with create-proton-app, I tried installing it externally but it failed that too. I have both gtk3+ installed and build-essential Platform: Xubuntu,...