I looked in the article. It's ok, but is limited to just FindWindowLike, SendKeys, SendLButtonDown, MouseMoveAbsPix, etc. I wish there was more sample source...
When I type PPM I get this. I installed this from a zip from ActiveState. :-( Failed to load PPM_DAT file Can't use an undefined value as a SCALAR reference...
Hi all, thought you might be interested in knowing that the current issue (Feb 2002) of the Windows Developer Magazine (http://www.wd-mag.com/) includes the...
Hello All. Believe or not I am actually a Macintosh user and UNIX fan. However, my recent job has a product for MS Exchange server, and I do whitebox QA. I...
I grabbed the zip file of 5.6.1 from ActiveState and unzipped the archive into C:\. The result is perl.exe is located into C:\ActivePerl92;Perl. I found the...
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...
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...
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, 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...
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...
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...
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...
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...
Has anyone got the GetListContents function to work? I am on a Win 2000 box. I have tried it serval times and come up empty handed everytime. Thanks everyone. ...
Here is some stuff I added to be able to mess with tab controls, i am a rookie at all of this, so if I didn't do something correctly let me know. in guitest.xs...
Hi there, I am a new user. May I know where can I find the description of a command within the Win32::GuiTest? Eg, FindWindowLike(0," ", " "). What does 0...
Hi, I'm using Perl on Japanese environment and also using this module on it. In order to type Japanese strings, I'm trying to turn IME on and then type jp...
I am trying to use the sendkeys function from within a perl TK program. If the window that I am sending the keystokes to is not the active window, the...
Hi, GuiTest version 1.3 is out. From the README: 1.30 Sat Dec 1 20:50:02 2001 - Fixed bad POD formating. Added podchecker and html pod generation to...
Positioning the mouse can be readily achieved using Win32::API, but clicking the mouse is much harder. Any chance of adding this to Win32::GuiTest and calling...
Hi, version 1.2 is out. From the README: - Added GetComboText, GetComboContents, GetListText and GetListContents to allow easy extraction of data from list and...