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 120 - 149 of 1818   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
149 Dennis K. Paulsen <...
ctrondlpaulsden Send Email
Dec 17, 2002
9:55 pm
Try the following. I tested it by duplicating the error window. # Find Error Window. Could make use of WaitWindowLike instead. my ($win) = FindWindowLike(0,...
148 Dennis K. Paulsen <...
ctrondlpaulsden Send Email
Dec 17, 2002
9:33 pm
GetListText&#39;s first parameter needs to be the handle to the list box not the control id. The handle of the control can be obtained through FindWindowLike by...
147 Palladino, Bob
rap101992 Send Email
Dec 17, 2002
1:51 pm
Can anyone help me with message #141? ======================================================================== This email message is for the sole use of the...
146 xGunneRx <xgunnerx...
xGunneRx Send Email
Dec 16, 2002
10:38 pm
The below works... however: <snip> my $self = shift; my $check = $self->{Org_ListBoxID}; # check contains the listbox id $check = int($check); $word =...
145 xGunneRx <xgunnerx...
xGunneRx Send Email
Dec 16, 2002
10:10 pm
lol nm i figured it out-> my $check = int(0x00350096); ... the ... version....
144 xGunneRx <xgunnerx...
xGunneRx Send Email
Dec 16, 2002
9:45 pm
... Ok that seems to work. However, if I do something like pass a variable into the function it seems to blow up: <snip> #!/usr/bin/perl -w use strict; use...
143 Ernesto Guisado <e...
erngui Send Email
Dec 15, 2002
5:52 pm
Hi, ... using ... 1) I just opened a application I know contains a listbox (I used WinAT). 2) Run spy--.pl (in win32-guitest&#92;eg) and it shows the listbox ...
142 xGunneRx <xgunnerx...
xGunneRx Send Email
Dec 13, 2002
6:10 pm
Can anyone show me a good source example of GetListText() when using it on a listbox? I've tried to get list text without much sucess. :( TIA! xGunneRx...
141 rap101992 <palladi...
rap101992 Send Email
Dec 11, 2002
4:04 pm
I'm a first time user to this group so please bear with me... I'm trying to click (mouse click, Enter, spacebar, anything) on a dialog box's "OK" button. The...
140 Ernesto Guisado
erngui Send Email
Nov 16, 2002
1:20 pm
Hi, ... Sometimes you don't need it. Using TAB and arrows to navigate through controls is enough most times. And then use SPACE, ENTER or hot-keys to...
139 minh_turbo9 Send Email Nov 15, 2002
8:25 pm
Hi, I am writing some GuiTest scripts to setup my NIC properties via Network Properties Dialog in Win2K. **(ControlPanel->Network&Dial-Up Connections...
138 Ernesto Guisado
erngui Send Email
Nov 7, 2002
4:35 pm
Hi, Thanks to the nice guys from Windows Developer Magazine (http://www.wd-mag.com/), my February 2002 article "Testing Win32 GUIs with Perl and C" is now...
137 Dennis K. Paulsen
ctrondlpaulsden Send Email
Oct 9, 2002
9:16 pm
IsGrayedButton is intended to work on radio buttons or check boxes, not on regular buttons. From the MSDN documentation, the actual state of these grayed...
136 Ken Hommel
khommel Send Email
Oct 8, 2002
10:38 pm
Either this function doesn't work, or I don't understand the meaning of "Grayed" in this context. I think of a "Grayed" button as a button that is disabled. I...
135 Ken Hommel
khommel Send Email
Oct 8, 2002
5:13 pm
Thanks for your response. That's almost exactly what I'm doing. I just wrote a sub to take the x and y coordinates: sub Click( $$ ) { my( $myX, $myY ) = @_; ...
134 mike.derobio@...
AntonioDiablo Send Email
Oct 3, 2002
4:01 pm
Ken, I can't recall why I didn't use the SendMouse function, but I remember having some trouble with it. I used the MouseMoveAbsPix function instead: #add...
133 Ken Hommel
khommel Send Email
Oct 3, 2002
12:45 am
Thanks for creating a great tool! Now, onto the gripes: I am trying to use GuiTest to test an MFC application that includes a Toolbar control. I've tried to...
132 parikshit_nadkarni
parikshit_na... Send Email
Sep 20, 2002
11:02 am
hello there am new to Win32::GuiTest (Perl) can anybody tell me where can i get basic tutorial of how to use Win32::GuiTest (Perl) fucntions ? regards ...
131 john0502_akers Send Email Sep 11, 2002
6:04 pm
I found this report to be of interest - its downloadable but costs $$ - the report discusses self IT career assessment within Information Technology and career...
130 shiftibm Send Email Aug 15, 2002
4:06 pm
It's a Java problem... forget this question! ... reports ... using...
129 shiftibm Send Email Aug 14, 2002
12:29 pm
Hi, If I open and close my Java software, FindWindowLike still reports my window (i.e. It can find my window even if it's close.). I'm using this code: ...
128 jonathanalbrecht
jonathanalbr... Send Email
Aug 12, 2002
3:08 pm
I am using Win32::GuiTest 1.3. I am using ssh to access a remote NT4 box. I can use spy--.pl to see that any gui apps like notepad are started and have windows...
127 ctrondlpaulsden Send Email Aug 9, 2002
1:51 pm
Here is some sample code which should help. If it does not, maybe you can tell us more specifics, like what type of controls you are dealing with... # Sample...
126 mike.derobio@...
AntonioDiablo Send Email
Aug 9, 2002
6:06 am
I will be out of the office from 08/02/2002 until 08/19/2002. I will respond to your message when I return. Please contact Bret Barclay (x4114) regarding any...
125 hellarleo Send Email Aug 8, 2002
4:25 pm
First, Thanks for your help. However, after use that functions in my code, the text that I get was the window text caption, not the data text that I need get. ...
124 hellarleo Send Email Aug 8, 2002
4:25 pm
First, Thanks for your help. However, after use that functions in my code, the text that I get was the window text caption, not the data text that I need get. ...
123 ctrondlpaulsden Send Email Aug 7, 2002
8:54 pm
If it is something like an edit control, you should be able to use WMGetText to obtain the text and WMSetText to display it on another. ... one....
122 ctrondlpaulsden Send Email Aug 7, 2002
8:47 pm
Jim, I had a chance to use Ernesto's example on my Windows XP Home system using Notepad and it worked as expected. If you haven't already and want to, give...
121 jonathanalbrecht
jonathanalbr... Send Email
Jul 31, 2002
4:40 pm
Here is a patch to get version 1.3 to work out of the box with cygwin perl. All of the tests in test.pl pass but that is the extent of my testing. I have not...
120 hellarleo Send Email Jul 31, 2002
3:26 pm
Hi Members! I need to write an script which need to copy a little text at fixed position of an Windows application screen and paste it to another one. Anyone...
Messages 120 - 149 of 1818   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help