Jump to content
Macro Express Forums

dweebflarg

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by dweebflarg

  1. I've been having a similar problem. I set up a Repeat Until using an integer from the mouse locator, and a wait and Get Pixel in the loop. It never detected the color. I added a text display in the loop to show what color was actually being detected and it differed from what mouse locator showed me. So I changed the Repeat Until to use the color integer actually detected. Then it seemed to work but also erroneously ended the loop when the window had an entirely different display with totally different colors than the one I was looking for. This thing seems way too flaky and finicky to use for anything serious.
  2. I've been trying to get just a pixel color detection to work to wait for a change in a window. Repeat Until %N1% = 14215660 Delay 5117 Milliseconds Get Pixel: Window Coords: 1434,113 into %N1% Text Box Display: Pixel color Repeat End Text Box Display: Done I originally set this up using the mouse locator to get the window coordinates and the color integer. It never detected the color. Then I added the text display to show me the color it was detecting. It wasn't the same as what the mouse locator had shown me. So I changed the integer in the Repeat Until to match the color actually detected. Then it seemed to work, but it also falsely detects the color when that part of the window is an entirely different color. I think the Get Pixel and the mouse locator use different coordinates, and the Repeat Until is broken.
×
×
  • Create New...