New Computer, New Monitor

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

Post Reply
tammyohagan
Newbie
Posts: 2
Joined: Sat Jan 16, 2016 1:36 am

New Computer, New Monitor

Post by tammyohagan » Sat Feb 27, 2016 4:41 pm

I just purchases a new computer & monitor. The OS will be the same as the one I am currently using, however the monitor will be larger. In some of my scripts where I have (example):

Code: Select all

ScreenCapture>431,80,859,273,%TEMP_DIR%\screenrect.bmp
//Find and Left Click Center of 
FindImagePos>%BMP_DIR%\image_2.bmp,%TEMP_DIR%\screenrect.bmp,0.7,1,XArr,YArr,NumFound,CCOEFF
Wait>0.5
If>NumFound>0
Wait>0.5
  MouseMove>{%XArr_0%+431},{%YArr_0%+80}
  Wait>0.5
  LClick
  Wait>0.5
Endif
Is this going to cause a problem? I mean my new monitor will have different coordinates, right? I'm fairly new so be gentle on me please... I'm just concerned that what work I have will no longer work on my new system ...

User avatar
Marcus Tettmar
Site Admin
Posts: 7380
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: New Computer, New Monitor

Post by Marcus Tettmar » Mon Feb 29, 2016 2:35 pm

Shouldn't do but I cant really say for sure - you'd need to try it.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts