As I posted in an earlier note I'm trying [and failing] to run GuiTest from a remote machine via the 'rcmd' command and I'm guessing it's because it redirects...
1733
Sander Pool
sander_pool
Mar 13, 2007 3:10 pm
Sandeep, go to CPAN or the documentation that comes with ActiveState and look at the example. I'm pretty sure there is no need for 'start39;. It also shows how...
1734
Brandon
truth_addict0
Mar 15, 2007 7:44 am
Hello, I am using this module to test java swing applications. xy coords and send keys is all i need to perform routine actions. However, I'm wondering if...
1735
bheri ramesh
rameshcdac06
Mar 15, 2007 12:50 pm
thanks man.I am able to play the recorded events by simply running the script. "Dennis K. Paulsen" <ctrondlpaulsden@...> wrote:...
1736
Chris McMahon
chrs_mcmhn
Mar 15, 2007 7:54 pm
... I think TestNG/Abbot does this: http://code.google.com/p/testng-abbot/ [Non-text portions of this message have been removed]...
1737
Mark Seger
markseger3354
Mar 15, 2007 8:01 pm
I did figure out that by calling FindWindowLike() with no arguments I can get a list of ALL the windows and using their handles get their titles from...
1738
Anna Green
green.anna
Mar 18, 2007 7:27 pm
Hi: Can any one please tell me what version of PERL i will be install on windows 2000 PRO environment? Thanks, Anna. ... Get your own web address. Have a HUGE...
1739
andi_fbg
Mar 19, 2007 4:14 pm
Hi, has anyone ever tried to use Perl-scripts using WinGui-Test as a Nagios Plugin? This would help us great deal in monitoring some applications that are ...
1740
Martin McGrath
funny_face_m...
Mar 20, 2007 7:51 am
This question is off topic for this mailing list. Check out http://win32.perl.org , I would suggest going for the Camel Pack which is Active state, a C...
1741
Sander Pool
sander_pool
Mar 20, 2007 7:51 am
Andreas, the way I deal with that is I change the text of the main window as soon as I have grabbed it. I use the pid so I know the name is unique. That way I...
1742
joelisaacfriedman
joelisaacfri...
Mar 21, 2007 7:52 am
I would also like to see an x64 compiled version of this module. Is it as simple as compiling it on a x64 system? Or are there any functions or interfaces...
1743
Timothy Mitchell
tmaxquig
Mar 21, 2007 1:19 pm
It works for me. I am also able to run scripts that test our 64-bit compiled software with it. joelisaacfriedman <joelisaacfriedman@...> wrote:...
1744
Suhas Bharadwaj
meetsuhas2
Mar 22, 2007 10:23 am
Is there any modules similar to Win32::Guitest on Mac? Thanks, Suhas ________________________________ From: perlguitest@yahoogroups.com...
1745
jonnyroberts1978
jonnyroberts...
Mar 23, 2007 2:09 pm
The code I am testing is all written using MFC. However, some dialogs have an ID of zero. I don't understand why they have an ID of zero since if I look at the...
1746
Sander Pool
sander_pool
Mar 26, 2007 8:59 am
Use ActiveState...
1747
Mark Seger
markseger3354
Mar 26, 2007 9:00 am
From what little dabbling I've done in windows programming (a long time ago), I recall that almost everything is a window, including buttons, which is why when...
1748
Kiran Rajan
kiranraj20
Mar 28, 2007 1:52 pm
Hi all I have an application which minimizes to system tray on opening. How can
i open it from system tray using Perl (What I want to do is a right
click on...
1749
Suhas Bharadwaj
meetsuhas2
Mar 29, 2007 6:11 am
You have to use two options, 1. FindWindowLike 2. SetForegroundWindow ________________________________ From: perlguitest@yahoogroups.com...
1754
Piotr Kaluski
pkaluski
Mar 29, 2007 7:11 am
Hi, I don't know why the last post was sent 4 times. It was sent to a pending queue 4 times, but I am sure I approved only one message and deleted remaining...
1755
Suhas Bharadwaj
meetsuhas2
Mar 29, 2007 7:27 am
You have to use two options, 1. FindWindowLike 2. SetForegroundWindow ________________________________ From: perlguitest@yahoogroups.com...
1756
Piotr Kaluski
pkaluski
Mar 29, 2007 7:28 am
Hi, I don't know why the last post was sent 4 times. It was sent to a pending queue 4 times, but I am sure I approved only one message and deleted remaining...
1757
Gabor Szabo
gabor529
Mar 29, 2007 9:57 am
Oh, I think I also approved one of them... That's still only two :-) Gabor...
1758
vidhut singh
vidhut_ait2002
Mar 29, 2007 1:50 pm
Nope i m not agree with Suhas .. it is not possible ot find the handle of the toolbar's icon.. ................................. by using below mentioned...
1759
Piotr Kaluski
pkaluski
Mar 29, 2007 7:19 pm
FYI --Piotr Message from yahoo customer support: Hello, Thank you for writing to Yahoo! Groups. We sincerely apologize for this issue with multiple copies of...
1760
ls5302
Apr 1, 2007 8:33 pm
I'd like to use the GetPopupHandle function to obtain the handle to the context menu within notepad. Unfortunately, like some earlier posts the function return...
1761
Angel Rodriguez
bru22003
Apr 6, 2007 6:56 pm
Hello, Everyone, I am having a very hard time installing Win32::Guitest on this machine. I have install it on two other computers successfully but I must be...
1762
Angel Rodriguez
bru22003
Apr 6, 2007 7:22 pm
Hello perlguitest, No sooner do I hit enter than I have it working. The Win32::GuiTest downloaded from CPAN is a 1.3 and does not work with anything I tried. ...
1763
Mark Seger
markseger3354
Apr 12, 2007 6:31 pm
I see it's possible to read the contents of various controls in a window but I didn't see a way to access the content of a message box. To be clear, I'm...
1764
basvanberkel
Apr 15, 2007 8:54 pm
Hi all, I am doing some experiments with Perl to do some Guitesting. My Gui excist for 90% off trackbars with sliders. Now I am trying to automaticcly move the...
1765
Chris Hilton
chris_hilton
Apr 16, 2007 3:01 pm
Here's how I do a click and drag. You should be able to do something similar. MouseMoveAbsPix($x, $y); SendMouse("{LEFTDOWN}{REL$xOffset,$yOffset}{LEFTUP}"); ...