Dear friends, please for advice,
I have
everything is perfect, I can set cursor position, but for example if the cursor is over
some application, for example over the sreen keyboard in windows, then the application
can not detect if the mouse is over the "letters" or over some objects...The letters
in windows screen keyboard are the best example ..
if i use standard mouse then windows screen keyboard can detect the position of cursor (the letter is then colored) which is over the letter (key) "a" or "s" etc...
please can I this solve with b4aj?
Can be cursor which is positioned with JavaObject recognized over "the letters"?
Thank you very much
p4ppc
I have
B4X:
Dim robot As JavaObject
robot.InitializeNewInstance("javafx.scene.robot.Robot", Null)
robot.RunMethod("mouseMove", Array As Object(x, y))
everything is perfect, I can set cursor position, but for example if the cursor is over
some application, for example over the sreen keyboard in windows, then the application
can not detect if the mouse is over the "letters" or over some objects...The letters
in windows screen keyboard are the best example ..
if i use standard mouse then windows screen keyboard can detect the position of cursor (the letter is then colored) which is over the letter (key) "a" or "s" etc...
please can I this solve with b4aj?
Can be cursor which is positioned with JavaObject recognized over "the letters"?
Thank you very much
p4ppc