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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 82 - 112 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
82 erngui Send Email May 12, 2002
8:24 pm
Hi all, still have some work to do before I call it 1.5, but decided it's time to release it, as you've been waiting quite long for a new version. I'll wait...
83 Ben Rush
kwendex Send Email
May 14, 2002
7:17 pm
Alright, I have an interest in doing automated tests now using Perl for Win32. How do I get started? I know VERY LITTLE Perl, but a substantial amount of...
84 erngui Send Email May 17, 2002
4:54 pm
Hi, ... for Win32. How do I get started? I know VERY LITTLE Perl, but a substantial amount of C,C++, and C#. That's fine the basics are quite straightforward...
86 amorphis_bwd Send Email May 22, 2002
8:07 am
hi. i'm trying to get keypress to recognise normal a-z characters but i can't seem to get it to work. first in keypress.pl i tried just changing @keys to qw/s...
87 erngui Send Email May 22, 2002
9:24 pm
Hi, ... but [...] ... You did nothing wrong. The version IsKeypressed that I uploaded only supports "special" keys. That means it understands the same things...
88 amorphis_bwd Send Email May 23, 2002
12:26 am
Thanks for that. i installed it using ppm cos nmake seems to crash when its compiling something that uses xs. anyway, i've run into a little bit of a problem....
89 erngui Send Email May 23, 2002
9:40 pm
Hi, ... [...] ... Win32::GuiTest No idea, but you could try two things to see what happens: 1) use strict; at the beginning of your script and using "perl -wc ...
90 nigelk60 Send Email May 30, 2002
1:18 pm
Great Utility - I am trying to identify the title of the currently focussed window under NT, How can this be done? Regards Nigel...
91 erngui Send Email Jun 3, 2002
5:33 pm
Hi, ... You'll need GetWindowText for sure and then either GetForegroundWindow, GetFocus or GetActiveWindow, depending on what exactly you mean by "focused". ...
92 Philip Nemec
panemec Send Email
Jun 4, 2002
12:37 am
I've come across a program that only responds to the cursor arrow keys (not the num pad arrow keys). Unfortunately the num pad arrow keys seem to be the ones...
93 seraph_15217 Send Email Jun 4, 2002
2:14 pm
Hi all- I'm still in the process of learning Perl in general--and completely new to the guitest module. I don't know if anyone here can answer my ...
94 perlguitest@yahoogrou... Send Email Jun 4, 2002
2:44 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the perlguitest group. File :...
95 erngui Send Email Jun 4, 2002
2:51 pm
Hi, ... keys ... seem ... I've done some investigation on this. VK_DOWN works for both types of arrow keys, but it looks like you app is also looking at an...
96 erngui Send Email Jun 4, 2002
3:05 pm
Hi, ... [...] ... If you look at the test code that comes with the module (t/basic.t) you'll see how I play some tricks with the windows calculator app. The...
97 erngui Send Email Jun 4, 2002
3:11 pm
Forgot another thing: you can use spy--.pl (in the eg directory) to see all the window and window class names you currently have open. E.g.: +0x00020042,...
98 Philip Nemec
panemec Send Email
Jun 5, 2002
3:46 pm
After some fiddling I got this to work. Yeah. :) What I needed was: SendRawKey(VK_DOWN, KEYEVENTF_EXTENDEDKEY); SendKeys("{PAUSE 50}"); SendRawKey(VK_DOWN,...
99 Jangale V-S
jangalevs Send Email
Jun 19, 2002
12:36 pm
Hi all, I want to sendkeys to application thr scheduler ! The application is open in user's login and scheduler service is running in administrative login ! I...
100 erngui Send Email Jun 19, 2002
4:58 pm
Hi, ... As I posted here http://groups.yahoo.com/group/perlguitest/message/13 Win2K doesn't allow SetFore* unless you're the thread that created the window. If...
101 Jangale V-S
jangalevs Send Email
Jun 20, 2002
9:41 am
Hi, I tried switching between windows by using SendKeys("%{TAB}{PAUSE 1000}"); in a loop ! However program keeps on switching between first two windows only ! ...
102 erngui Send Email Jun 20, 2002
10:39 pm
Hi, ... Yes, you would need to keep alt down while sending several sequential tab keys. The problem is that SendKeys doesn't allow that. If you download the...
103 scottshea Send Email Jul 10, 2002
9:10 pm
Okay, I feel like an idiot here but PPM gives me this error: Can't find unicode character property definition via main->e or e.pl at unicode/Is/e.pl line 0 ...
104 erngui Send Email Jul 15, 2002
11:49 pm
Hi, looks like a problem with ppm versions. Is GuiTest the first module you've tried to install or have you successfully installed other modules? Could you...
105 amorphis_bwd Send Email Jul 17, 2002
3:17 am
is possible possible to test for keypresses for keys with modifiers, like alt+s?...
106 erngui Send Email Jul 17, 2002
12:56 pm
... modifiers, ... At the moment no. At first IsKeyPressed only supported things like "A", "C" or "Z". I extended it to support "ESC", "F11",.. Looks like I...
107 jimfromf1 Send Email Jul 17, 2002
9:24 pm
I'm new to Win32::GuiTest and am having trouble trying to understand how to do some things. For a simple example, I can't see how to access the "File" menu in...
108 ctrondlpaulsden Send Email Jul 18, 2002
4:49 pm
# This example closes Notepad through the menu if it is in the # foreground. Note: Options are available for MenuSelect to close # windows which aren't in the...
109 jimfromf1 Send Email Jul 18, 2002
5:42 pm
Thanks for the reply! --- but unfortunately I'm having problems with "MenuSelect&quot;. "MenuSelect&quot; doesn't seem to be exported by Win32::GuiTest and I get the...
110 jimfromf1 Send Email Jul 18, 2002
5:51 pm
Ahhh, I see now. I was using version 1.31 from CPAN. I just saw the announcement about 1.49 being available (but not in CPAN yet). I just installed 1.49 and...
111 Mathieu Mailhot
shiftibm Send Email
Jul 24, 2002
1:39 pm
Hi, I wouldlike to use the Perl "TestGui" lib to test a Java GUI but when I try to send a mouse event to the GUI like this: ...
112 ctrondlpaulsden Send Email Jul 24, 2002
2:16 pm
In your message you mention SendKeys. I'm not sure if this was a typo in your message, but you will most likely want to use SendMouse instead (for mouse...
Messages 82 - 112 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