Android Question Change Mouse Cursor with B4A

Hi,
i've searched many post about changing mouse cursor as:
MainForm.RootPane.MouseCursor = fx.Cursors.WAIT
but with B4A cannot use JFX.

Can you help me to change mouse cursor (WAIT) with B4A?

Thanks
Guido
 
Yes, I'm using a Tablet Samsung S7 and Android phone.
With phone i've resolved using circular gif animation, with Tablet (with keyboard and touchpad connected) i can use the same gif but i'm curious if it is possibe to use a code like "MainForm.RootPane.MouseCursor = fx.Cursors.WAIT" with B4A.

Thanks a lot for you reply
Guido S.
 
Upvote 0
Top