hi Dom, you can try this; had similar problems (in 1 percent of the copies) with copyfile, it looked to me if the other external application accessed the file too early, and with me, the problem was solved by putting let>CF_ANIMATE=1 before the copyfile (Movefile also uses the cf_animate) Seems to m...
when i read your problem, thought it was easy, i created a source bmp with needle bmp and made a script example. http://www.djekdata.nl/macrosched/bron.bmp http://www.djekdata.nl/macrosched/rood.bmp But that didnt work. I managed to find 1 circle, but the next i can not detect. I am puzzeled..... :s...
hi, take a look at this script, maybe you can modify and use it. it detects the event of keypress, and logs the key into a txt file. //Keylogger CreateDir>c:\log CreateDir>c:\log\screen let>uitpad=c:\log\screen //goto>maakroutine let>IGNOREERRORS=1 let>WLN_NOCRLF=1 let>lkt=2 let>lastkeytime=lkt let>...
hi,
you have given not much information,
but maybe it could have something to do with the ,24
after XLSave>xlHo,c:\mydirectory\myfilename.csv ?
what function has the ,24 ?
kind regards,
Djek
hi, just use the Debugger to see whats going wrong, and read what Marcus is explaining to you change your script this way: .. Label>3 GetActiveWindow>title,x,y Length>title,Ltitle if>Ltitle>4 MidStr>title,1,5,strout If>strout=Macro MessageModal>BD endif endif goto>3 .. kind regards, Djek
hi, your sample code worked for me, also with gmail account, I think its possible that you mixed up the Let>[email protected].com and Let>[email protected].com For SMTP_USERID you MUST use your own gmail account so change to [email protected].com and let me= the same Mye...