Page 1 of 1
Tooltips ?
Posted: Tue Dec 17, 2019 3:56 pm
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.

Re: Tooltips ?
Posted: Tue Dec 17, 2019 4:14 pm
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.
Re: Tooltips ?
Posted: Tue Dec 17, 2019 4:31 pm
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?
Re: Tooltips ?
Posted: Tue Dec 17, 2019 4:48 pm
by salvadordf
That text is provided in the TChromium.OnStatusMessage event.
Re: Tooltips ?
Posted: Tue Dec 17, 2019 5:05 pm
by mddmx
Perfect. Thank you very much.