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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1302 - 1331 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1302 Sachin Tiwari
sach_tiw Send Email
Mar 3, 2006
9:57 am
Hi, I have an application that at times gets very slow. Say while refreshing, the cursor gets into the hourglass state and comes back to normal position after...
1303 Alex Morozov
inductor1975 Send Email
Mar 3, 2006
10:13 am
Maybe, this article will help you: http://msdn.microsoft.com/msdnmag/issues/01/10/Cursor/default.aspx...
1304 hameed_shaahul Send Email Mar 9, 2006
8:07 am
Hi I tried to install Win32-GuiTest-1.50.3-ad downloaded from http://search.cpan.org/dist/Win32-GuiTest/ <http://search.cpan.org/dist/Win32-GuiTest/> . These...
1305 Alex Morozov
inductor1975 Send Email
Mar 9, 2006
8:38 am
It seems you have to install Test::More package. Which Perl distributive are you using? ... [skip]...
1306 Piotr Kaluski
pkaluski Send Email
Mar 9, 2006
9:04 am
Also please take the most recent version from winguitest project on soruceforge. --Piotr ... distributive...
1307 Steve Loughran
stevelml1@... Send Email
Mar 13, 2006
9:55 pm
Hi all Been banging my head against this for the last 2-3 hours, and its driving me nuts. ActivePerl 5.8.6.<something> Win32 Gui Test v1.50.5 (install from ppd...
1308 Alex Morozov
inductor1975 Send Email
Mar 14, 2006
7:55 am
Can you provide your sample code?...
1309 naveen antony
neevanantony Send Email
Mar 14, 2006
10:25 am
Hi all, I want to automate Mozilla Firefox. Could somebody suggest any package that can be used for this. Tried to install mozilla-mechanize but it asks for...
1310 Gabor Szabo
gabor529 Send Email
Mar 14, 2006
11:48 am
I let this message in but I actualy think you should look a bit more closely where to look for help. This mailing list is about Win32::GUITest and not Mozilla...
1311 Steve Loughran
stevelml1@... Send Email
Mar 14, 2006
3:54 pm
oops... I had a brain meltdown, its all working and doing what it should be doing now. Sorry to take up your time... Steve (I never make the same mistakes...
1312 finite_sf Send Email Mar 24, 2006
11:56 am
If anyone has a moment could you please post a example of using the following functions: GetTabItems SelectTabItem Using some generic default windows app. Such...
1313 Dennis K. Paulsen
ctrondlpaulsden Send Email
Mar 27, 2006
3:02 am
Hi, Yes, example below. Script assumes System Properties is already running: #!/usr/bin/perl use Win32::GuiTest qw(:ALL); my ($w) = FindWindowLike(0, "System...
1314 Dennis K. Paulsen
ctrondlpaulsden Send Email
Mar 27, 2006
3:08 am
In your Win32::GuiTest import line (use Win32::GuiTest qw(...)), make sure your including SendRawKey and the appropriate tag (:ALL, etc.) to import the...
1315 Tim Mitchell
tmaxquig Send Email
Mar 31, 2006
3:22 pm
He guys, TVM_GETITEMRECT requires the handle of the item in the tree that you want to find the coordinates of. Winspy doesn't show any child windows belonging...
1316 brentje Send Email Mar 31, 2006
8:40 pm
I've been looking into similar things regarding TreeView. Haven't written code for it yet, but the info it out there. The MSDN, while a little confusing at...
1317 alexnzus Send Email Apr 3, 2006
6:55 am
Hi all, I have just started using Win32::GuiTest, and would appreciate it if you could refer me to some examples. I am aware of those on ...
1318 Tom
widischins Send Email
Apr 3, 2006
6:56 am
Hi all, I have a list of type SysListView32 which contains checkboxes rather than simple entries. I'm having trouble manipulating, or even accessing, these ...
1319 alexnzus Send Email Apr 4, 2006
6:05 am
I actually managed to get through the logon process using WMGetText, SetFocus and WMSetText. Now, the next screen opens, which contains a TreeView, ListView, ...
1320 jamesjohnson111 Send Email Apr 6, 2006
10:03 am
Can anybody please tell me what I am doing wrong while installing the module Win32-GuiTest-1_50_5 on Windows 2000 through cygwin. I am getting following errors...
1321 monikatripathi Send Email Apr 6, 2006
12:46 pm
Can anyone tell me how to convert a table in word into csv(that too in excel sheet) format using VB macros, or anything u can think of...
1322 Isha B
isha_b2006 Send Email
Apr 6, 2006
12:49 pm
Hi friends, We can download good tutorials in pdf format from http://itguide.tk/ Nice interview questions also there.Try it. Cheers, Isha ... Yahoo! Messenger...
1323 Chris Hilton
chris_hilton Send Email
Apr 6, 2006
3:12 pm
You should probably look at using Win32::OLE. http://search.cpan.org/~jdb/libwin32-0.26/OLE/lib/Win32/OLE.pm Chris Hilton...
1324 wuwang03 Send Email Apr 7, 2006
7:26 am
It is easy to find the JAVA application window, but any trick to find a button on this window?...
1325 jamesjohnson111 Send Email Apr 7, 2006
7:26 am
Hello guys, I posted a query regarding this. Does any body know what the problem is? Thanks a lot!...
1326 Ernesto Guisado
erngui Send Email
Apr 7, 2006
7:47 am
Hi James, Cygwin isn't supported. GuiTest was developed using only Visual C++. Cygwin uses gcc as compiler. That's where the errors come from. If that's an...
1327 ghotrapa Send Email Apr 7, 2006
9:32 pm
I'm brand new to perl. i'm interested in writing automatic gui test scripts. Can anybody point me to some good resources on where to start? Thanks in...
1328 Steve Loughran
stevelml1@... Send Email
Apr 17, 2006
11:59 am
Hi all I am trying to work out when I should (and shouldnt) use the "KEYEVENTF_EXTENDEDKEY"; flag when sending rawkey events. Can someone point me in the right...
1329 Abhinav Vaid
unknownabhi Send Email
May 2, 2006
11:16 am
Various ways to do it pal. Perl is good when it comes to web, directories, files and initially wasen't the preffered choice for GUI. Things have been changing ...
1330 Santosh Kumar
santoshkadli Send Email
May 2, 2006
3:05 pm
Try reading http://www.piotrkaluski.com/files/winguitest/docs/index.html This website belongs to Father of Perl-GUI :) Happy perl GUI automation ~Santosh ... ...
1331 Tobin Cataldo
tobin_cataldo Send Email
May 2, 2006
3:05 pm
When programs are OLE/COM aware. When not, SendKeys is about the only way to do it. If you are using ActivePerl, open the OLE-Browser with Internet Explorer...
Messages 1302 - 1331 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