hover

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