Hello !!!
Is it possible to detect when a button is pressed in standard window ?
Thanks and greetings,
Reimon
Is it possible to detect when a button is pressed ?
Moderators: JRL, Dorian (MJT support)
As far as I know, only the application that owns a window receives the information that a button was pressed.
That said. It is usually possible to write a script to handle the result of a particular button press and handle that result much faster than a person could react. It might also be possible to write a script that detects that a mouse click occurred then locate the position of the mouse cursor and if the position of the mouse cursor aligns with the screen position of the button, assume the button was clicked.
That said. It is usually possible to write a script to handle the result of a particular button press and handle that result much faster than a person could react. It might also be possible to write a script that detects that a mouse click occurred then locate the position of the mouse cursor and if the position of the mouse cursor aligns with the screen position of the button, assume the button was clicked.
Thanks JRL
Dear JRL.
Thank you very much.
Greetings,
Reimon
Thank you very much.
Greetings,
Reimon