Re: how to use pixelsearch coordinates
"valery_vi" <[email protected]> Thu, 06 Sep 2007 05:27:49 -0000
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Start Au3Info.exe and open Summary tab. Summary tab has two line apart from others: >>>> Control <<<<< .... ControlClick Coords: x,y It is coordinate mouse pointer relative to control window. and >>>> Mouse <<<<< .... Position: mx, my It is coordinate mouse pointer relative to screen. Thus, you can get relative and absolute coordinates of any controls and mouse poiner. Your case is html page, so you can search pixel in Rectangle (mx, my, mx+100, my+30) if you know mx, my values. Valery --- In [email protected], "Jim Mihalski" <speedi@...> wrote: > > I might be thick, but it is not clear to me.. > > How about this to illustrate the coordinates. > > Go to my racquetball web page: > http://6amplayers.com > > now what would the pixel search coordinates be for the "Visitors" counter > box on the lower right??? > > Thanks for your patience! > > Best Regards! Jim A.K.A. "Speedi" Allentown, PA > -------------------------------------------- > I am not as fast as I once was, but > I'm as fast as I'll ever be again! > -------------------------------------------- > > > _____ > > From: [email protected] [mailto:[email protected]] On > Behalf Of valery_vi > Sent: Wednesday, September 05, 2007 9:17 AM > To: [email protected] > Subject: [AutoIt] Re: how to use pixelsearch coordinates > > > > left coordinate of RECTANGLE! > > The search is scanning this RECTANGLE (left, top, right, bottom) > left-to-right, top-to-bottom and > returs first match is returned > > --- In AutoItList@yahoogro <mailto:AutoItList%40yahoogroups.com> ups.com, > "mihalski" <speedi@> wrote: > > > > The help file for pixelsearch shows the parameters being: > > > > left coordinate > > top coordinate > > right coordinate > > bottom coordinate > > > > are these coordinates the x and y coordinates??? just x or just y > > > > It is confusing... > > > > Thanks! Jim > > > > > > > > > [Non-text portions of this message have been removed] >