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 814 - 843 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
814 xue.yaoshun@...
xueyaoshun Send Email
Mar 31, 2005
7:46 am
If you get the inline.ppm installed, that's will be ok. I propose that you should read the manual carefully, and will find the correct answer. liu xiaolei...
815 wenjie wang
wiseagent2000 Send Email
Apr 4, 2005
7:17 am
I'm having problem with the manipulation of combo item selection when sending raw message(CB_SETCURSEL) or using the new feature "SelComboItem&quot; command added...
816 x shri
x_shri420 Send Email
Apr 4, 2005
7:18 am
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 ...
817 pkaluski Send Email Apr 4, 2005
7:39 am
... when ... Both ... from ... change ... 2nd ... of ... Hmm... Good point. It behaves as expected. CBN_SELCHANGE documentation on MSDN says that it is not...
818 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 7, 2005
1:02 am
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 ... ...
819 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 7, 2005
1:07 am
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...
820 evenprime Send Email Apr 17, 2005
7:48 pm
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...
821 Chris Hilton
chris_hilton Send Email
Apr 18, 2005
3:14 pm
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) ...
822 alex_73_1 Send Email Apr 20, 2005
7:32 pm
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,...
823 Philip Zembrod
pzembrod Send Email
Apr 20, 2005
7:33 pm
... 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...
824 mustard99122 Send Email Apr 26, 2005
6:36 am
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...
825 keremyaman2004 Send Email Apr 26, 2005
6:36 am
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...
826 keremyaman2004 Send Email Apr 26, 2005
6:37 am
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...
827 pkaluski Send Email Apr 26, 2005
8:28 am
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...
828 aaton94546 Send Email Apr 26, 2005
12:51 pm
Hello, I'm having some problems with the isKeyPressed function. I've tried the example eg/keypress from cpan. Here's the url: ...
829 vishal_kharge Send Email Apr 29, 2005
12:19 pm
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...
830 pkaluski Send Email Apr 29, 2005
12:23 pm
I would try giving it more time. Try to sleep for 10 seconds (instead of 2) and see if it helps -Piotr...
831 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 30, 2005
3:05 am
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...
832 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 30, 2005
3:08 am
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...
833 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 30, 2005
3:10 am
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...
834 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 30, 2005
3:16 am
You can try: SendRawKey(VK_LCONTROL, KEYEVENTF_EXTENDEDKEY); # press SendRawKey(VK_LCONTROL, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP); # release Regards, ...
835 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 30, 2005
3:18 am
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 ... ...
836 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 30, 2005
3:20 am
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,...
837 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 30, 2005
3:21 am
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...
838 Dennis K. Paulsen
ctrondlpaulsden Send Email
Apr 30, 2005
3:23 am
This is probably due to case-sensitivity, try IsKeyPressed("a") instead. Regards, Dennis ... GuiTest/Examples.pm#eg/keypress.pl ... but...
839 pkaluski Send Email May 1, 2005
6:11 am
... Which dll is missing? On which version of Windows? -Piotr...
840 Dennis K. Paulsen
ctrondlpaulsden Send Email
May 1, 2005
4:55 pm
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...
841 Michael Rabinovitz
rabinov Send Email
May 2, 2005
3:44 am
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...
842 alex_73_1 Send Email May 2, 2005
4:11 am
Will do so tonight... Any way I can contribute to this module? Alex. ... but...
843 Nahum Cohen
nahum_cohen_... Send Email
May 2, 2005
4:11 am
Hi, What you need is EHLLAPI / WinHLLAPI. EHLLAPI is a standard programming interface which allows programmatic access to a host emulator session. Functions...
Messages 814 - 843 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