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.

Tooltips ?

Post Reply
mddmx
Posts: 14
Joined: Fri Dec 13, 2019 2:42 pm

Tooltips ?

Post by mddmx »

Sorry if I am being dense but I have been trying to test the tooltips feature. I see this in the kiosk and SimpleOSR demos, but I do not see any tooltip when I hover over a hyperlink when I run these demos. :?:
User avatar
salvadordf
Posts: 4571
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Tooltips ?

Post by salvadordf »

Hi,

Build the SimpleOSRBrowser demo and load https://www.briskbard.com

Then move the mouse to the "Download" button or the social network buttons and you'll see the tooltips.
mddmx
Posts: 14
Joined: Fri Dec 13, 2019 2:42 pm

Re: Tooltips ?

Post by mddmx »

Thank you. Maybe I am looking in the incorrect place. I do see the event firing on those specific buttons, but there are quite a few other hyperlinks on that page that display nothing. I guess I was expecting the tooltip to be the full URL under any hyperlink as on the status bar of most browsers. Is there some other event I should be pursuing for that functionality?
User avatar
salvadordf
Posts: 4571
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Tooltips ?

Post by salvadordf »

That text is provided in the TChromium.OnStatusMessage event.
mddmx
Posts: 14
Joined: Fri Dec 13, 2019 2:42 pm

Re: Tooltips ?

Post by mddmx »

Perfect. Thank you very much.
Post Reply