hover

  1. walterf25

    B4J Question Underline Text on hover

    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
  2. A

    Bug? Solved: Issue with help while hovering in specific subs...

    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...
  3. cklester

    B4J Question How To Change Mouse Cursor When Hover Over Label on Non-Main Window (B4XPages)

    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.
Top