Search found 45 matches
- Tue Oct 06, 2015 1:33 pm
- Forum: Technical / Scripting
- Topic: How to write code in several lines
- Replies: 11
- Views: 8217
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
- Tue Oct 06, 2015 1:27 pm
- Forum: Technical / Scripting
- Topic: About WaitScreenImage>
- Replies: 4
- Views: 3910
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.
- Tue Oct 06, 2015 1:24 pm
- Forum: Technical / Scripting
- Topic: How to write code in several lines
- Replies: 11
- Views: 8217
Re: How to write code in several lines
becasue you create new variables... i dont know just asking...
- Tue Oct 06, 2015 12:49 pm
- Forum: Technical / Scripting
- Topic: How to write code in several lines
- Replies: 11
- Views: 8217
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?
- Tue Oct 06, 2015 12:35 pm
- Forum: Technical / Scripting
- Topic: About WaitScreenImage>
- Replies: 4
- Views: 3910
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...
- Mon Oct 05, 2015 6:51 pm
- Forum: Technical / Scripting
- Topic: NO MOVE NO SIZE
- Replies: 1
- Views: 2096
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...
- Mon Oct 05, 2015 6:11 pm
- Forum: Technical / Scripting
- Topic: About WaitScreenImage>
- Replies: 4
- Views: 3910
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...
- Mon Oct 05, 2015 5:49 pm
- Forum: Technical / Scripting
- Topic: How to write code in several lines
- Replies: 11
- Views: 8217
Re: How to write code in several lines
Ok , thank you so much for that info.
- Mon Oct 05, 2015 3:21 pm
- Forum: Technical / Scripting
- Topic: How to write code in several lines
- Replies: 11
- Views: 8217
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...
- Mon Oct 05, 2015 1:14 pm
- Forum: Technical / Scripting
- Topic: How to write code in several lines
- Replies: 11
- Views: 8217
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?
- Mon Jul 18, 2011 3:36 pm
- Forum: Technical / Scripting
- Topic: how to retrieve messages from pop server with SSL like Gmail
- Replies: 0
- Views: 4029
how to retrieve messages from pop server with SSL like Gmail
I saw this post to send by gmail. How can i retrieve ?
http://www.mjtnet.com/usergroup/viewtopic.php?t=6875
thanks
http://www.mjtnet.com/usergroup/viewtopic.php?t=6875
thanks
- Wed Mar 31, 2010 1:49 am
- Forum: Beginners
- Topic: Length of Array
- Replies: 1
- Views: 3384
Length of Array
Any command to get lenght of a array (not string)?
Thanks.
Thanks.
- Wed Mar 10, 2010 12:12 am
- Forum: Technical / Scripting
- Topic: problem with Waitcursorchanged
- Replies: 26
- Views: 18771
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...
- Tue Mar 09, 2010 1:07 pm
- Forum: Technical / Scripting
- Topic: problem with Waitcursorchanged
- Replies: 26
- Views: 18771
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...
- Tue Mar 09, 2010 12:04 pm
- Forum: Technical / Scripting
- Topic: problem with Waitcursorchanged
- Replies: 26
- Views: 18771
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...