Search found 16 matches
- Fri Jun 20, 2014 9:16 am
- Forum: Technical / Scripting
- Topic: Out of system resources
- Replies: 20
- Views: 27024
Re: Out of system resources
I can confirm now that error was caused by using ScreenCapture, however I'm still unsure of why and still get it often when using screencapture option.
- Thu Jun 19, 2014 2:48 pm
- Forum: Beginners
- Topic: Image recognition with OR & THEN logic command
- Replies: 11
- Views: 11450
Re: Image recognition with OR & THEN logic command
Marcus what about my second question? Second question is If a FINDIMAGEPOS line could have both %TEMP_DIR%\SCREENRECT.BMP and WINDOW: comands (combine both to click in only one window and only in specific area)? Also in FINDIMAGEPOS when you got something like 0.7,1 I learned it means 0.7 correlatio...
- Thu Jun 19, 2014 1:01 pm
- Forum: Beginners
- Topic: Image recognition with OR & THEN logic command
- Replies: 11
- Views: 11450
Re: Image recognition with OR & THEN logic command
Hey Marcus that is very helpful and explain a lot of stuff I was experiencing!
- Thu Jun 19, 2014 12:08 pm
- Forum: Beginners
- Topic: Image recognition with OR & THEN logic command
- Replies: 11
- Views: 11450
Re: Image recognition with OR & THEN logic command
If I need a pause after it finds pic 1-4, Is there any difference where I put a wait command? For example this should make a pause before it start searching for picture 5 Label>LookForImage5 Wait>0.2 //Find and Left Click Center of or this If>NumFound>0 Wait>0.2 MouseMove>XArr_0,YArr_0 LClick Endif ...
- Thu Jun 19, 2014 10:34 am
- Forum: Technical / Scripting
- Topic: Out of system resources
- Replies: 20
- Views: 27024
Re: Out of system resources
I think since we going offtopic here, we rather continue this on other topic I started
http://www.mjtnet.com/forum/viewtopic.php?f=3&t=8310
http://www.mjtnet.com/forum/viewtopic.php?f=3&t=8310
- Thu Jun 19, 2014 9:54 am
- Forum: Technical / Scripting
- Topic: Out of system resources
- Replies: 20
- Views: 27024
Re: Out of system resources
Oh boy, seams like I'm far from understanding such script yet. What you said about including side of image to make it recognize it's position is something I already using, although I think I'll have to mess with some tolerance too in some cases. The {%XArr_0%+??} is something that Wizard implemented...
- Thu Jun 19, 2014 9:41 am
- Forum: Beginners
- Topic: Image recognition with OR & THEN logic command
- Replies: 11
- Views: 11450
Re: Image recognition with OR & THEN logic command
Ah, sorry, it was my fault, I already removed Exit command when I tested it and though somehow script still continues with in it.
- Wed Jun 18, 2014 3:50 pm
- Forum: Technical / Scripting
- Topic: Out of system resources
- Replies: 20
- Views: 27024
Re: Out of system resources
So far you been tremendously helpful, only if helping me over forums is tiresome for you I'd end it. :D There might be a case when same picture might appear on several places but I need to click only one (something like in video tutorial with twitter), then I guess screen capture might be useful so ...
- Wed Jun 18, 2014 2:29 pm
- Forum: Beginners
- Topic: Image recognition with OR & THEN logic command
- Replies: 11
- Views: 11450
Re: Image recognition with OR & THEN logic command
So Exit will made the process get out of all those "if"s it's written in?
- Wed Jun 18, 2014 2:26 pm
- Forum: Technical / Scripting
- Topic: Out of system resources
- Replies: 20
- Views: 27024
Re: Out of system resources
Got plenty of room on HDD and my memory and processor is not even 10% used and RAM is usually on stable 1.5/4GB. I'm trying the ScreenCapture cause I know where the image will pop up, so I though telling MS just to focus on one part of screen is easier (faster) for it. But the task I was testing it ...
- Wed Jun 18, 2014 2:11 pm
- Forum: Beginners
- Topic: Image recognition with OR & THEN logic command
- Replies: 11
- Views: 11450
Re: Image recognition with OR & THEN logic command
It seams to work on my first test I made (just did a small one where it detects 2 possibilities and react with 3rd). It looks very simple and logical, yet something that would take me long time to figure out. Thank you very much for your help. :wink: Else and goto commands are pretty simple, dunno w...
- Wed Jun 18, 2014 11:55 am
- Forum: Technical / Scripting
- Topic: Out of system resources
- Replies: 20
- Views: 27024
Re: Out of system resources
Hm I don't think I understood you well enough. So every time I see %TEMP_DIR% in it's path it means it is not saved in default path but clipboard? When I see %BMP_DIR% then it's ok? But how does that happen when I use image recognition wizzard every time and take a picture every time? What part am I...
- Tue Jun 17, 2014 10:11 pm
- Forum: Beginners
- Topic: Image recognition with OR & THEN logic command
- Replies: 11
- Views: 11450
Image recognition with OR & THEN logic command
Just started using it today, and while I'm in no great hurry to lern it, I do stumble on some basics. the job is: 1. MS should scan the section of the screen for an image 2. It should look for several images. There is no order in which they show up, and it only shows one error at a time 3. Once it r...
- Tue Jun 17, 2014 9:02 pm
- Forum: Technical / Scripting
- Topic: Out of system resources
- Replies: 20
- Views: 27024
Re: Out of system resources
I uninstalled the program, the script was still saved and gave same error. I deleted both of them completely and started a new one. This time this one worked, but I'm still wondering why old one did not, so I avoid happening again. //Set IGNORESPACES to 1 to force script interpreter to ignore spaces...
- Tue Jun 17, 2014 8:23 pm
- Forum: Technical / Scripting
- Topic: Out of system resources
- Replies: 20
- Views: 27024
Re: Out of system resources
PC SPECS: AMD Phenom II X4 955 Black Editon; Gigabyte 870A-UD3; DDR3 2x2GB OCZ; Gigabyte GTX 460 1Gb, Win 7 It is MacroScheduler error. As said, other scripts work fine, this one did too at start, but then only errors, even when I remake it. The script is really the most basic there is: ScreenCaptur...