Search found 45 matches

by pantik
Tue Oct 06, 2015 1:33 pm
Forum: Technical / Scripting
Topic: How to write code in several lines
Replies: 11
Views: 8106

Re: How to write code in several lines

Ahh!! Ok. I did not know this feature. Well that is what i was looking for.Thanks Marcus
by pantik
Tue Oct 06, 2015 1:27 pm
Forum: Technical / Scripting
Topic: About WaitScreenImage>
Replies: 4
Views: 3851

Re: About WaitScreenImage>

would not be faster if you get the captured image to be compare from memory stead of hard disk ? i mean writting and reading from memory is faster than hard disk. For example, i noticed big difference between storing captured bmp files in hard disk and storing in SSD disks.
by pantik
Tue Oct 06, 2015 1:24 pm
Forum: Technical / Scripting
Topic: How to write code in several lines
Replies: 11
Views: 8106

Re: How to write code in several lines

becasue you create new variables... i dont know just asking...
by pantik
Tue Oct 06, 2015 12:49 pm
Forum: Technical / Scripting
Topic: How to write code in several lines
Replies: 11
Views: 8106

Re: How to write code in several lines

Wrap is ok but it creates new memory spaces increasing the memory used by the program , right?
by pantik
Tue Oct 06, 2015 12:35 pm
Forum: Technical / Scripting
Topic: About WaitScreenImage>
Replies: 4
Views: 3851

Re: About WaitScreenImage>

Ok but... I can get better valuabe performance or speed if i know the imagen will be shown in a small rectanble in stead of capture de full screen? i dont know this, maybe WaitScreenImage is enough optimized. If i build a loop myself with FindimagePosition , is there some way to save the captured im...
by pantik
Mon Oct 05, 2015 6:51 pm
Forum: Technical / Scripting
Topic: NO MOVE NO SIZE
Replies: 1
Views: 2077

NO MOVE NO SIZE

SRT>StayOnTop Let>HWND_TOPMOST=-1 Let>HWND_NOTOPMOST=-2 Let>SWP_NOSIZE=1 Let>SWP_NOMOVE=2 Let>SWP_NOACTIVATE=16 Let>SWP_SHOWWINDOW=64 Let>WindowHandle=%StayOnTop_var_1% Let>Flags={%SWP_NOACTIVATE% Or %SWP_SHOWWINDOW% Or %SWP_NOMOVE% Or %SWP_NOSIZE%} LibFunc>User32,SetWindowPos,swpr,%WindowHandle%,H...
by pantik
Mon Oct 05, 2015 6:11 pm
Forum: Technical / Scripting
Topic: About WaitScreenImage>
Replies: 4
Views: 3851

About WaitScreenImage>

I know that with "FindImagePos>" i can use the variable FIP_SCANPIXELS to set the numer of pixels to scan to something different than 100 (default value). How WaitScreenImage> works? I would like the script waits for the EXACT image,i.e. 100% match. Since i am guessing that WaitScreenImage search on...
by pantik
Mon Oct 05, 2015 5:49 pm
Forum: Technical / Scripting
Topic: How to write code in several lines
Replies: 11
Views: 8106

Re: How to write code in several lines

Ok , thank you so much for that info.
by pantik
Mon Oct 05, 2015 3:21 pm
Forum: Technical / Scripting
Topic: How to write code in several lines
Replies: 11
Views: 8106

Re: How to write code in several lines

Srt>Captura_Haystack ScreenCapture>Captura_Haystack_var_1,Captura_Haystack_var_2,Captura_Haystack_var_3,Captura_Haystack_var_4,%CAPTURAS_DIR%\%Captura_Haystack_var_5%.bmp if>SCREENCAP_RESULT<>0 GoSub>Continuar,"ScreenCapture" failed%crlf%SCREENCAP_RESULT: %SCREENCAP_RESULT%%crlf%Captura: %Captura_H...
by pantik
Mon Oct 05, 2015 1:14 pm
Forum: Technical / Scripting
Topic: How to write code in several lines
Replies: 11
Views: 8106

How to write code in several lines

After a lot of searchs for some days i cound not find how to splite a code line.How can i continue code in the next line?
by pantik
Wed Mar 31, 2010 1:49 am
Forum: Beginners
Topic: Length of Array
Replies: 1
Views: 3348

Length of Array

Any command to get lenght of a array (not string)?

Thanks.
by pantik
Wed Mar 10, 2010 12:12 am
Forum: Technical / Scripting
Topic: problem with Waitcursorchanged
Replies: 26
Views: 18500

Although i am spanish and i usually use spanish(Spain) in regional setting (in spain "," is used to decimal number), i always write "." for decimal numbers for convention (standar) when i am programming. Rarely or never you can use a programming lenguage or application software using "," for decimal...
by pantik
Tue Mar 09, 2010 1:07 pm
Forum: Technical / Scripting
Topic: problem with Waitcursorchanged
Replies: 26
Views: 18500

Yes , i know it Marcus. I already found the solution. I just had to changue the regional setting to English (USA). Now all my scripts with "waitcursorchaged" run correctly. Also in VM of VMware although i cannot see the cursor moves but this is no problem. At last, after 3 days, i can continue worki...
by pantik
Tue Mar 09, 2010 12:04 pm
Forum: Technical / Scripting
Topic: problem with Waitcursorchanged
Replies: 26
Views: 18500

I alreadly know why WaitCursorChanged does not work correctly in my scripts. After multiple attempt modifying here and there i have discovered that WaitCursorChanged works fine in all my machines when i use integer values as argument and it fails when using decimal numbers. Maybe this give you a clu...
Sign up to our newsletter for free automation tips, tricks & discounts