Hello,
Put recommended DLL in same folder as script and it worked. Thanks.
Now, suggestions how to speed up the process. Reduce the capture screen area?
Thanks & cheers,
Search found 7 matches
- Fri Jun 09, 2006 3:55 pm
- Forum: Beginners
- Topic: Click a toggle on a resizable window
- Replies: 7
- Views: 8203
- Thu Jun 08, 2006 9:54 pm
- Forum: Beginners
- Topic: Click a toggle on a resizable window
- Replies: 7
- Views: 8203
Sorry!
Here you go, I have version 8.0.3e Let>imglibDLL=%SCRIPT_DIR%\imglib.dll LibLoad>imglibDll,imglib //Focus Google SetFocus>Google - Microsoft Internet Explorer Wait>1 //Get bounds of window GetActiveWindow>title,X,Y,W,H //Capture the screen to a bitmap IfFileExists>d:\screen.bmp DeleteFile>d:\screen....
- Thu Jun 08, 2006 9:38 pm
- Forum: Beginners
- Topic: Click a toggle on a resizable window
- Replies: 7
- Views: 8203
Problems with Image Lib Examples
Hello, Download image library examples, however; I cannot get "Google Button" & "Password" examples to work. I have the bitmaps in the correct place. I keep getting "invalid numberic value for mosemove command" for "MouseMove>imgs_5,imgs_6" Tried to display values of imgs_5 & imgs_6 in message comma...
- Thu Jun 08, 2006 1:11 am
- Forum: Beginners
- Topic: Click a toggle on a resizable window
- Replies: 7
- Views: 8203
Click a toggle on a resizable window
Hello,
I have a window that is split screen and the two halves can be resizes. I have a text entry field that is a number and increased or decreased by clicking in either the up or down arrow buttons next to the text box. There is a label “textâ€Â
I have a window that is split screen and the two halves can be resizes. I have a text entry field that is a number and increased or decreased by clicking in either the up or down arrow buttons next to the text box. There is a label “textâ€Â
- Wed Jun 07, 2006 11:34 pm
- Forum: Beginners
- Topic: program that gives number of black pixels in a .tif file
- Replies: 1
- Views: 3595
Perl Script to find number of black pixels
Hello,
Here is a Perl script with very slight modification will give you what you want. Remember, if the page is skewed with a black boarder, it will also be counted.
http://search.cpan.org/src/GREGOR/Image ... ty/TIFF.pm
Cheers,
Here is a Perl script with very slight modification will give you what you want. Remember, if the page is skewed with a black boarder, it will also be counted.
http://search.cpan.org/src/GREGOR/Image ... ty/TIFF.pm
Cheers,
- Wed Jun 07, 2006 10:01 pm
- Forum: Beginners
- Topic: MouseOver Example Not working
- Replies: 3
- Views: 4981
Solved!
Thanks, works great!
Cheers,
Cheers,
- Tue Jun 06, 2006 10:51 pm
- Forum: Beginners
- Topic: MouseOver Example Not working
- Replies: 3
- Views: 4981
MouseOver Example Not working
OK, just download Macro Scheduler and tried the MouseOver example in the help section. It does everything execpt the MouseOver & Lclick, any ideas? Example Code: Run Program>rundll32.exe shell32.dll,Control_RunDLL TimeDate.cpl WaitWindowOpen>Date/Time Properties ... MouseOver>Date/Time*,OK LClick Ch...