Jon Snow: ... Someone will undoubtedly correct me if I'm wrong, but I have a distinct recollection of a standard warning somewhere to the effect that if you...
Thanks Jon. I can try GuiTest 1.3 and see if it has enough of the functions I need. It looks like I can't go with 1.5-AD since it's not compatible with perl...
I'm getting the following error from Win32-GuiTest--setfocus-1.50.zip: "SetFocus" is not exported by the Win32::GuiTest module What is the fix? I'm using...
Edit GuiTest.pm and add SetFocus to the export tags. For instance, line 102 looks like: WaitWindowLike SendRawKey Modify it to: WaitWindowLike SendRawKey...
Hi, Thanks for all the good work on this module. i have a very simple patch to recontribute. it implements a combobox index select. we already have combobox...
Thanks. I've added a couple more useful combo box functions in the latest CVS build, available at http://dkpinteractive.ath.cx/ (under projects). Regards, D ...
Hi, I am using ActivePerl 5.6. 1. How can I copy this excel and renamed it,and paste in this directory ? 2. How can I rename its sheet name and create more...
Win32::OLE is the best perl module ever written. You'll do yourself a favor learning it if you do a lot of work with Windows & Perl. ... From: Dennis K....
Hi, I'm trying to compile Win32::Guitest ver 1.50.2-AD on a Win XP Pro machine running ActivePerl 5.8.6 build 811. I have MS Visual C++ loaded, and ran...
I am doing automation using Win32::GUITest for an application where I need to click on toolbar’s buttons to perform certain operations. I have no idea how to...
I look forward to hearing of a "true" solution, where you can detect a toolbar by it's title, then select a button by it's id or tool tip, and get the button...
Wenjie, It says "invalid file or disk full", but I have 74GB of free space on my hard drive, so I don't think space is an issue. Tom, I tried compiling from...
I'm putting together a plan to transition our Visual Test tools to Perl. I'm guessing / hoping that others of you have done something similar. Could you share...
Boy, you are brave!!! I am a strong supporter of free software and rarely resist the temptation to criticize commercial crap. But... You have to be aware, that...
Hi, I am currently working on a framework, which I believe can help creating and maintaining automation scripts for complex applications and scenarios. I would...
Hi, This post is directed to people directly involved in development of Win32::GuiTest module. I post it here, because it may trigger some other usefull...
... [snip] ... Why not trying to use something already available on your computer, just as M$ IE, It's a quite complicated GUI and I'm reading your message...
... That's what I thought till I encountered a compile error with function GetFocus(); Win32 API has the signature of HWND GetFocus(void); while win32::guitest...
... Well, my first impression was that IE does not use simple common controls. But after closer look it has occured that it does, so using IE as an example is...
Dear Piotr, There is a sample MFC App called Scribble that has several dialogs and other aspects of Windows development. You can find it and download it from...
A similar question was answered in this question http://groups.yahoo.com/group/perlguitest/message/664 Except the latest GuiTest.om file the line number to...
Hello, Searching the web indicates that this error may present itself if Service Pack 3 for Visual Studio needs to be installed. Or, if using the Learning...