PB

Results 102 comments of PB

I would not pay much attention to pre-3.2 wxWidgets: 3.0 is very outdated and unsupported, 3.1 was unstable branch superseded by 3.2. As for wxXRC, it is odd that it...

> ... turning off the use of composition doesn't help. I can confirm the flicker with wxWidgets 3.3 (no flicker in 3.2.6) and composition on. However, when I turn the...

Thanks for the quick reply confirming that this is not a bug. I still think the docs (and the internat sample) should be changed, making clear that (at least on...

See [#45885](https://github.com/microsoft/vcpkg/issues/45885#issuecomment-2957791668)

Oops, I have only now found _WebView Edge Accelerator Key Implemention_ [thread](https://groups.google.com/g/wx-dev/c/1Gu5rnG08H0) on wx-dev by @TcT2k , which basically suggests doing something I have done in my branch linked above....

Now some good news, although not related to `wxWebViewEdge`. I have tested also `wxWebViewWebKit` on Linux Mint 22 Cinnamon (webkit2 2.44.2) and `wxWebViewChromium` on Windows 10 (122.1.10+gc902316+chromium-122.0.6261.112). As when testing...

Microsoft has finally promoted `AllowHostInputProcessing` to the stable API in WebView2 SDK 1.0.3351.48 released on July 1: https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#10335148 However, I am not sure how to best use it with `wxWebViewEdge`....

> Note: I don't have the new source file included in the build system, I wasn't able to figure out how to do that yet. This is described here: https://github.com/wxWidgets/wxWidgets/blob/master/docs/contributing/how-to-add-files-to-build-system.md...

> Yes, it is: Process Explorer shows "Per-Monitor Aware" Maybe you just wrote it incompletely, but it should be "Per-Monitor (v2)": the v2 part is AFAIK generally rather important.