Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perlguitest · Win32::GuiTest (Perl)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2444
  • Category: Perl
  • Founded: Jul 25, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1726 - 1759 of 1818   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
1759 Piotr Kaluski
pkaluski Send Email
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...
1758 vidhut singh
vidhut_ait2002 Send Email
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...
1757 Gabor Szabo
gabor529 Send Email
Mar 29, 2007
9:57 am
Oh, I think I also approved one of them... That's still only two :-) Gabor...
1756 Piotr Kaluski
pkaluski Send Email
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...
1755 Suhas Bharadwaj
meetsuhas2 Send Email
Mar 29, 2007
7:27 am
You have to use two options, 1. FindWindowLike 2. SetForegroundWindow ________________________________ From: perlguitest@yahoogroups.com...
1754 Piotr Kaluski
pkaluski Send Email
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...
1749 Suhas Bharadwaj
meetsuhas2 Send Email
Mar 29, 2007
6:11 am
You have to use two options, 1. FindWindowLike 2. SetForegroundWindow ________________________________ From: perlguitest@yahoogroups.com...
1748 Kiran Rajan
kiranraj20 Send Email
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...
1747 Mark Seger
markseger3354 Send Email
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...
1746 Sander Pool
sander_pool Send Email
Mar 26, 2007
8:59 am
Use ActiveState...
1745 jonnyroberts1978
jonnyroberts... Send Email
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...
1744 Suhas Bharadwaj
meetsuhas2 Send Email
Mar 22, 2007
10:23 am
Is there any modules similar to Win32::Guitest on Mac? Thanks, Suhas ________________________________ From: perlguitest@yahoogroups.com...
1743 Timothy Mitchell
tmaxquig Send Email
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:...
1742 joelisaacfriedman
joelisaacfri... Send Email
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...
1741 Sander Pool
sander_pool Send Email
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...
1740 Martin McGrath
funny_face_m... Send Email
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...
1739 andi_fbg Send Email 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 ...
1738 Anna Green
green.anna Send Email
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...
1737 Mark Seger
markseger3354 Send Email
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...
1736 Chris McMahon
chrs_mcmhn Send Email
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]...
1735 bheri ramesh
rameshcdac06 Send Email
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:...
1734 Brandon
truth_addict0 Send Email
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...
1733 Sander Pool
sander_pool Send Email
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 'start&#39;. It also shows how...
1732 Mark Seger
markseger3354 Send Email
Mar 13, 2007
7:22 am
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...
1731 Sandeep Bansal
sandeephughes Send Email
Mar 13, 2007
7:20 am
Thank you Sander. I will try to use it tomorrow in the office. I have one more problem in using system( "start notepad.exe"); But it is not opening notepad in...
1730 Sander Pool
sander_pool Send Email
Mar 12, 2007
3:44 pm
Don't worry about it. It's part of Activestate. You already have it. Have you tried to use it already? I ran into the same issue a few weeks ago. Very odd that...
1729 jonnyroberts1978
jonnyroberts... Send Email
Mar 12, 2007
3:43 pm
This should work Win32::API->Import(&#39;user32&#39;, 'GetKeyState&#39;, 'I', 'I'); print GetKeyState(0x90) & 1;...
1728 sandeephughes Send Email Mar 12, 2007
3:10 pm
Hi friends, Can you please tell me where to download the module Win32::Process. will be very thankfull. --sandeep....
1727 Monica Cohen
cohen.monica Send Email
Mar 12, 2007
3:07 pm
You can use the GetNumLock() function from Win32::KeyState module. ... [Non-text portions of this message have been removed]...
1726 dukestefjen Send Email Mar 12, 2007
11:25 am
Is there any way to get the NUMLOCK keyboard status, So that I only use SendKeys("{NUMLOCK}") when its already on?...
Messages 1726 - 1759 of 1818   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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