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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 889 - 918 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
889 Rahul Goel
rgoelsd Send Email
May 12, 2005
5:25 am
Hi Ejaz, can you send the files directly to us or upload in the common place. thanks Rahul Goel mohdejaz <mohdejaz@...> wrote: I'd like to upload the...
890 pkaluski Send Email May 12, 2005
12:47 pm
See my comments ... --> Totaly agree. ... on ... --> I have to check. Should we strive that much for 640x480? Is anyone using this resolution nowadays? ... ...
891 Mahesh Balachandran
maheshb97008 Send Email
May 13, 2005
5:16 am
I have read the tutorial and have partially searched the postings. What I undrstood is that with perlguitest process sequence is 1. we create a .pl file...
892 Nahum Cohen
nahum_cohen_... Send Email
May 13, 2005
5:16 am
Hi, The example works for me just fine. One question: how did you obtain the control id of the label using WinSpy++ ? When I highlight this text field in...
893 pkaluski Send Email May 13, 2005
5:21 am
Did you take into account that WinSpy displays in hex and perl in decimal? -Piotr ... WinSpy++ ?...
894 stuart arnold
sarnold_688 Send Email
May 13, 2005
7:15 am
Besides Spy++, there's a very good one: WinSpector and its Free. http://www.windows-spy.com/ ... From: perlguitest@yahoogroups.com...
895 stuart arnold
sarnold_688 Send Email
May 13, 2005
7:49 am
Are you asking for something where you can build a window with buttons and such? If so, you can do it using Win32::GUI stuff, or for a GUI interface like VB or...
896 Shashidhar_Muppidi@...
shashi_479 Send Email
May 13, 2005
12:58 pm
Hi Folks, I am a new member of this group and new to perl too.I am facing a problem while trying to use Guitest to do some automation stuff on calculator.This...
897 pkaluski Send Email May 13, 2005
1:03 pm
Read this: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/winui/winui/windowsuserinterface/windowing/windows/windowreference/ ...
898 shashi_479 Send Email May 13, 2005
2:21 pm
Hi Piotr, I tried using WMGetText method to get the text of individual buttons it still returns blank. I used SendMessage method with $msg parameter as...
899 shashi_479 Send Email May 13, 2005
2:21 pm
Hi Piotr, I tried to get button names using WMGetText but it returned me all blanks. I also tried using SendMessage with $msg parameter as WM_GETTEXT but this...
900 Nahum Cohen
nahum_cohen_... Send Email
May 13, 2005
5:13 pm
You are right .. Now it's working fine, thanks....
901 mustard99122 Send Email May 15, 2005
7:20 pm
I just experienced a disappointment when trying to move my Win32::GuiTest based script from a Win2k machine to a Win98 machine. The script causes the app I'm...
902 Dennis K. Paulsen
ctrondlpaulsden Send Email
May 16, 2005
2:27 am
You could try this example: use Win32::GuiTest qw(:ALL); my ($pWin) = FindWindowLike(0, 'Calculator&#39;); foreach my $w (GetChildWindows($pWin)) { print "Class: "...
903 ssg74b Send Email May 21, 2005
12:27 pm
I am trying to work around in Microsoft Outlook 2003 sceurity patch that propmts a user for approval when perl (or a script) attempts to send an e-mail. Below...
904 vikas mehan
vikram_0x0 Send Email
May 21, 2005
12:28 pm
Hi, This Perl module has really fascinated me to learn and dig deep. I am almost a newbie to this module. Accessed the Links section of the group but found...
905 pkaluski Send Email May 21, 2005
8:13 pm
Guys, I am terribly sorry. It is due to problems with my Internet Provider. I hope problems will be gone by Monday. I will let you know. -Piotr ... I ... the ...
906 vikas mehan
vikram_0x0 Send Email
May 23, 2005
2:32 pm
Hi, Can anyone tell me how to press the buttons (for eg, pencil, brush, eraser etc) on the left side toolbar. I have tried a lot and spent many hours but all...
907 pkaluski Send Email May 23, 2005
2:34 pm
What exactly did you try? Can you send us your code? -Piotr ... brush, ... many...
908 pkaluski Send Email May 24, 2005
4:47 am
Documentation is online again. My apologies. I hope it won't happen again. According to my ISP, new high availability configuration was created. -Piotr ... ...
909 vikas mehan
vikram_0x0 Send Email
May 24, 2005
6:49 am
Hi Piotr, Thanks a lot the documentation is very good and covers all. The tutorial link is still not working. Can this problem be also corrected or the...
910 vikas mehan
vikram_0x0 Send Email
May 24, 2005
6:52 am
Following is the code: use Win32::GuiTest; # Start the app. system("start /max mspaint"); $window = Win32::GuiTest::WaitWindow("Paint";, 5); ...
911 pkaluski Send Email May 24, 2005
6:56 am
The tutorial is available in 2 places: 1. In the Win32::GuiTest documentation. This place is maintained. The link...
912 pkaluski Send Email May 24, 2005
7:11 am
Hi, There are some questionable parts in your code. 1. Where did you get 627 number from? How did you figure out that this is a control ID of the brush button?...
913 bru22003 Send Email May 25, 2005
6:04 am
Hi, I'm new at perl and this question may have been asked a million times. I have read all he docs I can find to no avial. Her is my question: Is there any...
914 vikas mehan
vikram_0x0 Send Email
May 25, 2005
6:26 am
Hi, I have observed that there are a few functions I picked up from the "Documentation" link in the "Links" section of the group, that are not available. For...
915 vikas mehan
vikram_0x0 Send Email
May 25, 2005
6:27 am
Thanks a lot Piotr. I have found the way after I also read Post #705. The links are also working. Thanks again for the fast action. vikas ... ...
916 pkaluski Send Email May 25, 2005
7:06 am
From where did you get the win32::GuiTest installation package? What is the version of it? In order to check the version, go to the guitest.pm file and look...
917 vikas mehan
vikram_0x0 Send Email
May 25, 2005
9:58 am
Hi Piotr, I just saw and found that the version is: $VERSION = '1.49.2&#39;; Now I have installed the new version i.e. $VERSION = '1.50'; but still the problem...
918 pkaluski Send Email May 25, 2005
9:54 pm
The most recent releases can be found here: http://sourceforge.net/projects/winguitest -Piotr...
Messages 889 - 918 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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