Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Since version 126, the status text is displayed as a hint when you move the mouse over a link

Post Reply
STEINGODF
Posts: 1
Joined: Thu Nov 07, 2024 2:47 pm

Since version 126, the status text is displayed as a hint when you move the mouse over a link

Post by STEINGODF »

Hi,

Since version 126, when using TChormium in conjunction with CEFWindowParent, a hint with the status text is displayed when the mouse hovers over a link.

The behavior can be reproduced in the “Simple Browser2” test project. No hint is displayed in the “SimpleBrowser1” project.

Does anyone have an idea how to disable the behavior? I couldn't find any option.



Image
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Since version 126, the status text is displayed as a hint when you move the mouse over a link

Post by salvadordf »

Hi,

Add this code line before creating the browser :

Code: Select all

Chromium1.Options.ChromeStatusBubble := STATE_DISABLED;
Post Reply