how to support long-click button = hover text?

Dave O

Well-Known Member
Licensed User
Longtime User
Hi there,

I've noticed that in the latest Android apps from Google, long-clicking an icon button shows a tooltip near the button.

Is there a declarative way to define this in B4A (similar to .HintText for editText controls), or will I need to do it programmatically by creating a long-click subroutine and showing a custom message somehow?

Any help appreciated. Thanks!
 
Top