Hi, I used controlclick with coords in the past without problem but somehow I couldn't get it work today.
I am trying to click a button with this code. What happens is that it seems to click on the control (I have a way to tell it) but it doesn't click at the button I want.
ControlClick("Digital Oscilloscope", "", "[CLASS:ScrollToolbar; INSTANCE:1]", "Left", "1", 295, 11)
In the same script I have the following, controlclick without coords, which works fine.
ControlClick("Digital Oscilloscope", "", "[CLASS:ComboBox; INSTANCE:3]")
Can anyone help?