[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
WebView object - Event on Link click
[Thread Prev] | [Thread Next]
- Subject: WebView object - Event on Link click
- From: Olivier Cruilles <olivier.cruilles@xxxxxxxx>
- Date: Tue, 8 Sep 2026 23:38:27 -0400
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Hello,I'm using a WebView (gb.qt) in one of my project and I would like to know if it's possible to raise an event when the user click on a Web Link in the web page displayed into this WebView.
I tried the WebView1_Link() event but it raise when the user fly over a link with the mouse, but no way to get the link reference.
My goal will to get a fake link in the web page displayed into the WebView object, when the user click on it with the mouse.
I don't want to be redirected to the end point of the link, I just would like to get the Link reference, for internal process using it.
Does anyone has already experienced that and can help me on that please ? Thank you Olivier
| Re: WebView object - Event on Link click | Bruce Steers <bsteers4@xxxxxxxxx> |
| Re: WebView object - Event on Link click | gbWilly <gbWilly@xxxxxxxxxxxxxx> |