Global mouseover

Im working on a help system using tooltips, to save editing every single object in a big project , i wonder if there is a way I can detect what component in Xojo in web edition that the mouse is hovering over without adding code to every single object in the app?

Anyone done this before?
Dave

Use the Window.Control property to cycle through all controls and compare the position of the mouse with their boundaries.
http://documentation.xojo.com/index.php/Window.Control

Well… Sorry I did not notice the web mention. It is always better to post in the Web channel to make that more evident.

Indeed checking the LR GREATLY helps before asking questions !

Here : http://documentation.xojo.com/index.php/WebView.ControlAtIndex

Because you’re going to latch on to the mouse moving, I would try to implement this entirely browser side if you can.