Page 1 of 1

How to disable mouse cursor changes while page loading?

Posted: Thu Apr 02, 2020 9:59 pm
by vitaliy_zh
Hi,

is it possible to disable mouse changes when TChromium loading pages? I've found "SetMouseCursorChangeDisabled" of TCefBrowserHost, but I don't know how to use it. Thanks!

Re: How to disable mouse cursor changes while page loading?

Posted: Fri Apr 03, 2020 3:44 pm
by salvadordf
I can't find a way to make that procedure to work. Perhaps there's a bug in the CEF libraries.

If you really need that feature consider using the off-screen mode (OSR) because you have total control over the mouse cursor.

Re: How to disable mouse cursor changes while page loading?

Posted: Mon Apr 06, 2020 4:51 pm
by vitaliy_zh
Great! OSR mode seems to be a solution, thank You!