paolo
paolo
Thank you very much for quick answer. I tried with this and I can finally get a webview window: ``` import webview var v=newWebView() discard v.webview_init() v.run ``` On the...
How can I add a custom button to the webview window I can get with the code above? (It should be useful to have a "home" button with which redirect...
Thanks for your answer, in the meantime I made some improvement in my skills and actually I can now write some C lines that add a custom toolbar to a...
Hello again, I started a new project and I can not get the return value of a nim proc when I call it from javascript. For example, I can bind...
Thank you for your answer. I found out that there is a webview2 complete package based on wnim inside crowngui repository here https://github.com/bung87/crowngui
Thank you, today I will try and I will post the code here. By the way I am trying to do the same with nim Uing and there is no...
I works really better but I still see some flickering when scrolling down a long page. Here is the code I used to make the image and writing in it:...
I investigated the problem using the AI Copilot on GitHub and Grok on X. Both suggest to try to patch Nigui to manage the buffering with the lower level win32...
I tried to compile the official llamacpp python bindings with the latest llamacpp version but it doesn't work. I hope this fork can be complled with latest llamacpp. Has anyone...
Hello, I am very impressed by your program. I succeded in compiling it with ubuntu 22.04 but I had to make some trick to make the program find the libraries...