Well for me it was Windows XP and one of the MFC*.DLLs. I had no development tools installed on this machine, so it won't have the numerous DLLs that come...
Vishal, Make sure you can launch mspaint from the command prompt. If you can't, you'll have to adjust your path. Alternatively, you could adjust your scripts...
Hi, What you need is EHLLAPI / WinHLLAPI. EHLLAPI is a standard programming interface which allows programmatic access to a host emulator session. Functions...
That doesn't either seem to work. I installed the Win32::GuiTest module with ppm from the ActiveState Repository. Could this be reason why it's not working?...
Hello, I tried to use the following command: system("start C:\\windows\\mspaint"); But still giving the same error. How I need to adjust the path? Thanks, ...
Your original script worked for me. I have 2 questions: 1. What is the result of "system" function? Try this code: if( system( "start mspaint ) ){ print "Error...
OK, I have added new version of my application again in the files section. I believe the problem was that the application was compiled in debug mode so it was...
Hi all, I am trying to launch an QTP from the perl code, using win32- GuiTest. It's launches but not focusing? Please tell what's wrong with my code. use...
Hello, I have run the winguitest.exe with and without dll and it worked fine. One question: What is the purpose of the controls.t and windows.t file? Is it the...
Hi Guys, I found Win32::GuiTest really useful... I added what was missing from this module - recording + training... I also added image comparision feature...
Hello, Do you having the recorded + training material with you? Please send us if you have it. How you have done image comparision while runtime.? Thanks, ...
Hi, I am under impression that this function is not implemented. From the other hand it is included in the list of exported functions. Can someone tell me...
Hi, I have released version 1.0 of Win32::GuiTest documentation. It is far away from being complete but at least: 1. It documents all public (exported)...
Note: This function hasn't undergone much testing... You should find it defined in GuiTest.xs, but its case is listed incorrectly in GuiTest.pm EXPORT list....
Hi, Those files contain testing functions in a form which is handled by Test::Harness module. In short: Test::Harness expects that it will find files, which...
Hello All: I need to capture the text of the allert/error window, not the title. Which function I should use, can you write the simple code for it. Thanks, ...
hey all, For some reason, SetForegroundWindow, etc. don't work when you are using a cygwin rxvt. Not sure of any way around this, or even why its occuring.. it...
hey all, I'm trying to set the foreground window to a certain program on windows 2000 - and instead of doing it, it fails and causes the icon to flash on the...
hey all, I noticed that the activestate version of GuiTest is at 1.3, and the newest version of GuiTest was 1.50. Any chance on updating activestate to have...