Sverre Skodje
Sverre Skodje
Hey! The black screen issue turned out to be bug that happens when using mouse click detection with "polling" option. I'll push a fix when i'm home from my vacation,...
I believe WGC should work on server 2019 from version 5.2.0 or later. So you might want to upgrade to the latest version and check if it works for you....
It seems the error indeed is correct. Server 2019 does not support WGC, as it's based on the Windows 10 1809 code base, while WGC requires version 1903.
I'm leaning towards a resource leak or conflict, given the erratic nature of the error. I would make absolutely sure the previous recording is completed and the file is written...
Hi! Does this happen when trying to record all windows, or only some? The error is not about rights to create files, but it can't access the window to record.
Yeah, it should be able to record the window of its own application at the very least, without requiring elevation. I'm a bit stumped here. I've never had an issue...
I'm regarding this project as completed, so it's not being actively developed. To use it you must use data binding to a collection of objects representing your tabs, as well...
Yeah sure, just ask if you have any questions. I've been using this in one of my own projects for years, and it has been quite stable for my use.
I realize the current demo was a bit convoluted, and fails to provide a simple example, so i updated it with a very simple example using WebView2. I also migrated...
Ah right, i forgot the SelectedTab property, so it tries to load a "null" value on startup. Set it like [this](https://github.com/sskodje/wpfchrometabs-mvvm/commit/afa21366b6c253fa9f249ba3e2ef4a6a446e0a7c) and the blank loading issue should be fixed.