Is there any way to trap any mouse events on a B4XTable and know which cell the mouse is on? Mouse move or mouse hover would be perfect. I see some references on the forum on both but have seen nothing on mouse events over a B4XTable which is where I want to use it.
@Mikelgiles Hi there! I haven't used B4XTable yet myself but as I noticed your question you got me thinking!
You might want to take a look at jFX MouseEvent. It seems logical that that might work. Anyway, best of luck!