Jump to content

lichadec

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by lichadec

  1. Thanks Realm and Varian, appriciate your help! I try all 3 PixelCoordMode but none of them works though, weird. Varian, yes the example code will help. But I thought I AM using relative coordinates. If you look at my screenshot, (295,11) is the relative location of my target button within the target control (whose size is 881,29). Am I right?
  2. Thanks for the reply. I did try it without the quote but it doesn't work. The thing is there's a clicking on the right controll happening, but it's not on the right place. It seems that the coords are off.
  3. 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?
×
×
  • Create New...