Results 6 issues of paolo

I tried wnin and I could easy make a small gui with toolbar and menu. But I was looking for a simple WebView2 control and I think the WebView in...

I recently tried [webview](https://github.com/webview/webview) in Linux and in Windows and it seems very interesting. I found a post on Nim forum with [some lines of code](https://github.com/harrier77/webview_bind_to_lib/blob/main/webview_from_steven.nim) with which I compiled...

I want to use the code in [webview2.nim](https://github.com/bung87/crowngui/blob/devel/src/crowngui/platforms/win/webview2.nim) without the crowngui app to learn something about the internals of webview, it seems it should be possible because there is this...

I found in [documentation](https://uing.nim.town/uing.html#Tablel) that: _a TableModel can be used as the backing store for multiple Table views._ At now I am trying to use the table and I can...

I was successful in compiling with the bindings and I was wondering how to use [getnativehandle](https://neroist.github.io/webview/#getNativeHandle%2CWebview%2CWebviewNativeHandleKind) to embed the browser in a nigui or uing window. It should be possible,...

I have a container with one big control canvas, something like a long page of text which has to be scrolled. In linux gtk it works well, but in windows...