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 815 - 844 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
815
I'm having problem with the manipulation of combo item selection when sending raw message(CB_SETCURSEL) or using the new feature "SelComboItem" command added...
wenjie wang
wiseagent2000
Offline Send Email
Apr 4, 2005
7:17 am
816
Hi All, Can anyone point me to resources/scripts which will be helpfull in controling settings of IE->Options->Security->ActiveX stuff Thnx in advance, Shri ...
x shri
x_shri420
Offline Send Email
Apr 4, 2005
7:18 am
817
... when ... Both ... from ... change ... 2nd ... of ... Hmm... Good point. It behaves as expected. CBN_SELCHANGE documentation on MSDN says that it is not...
pkaluski
Offline Send Email
Apr 4, 2005
7:39 am
818
You could use the following that simulates a Win-d SendRawKey(VK_LWIN, 0); SendKeys('d'); SendRawKey(VK_LWIN, KEYEVENTF_KEYUP) Regards, Dennis K. Paulsen ... ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 7, 2005
1:02 am
819
Hello, The best source of information is the ReadMe file and example scripts; which are available at http://sourceforge.net/projects/winguitest It is also...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 7, 2005
1:07 am
820
I'm useing win32 guitest to automate some unscriptable applications (not something I wrote, no OLE or WMI as options) I'm having trouble with tabbed...
evenprime
Offline Send Email
Apr 17, 2005
7:48 pm
821
You can use ClientToScreen and ScreenToClient to convert coordinates back and forth in Win32::GuiTest 1.50.3-ad from CPAN. ($x,$y) = ScreenToClient(hwnd,x,y) ...
Chris Hilton
chris_hilton
Online Now Send Email
Apr 18, 2005
3:14 pm
822
Hi, Great module, I started using it and run into slight problem. I'm mapping and unmapping drives in WinXP, so when I get to disconnect network drive window,...
alex_73_1
Offline Send Email
Apr 20, 2005
7:32 pm
823
... You could try to send a TCM_SETCURSEL message to the tab control's handle. TCM_SETCURSEL takes the 0-based index of the desired tab item as WParam and 0 as...
Philip Zembrod
pzembrod
Offline Send Email
Apr 20, 2005
7:33 pm
824
I'm having a problem getting the contents of a SysListView32 with multiple columns using GetListViewContents. I noticed that a few other people are also...
mustard99122
Offline Send Email
Apr 26, 2005
6:36 am
825
Hi I have Active Perl5.8 on a WinXP professional setup. I am trying to install the package but when I follow the instructions it tells me that it cannot find...
keremyaman2004
Offline Send Email
Apr 26, 2005
6:36 am
826
To be exact the error is: Error: no suitable installation target found for pacakge Win32-GuiTest I am not an expert with ppm actually the first time I am using...
keremyaman2004
Offline Send Email
Apr 26, 2005
6:37 am
827
Hi, Check the link http://www.piotrkaluski.com/files/winguitest/docs/index.html It is far from complete. But I believe it offers some ordering and a framework...
pkaluski
Offline Send Email
Apr 26, 2005
8:28 am
828
Hello, I'm having some problems with the isKeyPressed function. I've tried the example eg/keypress from cpan. Here's the url: ...
aaton94546
Offline Send Email
Apr 26, 2005
12:51 pm
829
Hello , I am getting the error "Could not find Paint" when I run the following script: use strict; use Win32::GuiTest qw(:ALL); system("start mspaint"); sleep...
vishal_kharge
Offline Send Email
Apr 29, 2005
12:19 pm
830
I would try giving it more time. Try to sleep for 10 seconds (instead of 2) and see if it helps -Piotr...
pkaluski
Offline Send Email
Apr 29, 2005
12:23 pm
831
Since you doubt system("start mspaint"); is getting executed, make sure you can go to Start > Run and execute mspaint. On Windows ? and above it will be...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 30, 2005
3:05 am
832
Hello, I tried this application a few weeks ago and a Windows message came up stating I was missing a required DLL.... Therefore, we might want to think about...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 30, 2005
3:08 am
833
Without being able to examine this module it is hard to tell. If it responds to standard windows messages, existing functions may work. Several variables to...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 30, 2005
3:10 am
834
You can try: SendRawKey(VK_LCONTROL, KEYEVENTF_EXTENDEDKEY); # press SendRawKey(VK_LCONTROL, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP); # release Regards, ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 30, 2005
3:16 am
835
I/We'll need to look at this issue. If you have the time to document the bug at http://sourceforge.net/projects/winguitest please do so.. Thanks, Dennis ... ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 30, 2005
3:18 am
836
This issue will need to be looked at. If you have a moment to document it at http://sourceforge.net/projects/winguitest, please do so. As far as SysHeader32,...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 30, 2005
3:20 am
837
Which version of the module are you trying to install? Latest versions are usually built around 5.8. If your not already, you may have to download the zip...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 30, 2005
3:21 am
838
This is probably due to case-sensitivity, try IsKeyPressed("a") instead. Regards, Dennis ... GuiTest/Examples.pm#eg/keypress.pl ... but...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 30, 2005
3:23 am
839
... Which dll is missing? On which version of Windows? -Piotr...
pkaluski
Offline Send Email
May 1, 2005
6:11 am
840
Well for me it was Windows XP and one of the MFC*.DLLs. I had no development tools installed on this machine, so it won't have the numerous DLLs that come...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
May 1, 2005
4:55 pm
841
Vishal, Make sure you can launch mspaint from the command prompt. If you can't, you'll have to adjust your path. Alternatively, you could adjust your scripts...
Michael Rabinovitz
rabinov
Offline Send Email
May 2, 2005
3:44 am
842
Will do so tonight... Any way I can contribute to this module? Alex. ... but...
alex_73_1
Offline Send Email
May 2, 2005
4:11 am
843
Hi, What you need is EHLLAPI / WinHLLAPI. EHLLAPI is a standard programming interface which allows programmatic access to a host emulator session. Functions...
Nahum Cohen
nahum_cohen_...
Offline Send Email
May 2, 2005
4:11 am
844
That doesn't either seem to work. I installed the Win32::GuiTest module with ppm from the ActiveState Repository. Could this be reason why it's not working?...
aaton94546
Offline Send Email
May 2, 2005
4:11 am
Messages 815 - 844 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