--- In [email protected], "Ted Wall" <[EMAIL PROTECTED]> wrote: > > Need to know caption, menu, window border, or client workspace or > something else that I don't know. > > Check out the following from a PowerProNote for various windows: > > ;XXXXXXXXXXXXXX > ; 3 seconds to click away from the PowerProNote > WAIT.For(3000) > LOCAL x, y > FOR(LOCAL i; i lt 20; i= i +1) > x= xmouse -Win.Left("Active") > y= ymouse -Win.Top("Active") > WIN.Mouse("Relative "++ x++ " "++y) > WAIT.For(100) > ENDFOR
IMHO, the behavior of "mouse relative" is rather unexpected: it seems to position the mouse relative only to "client area", not to "the whole window". Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/eMf55D/tzNLAA/TtwFAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
