Hi all, I am trying to figure out a way to underline the text on an ABMLabel component when hovering over the label, I have tried the following but doesn't work.
lblforgotpass.SetExtraStyle($":hover {text-decoration: underline; }"$)
Any ideas how to get this working?
Regards,
Walter
Hi.
In some subs I use as return a type (structure).
Sub Process_Globals
...
Type PlayedChoice(row As Int, column As Int)
...
End Sub
'Function description...
'Examples: ...
Private Sub test3 As PlayedChoice
Dim a As PlayedChoice
a.Initialize
a.row = 0
a.column = 0...
All of the threads I found about changing the mouse cursor dealt with the Main page. I have a label on a non-Main window. How do I get the mouse cursor to change only when hovering over that label?
I'm using B4XPages.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.