Posts
Members
Info
Problems with cmake in VS code
can anybody show to us - no pro programmers - how to make the project run in vscode? I have the cmake installed, and yet after running npm install i got an error that cmake is not installed, and npm install fails. can anybody show us step by step how to fix it? Cause in VS…
2
Travis CI build fails on install
Could anybody successfully run npm install of "@nodegui/nodegui" on Travis CI. It fails in my project. I'll show where exception started to show
6
setWindowFlag not working as expected
win.setWindowFlag(WindowType.WindowFullscreenButtonHint, false); This should be able to disable the fullscreen button by some reason it not working P/S: the old version of nodegui 0.13.3 work just fine probably related with Qode 2.0
1
Deleted·2y# bugs🐛
ScrollArea CPU usage
Scrolling around using ScrollArea in react-nodegui leads to an eventual 100% CPU usage as per the macos monitor. My code is something like the following: I'm displaying about 75 rows …
6