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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1499 - 1528 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1499
Disclaimer: This does not relates to Win32::GuiTest in any way I can think of. How to run a script remotely on another computer? [Quote] "execute the...
paramsan1234
Offline Send Email
Sep 1, 2006
10:17 am
1500
Use FindWindowLike to get the "Install Software" window. Use FindChildWindow to get the Next and Cancel buttons. Regards ss nandini doijode...
Susruth Sudhakaran
sush_1205
Offline Send Email
Sep 2, 2006
5:42 am
1501
Please first write soem code .What do u think with out trying anything how come u expect that we will do u r work .?Sorry we can't help lazy people , Write...
swayam panda
swayam_25
Offline Send Email
Sep 4, 2006
8:32 am
1502
Hi All, In my application built using MFC classes I've a SysTabControl32, in which I've 2 column 'SysListView32" control I'm using the call as...
aladdin_millenium
aladdin_mill...
Offline Send Email
Sep 4, 2006
8:33 am
1503
Hi all, This is my first mail to this group.I am working as a Software tester.I am new to PERL.please suggest me some good book of perl I am working on...
prashant patel
prashant0005
Offline Send Email
Sep 4, 2006
5:55 pm
1504
What have you read so far? The Win32::GuiTest documentation (http://search.cpan.org/~erngui/Win32-GuiTest-1.3/GuiTest.pm)? The example code that comes with it...
Martin McGrath
funny_face_m...
Offline Send Email
Sep 4, 2006
8:05 pm
1505
Prashant, Not sure since when you are member of this group, but I believe you should have come across this message by Piotr offlate. "I do respect your point...
Santosh Kumar
santoshkadli
Offline Send Email
Sep 8, 2006
8:21 am
1506
Hi. How I can get current selection from combobox? Thank you....
andreydb
Offline Send Email
Sep 12, 2006
9:45 am
1507
problem is as follows My application is built in Java.. I am able capture Mainwindow Test Execution selection.. with winspy.. but that window contains many...
swanand111
Offline Send Email
Sep 13, 2006
11:15 am
1508
Hello guys, Could someone please show me which is the best way to accomplish this task? -> "Feed the handle it returns into TVM_GETITEMRECT, and you should be...
kpqt01
Offline Send Email
Sep 14, 2006
3:53 am
1509
Hi everyone, Just i am trying to install GuiTest, in my machine. But when namke is done, build is telling "cl is not supproted command". Please let me know how...
Ayyappan Ramasamy
ipan_dgl
Offline Send Email
Sep 14, 2006
9:03 am
1510
Hi, You have to have MS VC++ installed. It is easier to use activestate's perl and use the ppm file provided with the perl gui test module. Regards, Shanmu. ...
Shanmuhanathan T
shanmuha
Offline Send Email
Sep 14, 2006
10:03 am
1511
Ok...that's a good question, since it took me a while to figure out what that "the prc parameter contains the handle of the item that the rectangle is being...
brentje
Offline Send Email
Sep 14, 2006
1:44 pm
1512
Hi everyone, Can some one explain me about sendmessage API and how can I use it in Perl? Thanks, Amit Dixit...
Amit Dixit
adixit76
Online Now Send Email
Sep 21, 2006
5:24 am
1513
Hi, I am not able to run my perl script which has GUI based functionality on remote machine. I tried 2 ways 1. Using SOAP 2. Using Telnet Is there anyway we...
adixit76
Online Now Send Email
Sep 22, 2006
6:33 am
1514
Hi. I am just getting started in automated testing and Perl, so this module is very helpful. The first problem I am having is that the program I am testing...
lsgtester
Offline Send Email
Sep 26, 2006
8:07 pm
1515
Hi everyone, I am running accross some control provided by a third party library. I have their .dll file and its documents. I am wondering if there are ways...
kpqt01
Offline Send Email
Sep 27, 2006
4:07 am
1516
... How about going through this post? http://tech.groups.yahoo.com/group/perlguitest/message/1499 If the link does not works for some reason, search for...
paramsan1234
Offline Send Email
Sep 27, 2006
4:16 am
1517
Hi All , I am not able to capture the yahoo messenger conversation text in perl . i hve tried WM_GetText,SendMessage n all bt it didn't work.Is ther ny body...
vidhut singh
vidhut_ait2002
Offline Send Email
Sep 27, 2006
5:28 am
1518
Hi all, i have been trying to install wingui module......using ppm the following error is resulted ... Error installing package 'D:\Win32-GuiTest.ppd': Could...
kumar21yash
Offline Send Email
Sep 27, 2006
7:33 am
1519
Hi, # Instructions to install the package required. # ################################################################# # To run the win Gui script follow the...
kapil sharma
aladdin_mill...
Offline Send Email
Sep 27, 2006
8:47 am
1520
see module Win32::API. an example to calling windows USER32.DLL for IsWindowDisabled() is my $IsWindowEnabled = new Win32::API('user32', 'IsWindowEnabled', ...
stuart arnold
sarnold_688
Offline Send Email
Sep 27, 2006
9:59 am
1521
COOL.... Thank you thank you ... [mailto:perlguitest@yahoogroups.com] On...
kpqt01
Offline Send Email
Sep 27, 2006
3:48 pm
1522
I was playing around with an Application we have, and I was using the menu commands in Win32:GuiTest 1.50.5. I am new at all this so I could be mistaken, but...
lsgtester
Offline Send Email
Oct 1, 2006
12:45 am
1523
Hi there is no PPD file for that so better u install it mannual from the CPAN. Then Install Nmake15 from the Microsoft, and then use that module kumar21yash...
swayam panda
swayam_25
Offline Send Email
Oct 3, 2006
1:53 pm
1524
Hi, All, Can I use Perl to check the amount of memory used by certain app, like NotePad and Internet Explorer? And can I use Perl to check the amount of free...
Wallace Lai
wallace_g_lai
Online Now Send Email
Oct 5, 2006
7:25 am
1525
Hi, All, Is there a way to take a screen shot of the entire monitor, or certain app, with Perl? I am using Microsoft Windows. Thank You All in Advance Wallace...
Wallace Lai
wallace_g_lai
Online Now Send Email
Oct 5, 2006
7:26 am
1526
Hi, I am trying automation on an application written in Qt. I am able to use the functions like FindWindowlIke & GetWindowRect. But unable to use functions...
darshan1375
Offline Send Email
Oct 5, 2006
7:26 am
1527
Hi, All, How can I find out what functions are available in user32.dll? And, how can I find out what other useful DLLs are out there for Windows? Thank You All...
Wallace Lai
wallace_g_lai
Online Now Send Email
Oct 5, 2006
7:26 am
1528
# Don't think you can do that with gui-test, unless I missed somthing in spy--. Might be overkill to use the gui-test module. Might want to stick with wmi...
evenprime
Offline Send Email
Oct 9, 2006
7:53 am
Messages 1499 - 1528 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