Hi, one of my apps I use on an Android TV box displays a mouse hover effect. Another new app displays the mouse cursor as a small ball without a hover effect (a small hand). I tried removing the focustools extension, but it didn't make any difference. I used the same features on both apps, namely, gotfocus and lostfocus on buttons. Is there a similar situation to mine? Thanks.
See the last paragraph
Read all of this for some ideas...
Thanks for the suggestions. I solved it this way: I ran some tests on a simple app with HorizontalArrangment and VerticalArrangment buttons and verified that the mouse hover effect is enabled by default. To enable it in my app, I recreated arrangements parallel to the originals and moved some buttons. I tested the functionality and, having found success, moved all the remaining buttons and deleted the emptied arrangements. I don't know what caused it to not work initially, but now I've solved it. Bye.
1 Like