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

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 1615 - 1645 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1615
Hi all, I want use this module for identifying Table/Grid, Rows in Table/Grid and selection of specific rows from Grid or Table. if anyone has details or Code...
swanand111
Offline Send Email
Dec 7, 2006
4:00 pm
1616
Hi I have difficulties accessing a ComboBox located in a toolbar. The situation is similar to accessing the Font name ComboList in MsWord. The ComboBox has a...
Cristian Casmala
casmala_c
Offline Send Email
Dec 8, 2006
11:29 am
1617
Hello I have installed Win32::GuiTest v.1.3 and when trying to use GetMenu, GetMenuItemInfo, GetSubMenu or GetMenuItemCount methods of that package I get the...
nor
testerng
Offline Send Email
Dec 13, 2006
9:54 am
1618
does anyone have any idea if it is possible to get the colour of a button, or the colour of the text on a button?...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Dec 13, 2006
3:57 pm
1619
Hi I think you forgot to add the following line to the beginning of your perlscript Use Win32::GuiTest; Add it and the script should work fine Regards Kiran ...
Kiran Rajan
kiranraj20
Offline Send Email
Dec 14, 2006
8:17 am
1621
Hi, If the problem still persist even after you have included use Win32::Guitest then its a clear cut problem of win32 version .Instead of using old version...
vidhut singh
vidhut_ait2002
Offline Send Email
Dec 19, 2006
2:29 pm
1622
hello everyone, i have newly joined this group. i am facing some problems in using winguitest. i want to know whether we can disble the special meaning of...
tikesh.rane@...
tikeshrane
Offline Send Email
Dec 19, 2006
2:30 pm
1623
Hi, I have been having some problems using GetListViewContents with our application so I thought I would try and get it to work with windows explorer. However,...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Dec 19, 2006
2:32 pm
1624
hello friends, my perl script doesn't work when the system is locked.. i tried to search on the group if anybody else also had the same problem. i found that...
tikesh.rane@...
tikeshrane
Offline Send Email
Dec 19, 2006
2:35 pm
1625
Hi I agree with Vidyut, The new version of Perl GUI test 1.50.05 will work for You. I faced same few days ago but after installing new version problem got...
Rajeev Srivastava
rajanvita
Offline Send Email
Dec 20, 2006
12:18 pm
1626
No. Windows does not allow a window to be in 'Front' on a locked system. You also cannot move from locked to unlocked, but you can use a script to edit the...
Tobin Cataldo
tobin_cataldo
Offline Send Email
Dec 20, 2006
1:28 pm
1627
Tikesh, I was making the same mistake, using Win32::GuiTest to interact with apps using the SendKeys method. Under a "locked" system, this will not work. I was...
Martin McGrath
funny_face_m...
Offline Send Email
Dec 20, 2006
1:29 pm
1628
Jonny wrote, ... use Win32::GuiTest qw(GetListViewContents IsWindowVisible WaitWindowLike FindWindowLike SetForegroundWindow ); use strict; use warnings; ... ...
Earthlink-m_ryan
m_ryan_1
Offline Send Email
Dec 20, 2006
1:29 pm
1629
... <jonnyroberts1978@...> wrote: Jonny wrote, ... use Win32::GuiTest qw(GetListViewContents IsWindowVisible WaitWindowLike FindWindowLike SetForegroundWindow...
m_ryan_1
Offline Send Email
Dec 20, 2006
1:36 pm
1630
Hello, thank you for your response! Can you tell me the link to download Win32::GuiTest v.1.50.05. In span I found only v 1.3. Regards, Norayr ... From: Rajeev...
nor grig
testerng
Offline Send Email
Dec 20, 2006
2:54 pm
1631
oops, forgot to change- ... foreach my $a(@$s){...
m_ryan_1
Offline Send Email
Dec 20, 2006
3:01 pm
1632
Sourceforge...
Sander Pool
sander_pool
Offline Send Email
Dec 20, 2006
3:32 pm
1633
Hi, A possible workaround can be to install VMware or VirtualPC on the real machine. This will allow you to run a virtual machine which will run your script...
Nahum Cohen
nahum_cohen_...
Offline Send Email
Dec 21, 2006
7:31 am
1634
Have you tried using MouseMoveAbsPix(x,y) instead? ... Perl...
ikatiar
Offline Send Email
Dec 21, 2006
7:31 am
1635
Hi Tobin, I was having the same problem in my old company while doing automation of Blackberry synchronization with desktop manager in automation mode and was...
Samirkumar Patel
urbestpalindia
Offline Send Email
Dec 21, 2006
7:32 am
1636
Did anything ever come of this package, I have had a look about but can't find any information on it?...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Dec 21, 2006
2:14 pm
1637
Nahum, your idea is nice, can u please tell me something about installing VMware ,, where to get it etc... thanks in advance ... - Tikesh ... your ... not...
Tikesh Rane
tikeshrane
Offline Send Email
Dec 21, 2006
2:17 pm
1638
I had to create a local account, and then using Win32::TieRegistry pm to edit registry values to allow autologin into the account. You need to look at what...
Tobin Cataldo
tobin_cataldo
Offline Send Email
Dec 21, 2006
2:22 pm
1639
Quick little post on Vista support and Win32-GuiTest. So far I have been using Vista and Win32-GuiTest successfully for a couple of weeks. But there are some...
dgilbert101
Online Now Send Email
Jan 3, 2007
9:43 am
1640
http://www.pickatutorial.com/tutorials/perl_1.htm...
Raja Jee
pickatutorial
Offline Send Email
Jan 3, 2007
9:43 am
1641
Hi, VMware Workstation is a powerful application that simulate hardware and allow you to run several OS on a single "real-machine". Check it out at:...
Nahum Cohen
nahum_cohen_...
Offline Send Email
Jan 3, 2007
9:43 am
1642
Thankyou for your help it is now working! Jon....
jonnyroberts1978
jonnyroberts...
Offline Send Email
Jan 3, 2007
9:45 am
1643
Does anybody know how to get Unicode (mixture of e.g. Greek and Hebrew) text from edited EditBox using WMGetText? I can get only the sequence of question...
virginijus_dadurkevic...
virginijus_d...
Offline Send Email
Jan 3, 2007
12:19 pm
1644
Hi all I have to automate a testcase. We are using elipse IDE. The thing that we are looking to use is present as a tab inside a window with no name. Is it...
Kiran Rajan
kiranraj20
Offline Send Email
Jan 4, 2007
9:15 am
1645
Hello ! When calling Win32::GuiTest::GetPopupHandle() the popup menu is displayed but returns 0 - not the handle of context menu though a valid window handle...
nor
testerng
Offline Send Email
Jan 4, 2007
12:18 pm
Messages 1615 - 1645 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