Clipboard gets disabled

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
Menzi
Newbie
Posts: 1
Joined: Sat Aug 27, 2016 12:44 am

Clipboard gets disabled

Post by Menzi » Sat Aug 27, 2016 4:11 am

I have this small script

Code: Select all

Let>Path=C:\Users\Administrator\Documents\Macro Scheduler
Label>Start
Wait>5
WaitScreenImage>%path%\default2.bmp,0
FindImagePos>%path%\default2.bmp,SCREEN,0.7,1,X,Y,NumFound
If>NumFound>0
 MouseMove>X_0,Y_0
 LClick
 Goto>Start
Everytime I have it on, I can't copy / paste anything. Is this normal for this program? Anyway to avoid it?

EDIT: nvm, fixed by updating to newer version

conjure
Pro Scripter
Posts: 64
Joined: Thu Jan 12, 2012 3:05 pm

Re: Clipboard gets disabled

Post by conjure » Sun Aug 28, 2016 1:15 pm

i had the same problem. I used default2.bmp with less pixels.

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