Search the web
Sign In
New User? Sign Up
perlguitest · Win32::GuiTest (Perl)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 840 - 869 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
840
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...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
May 1, 2005
4:55 pm
841
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...
Michael Rabinovitz
rabinov
Offline Send Email
May 2, 2005
3:44 am
842
Will do so tonight... Any way I can contribute to this module? Alex. ... but...
alex_73_1
Offline Send Email
May 2, 2005
4:11 am
843
Hi, What you need is EHLLAPI / WinHLLAPI. EHLLAPI is a standard programming interface which allows programmatic access to a host emulator session. Functions...
Nahum Cohen
nahum_cohen_...
Offline Send Email
May 2, 2005
4:11 am
844
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?...
aaton94546
Offline Send Email
May 2, 2005
4:11 am
845
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, ...
vishal_kharge
Offline Send Email
May 2, 2005
4:11 am
846
Hi Dennis, I've placed it in the files section of this group under file name win32-guitest_1.50.3-nt.zip -Piotr...
pkaluski
Offline Send Email
May 2, 2005
5:39 am
847
Hello, By increasing the delay time, its still not working. Thanks, Vishal K ... (instead...
vishal_kharge
Offline Send Email
May 2, 2005
5:46 pm
848
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...
pkaluski
Offline Send Email
May 2, 2005
6:05 pm
849
Thanks very much that worked. Sorry for late response I somehow missed this message in my inbox. Kerem...
Kerem Yaman
keremyaman2004
Offline Send Email
May 3, 2005
1:33 am
850
Hello, I tried to run the guitest.exe on my machine, an error was thrown regarding DLL. Can you please send me the entire application again....
vishal_kharge
Offline Send Email
May 3, 2005
11:41 am
851
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...
pkaluski
Offline Send Email
May 3, 2005
12:15 pm
852
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...
aparna73
Offline Send Email
May 3, 2005
8:25 pm
853
Hi, SetFocus expects window handle not a window caption -Piotr...
pkaluski
Offline Send Email
May 3, 2005
8:45 pm
854
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...
vishal_kharge
Offline Send Email
May 4, 2005
6:12 am
855
Also, you'll want to use GetWindowText instead of GetWindowsText, as the latter doesn't exist. ... wrong...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
May 4, 2005
4:54 pm
856
Hi Guys, I found Win32::GuiTest really useful... I added what was missing from this module - recording + training... I also added image comparision feature...
mohdejaz
Offline Send Email
May 5, 2005
3:49 am
857
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, ...
vishal_kharge
Offline Send Email
May 5, 2005
5:17 am
858
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...
pkaluski
Offline Send Email
May 5, 2005
7:05 am
859
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)...
pkaluski
Offline Send Email
May 5, 2005
11:03 am
860
Where is the location of the document? Thanks, Vishal K...
vishal_kharge
Offline Send Email
May 5, 2005
12:43 pm
861
In "Links" section of perlguitest group. -Piotr ... better ... them to...
pkaluski
Offline Send Email
May 5, 2005
12:46 pm
862
Awesome!!! Thanks a bunch. We use GuiTest almost daily with our automated test framework. James...
James Kiker
james_kiker
Offline Send Email
May 5, 2005
5:38 pm
863
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....
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
May 5, 2005
11:02 pm
864
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...
pkaluski
Offline Send Email
May 6, 2005
7:36 am
865
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, ...
vishal_kharge
Offline Send Email
May 6, 2005
10:26 am
866
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...
Edward Peschko
ttyp32000
Offline Send Email
May 7, 2005
5:12 am
867
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...
Edward Peschko
ttyp32000
Offline Send Email
May 7, 2005
5:13 am
868
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...
Edward Peschko
ttyp32000
Offline Send Email
May 7, 2005
5:16 am
869
Hi Folks I am new to this group. After reading a few of the posts by Ramya and Piotr, I did the following 1. Installed Active Perl...
Mahesh Balachandran
maheshb97008
Offline Send Email
May 7, 2005
5:18 am
Messages 840 - 869 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help