Ernesto, I've not used perl much before, but I am now! this module is what I've been looking for... now I've already started my application and opened a couple...
Yes, from the README ... - SendKeys now takes an optional parameter to change the default 50 ms delay between keystrokes. Suggested by Wilson P. Snyder II ...
As a side note, I am trying to add the listview stuff, I am just running into some memory errors right now. Hopefull I will figure out my problems soon. Paul...
I still cannont find this magazine in any bookstore I have gone to. I have looked in both Dallas and LA at several bookstores in each city. The problem is not...
I guess this may not make a difference, but some items are duplicated in the @EXPORT_OK = qw() list. eg. PostMessage, SendMessage I'll grab this oportunity to...
Hi I'd like to clear up an issue one of you guys had in an earlier post, where the installed win32-guitest package was an older version. For a while the...
I have written a short perl script to try to capture the text portion of a window. However, I get nothing back when I execute the perl script. I know that the...
Could it be as simple as your findwindow is wrong ? I cut and pasted your script, edited your one line to read @jabber_windows = FindWindowLike(0,"VDB56","");...
I am new at Perl, and because of this package I am learning it (as needed). Could somebody give me more information on the function GetWindowRect? When I...
Sounds like to me your a passing GetWindowRect a invalid window handle. This has happened to me several times. If you need to know how to check this let me...
Hi, somebody recently asked me: "I would like to know if there is any way to retrieve the text from a msgbox call. I need to trap an error an application...
... There used to be a toolset called pbmplus, thas various tools for doing arithmetic operations on images http://www.acme.com/software/pbmplus/ is was a unix...
Is there a way to select a named edit control in order to fill it in with the SendKeys function? IŽd rather prefer not using tabs after a SetForegroundWindow...
Hi, ... in ... Instead of just selecting the control and typing, you can use WMGetText on the control directly. You'll need to get the window handle first...
Hi, ... SendKeys "{PAUSE 50}"; # sleeps 50 milliseconds Originally there so that you could specify an interval between keystrokes, but increasingly being used...
Hi, ... It normally already has a number that identifies it (that's the control id). In MFC it normally is a define that looks like IDC_EDIT1. You can then...
Hi, ... GUITEST The distribution (http://groups.yahoo.com/group/perlguitest/files/Win32-GuiTest- 1_3.zip) has an 'eg' subdirectory with some samples. That's...
Does anyone have a WORKING sample line using sendkeys with the delay option. I have tryed a few forms and can't seem to get the syntax correct, normal...
... SendKeys uses milliseconds and the default is 50 according to the documentation. Here are a few examples that specify an alternative delay: # Delay of 1...
Hello group, I am new to Win32::GUITest. I have been writing GUI based automated test with WinRunner and Rational Robot for about two years. I was wondering if...