Hi, I am writing some GuiTest scripts to setup my NIC properties via Network Properties Dialog in Win2K. **(ControlPanel->Network&Dial-Up Connections...
140
Ernesto Guisado
erngui
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...
141
rap101992 <palladi...
rap101992
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...
142
xGunneRx <xgunnerx...
xGunneRx
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...
143
Ernesto Guisado <e...
erngui
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-guitest92;eg) and it shows the listbox ...
144
xGunneRx <xgunnerx...
xGunneRx
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...
145
xGunneRx <xgunnerx...
xGunneRx
Dec 16, 2002 10:10 pm
lol nm i figured it out-> my $check = int(0x00350096); ... the ... version....
146
xGunneRx <xgunnerx...
xGunneRx
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 =...
147
Palladino, Bob
rap101992
Dec 17, 2002 1:51 pm
Can anyone help me with message #141? ======================================================================== This email message is for the sole use of the...
148
Dennis K. Paulsen <...
ctrondlpaulsden
Dec 17, 2002 9:33 pm
GetListText39;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...
149
Dennis K. Paulsen <...
ctrondlpaulsden
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,...
150
hasha2 <hasha2@......
hasha2
Jan 2, 2003 5:27 pm
I am trying to install Win32-GuiTest-1.49.1 usinf ppm on Perl v5.8 build 804. Error message reports that GuiTest is not for this version of Perl. Will there be...
151
hasha2 <hasha2@......
hasha2
Jan 2, 2003 5:55 pm
Currently I am getting the following error after trying "ppm install win32-guitest.ppd" from appropriate directory: Error: no suitable installation target...
152
Dennis K. Paulsen <...
ctrondlpaulsden
Jan 3, 2003 2:03 am
Some of the nice changes in 5.8.0 caused Perl module binaries created under 5.6.x (i.e., Win32::GUITest) to be incompatible. Possible Options: 1) Go back and...
153
swoolet <spw57nc@....
swoolet
Jan 7, 2003 9:19 pm
When my app starts, the window comes up a few seconds before it can handle input. During this time, the hourglass cursor is displayed. Is there some way that...
154
Ernesto Guisado <e...
erngui
Jan 8, 2003 11:08 am
Hi, I think your best bet is to use the Win32::API module. The documentation for the module shows how to call 'GetCursorPos39;. I think you'll need a combination...
155
Dennis K. Paulsen <...
ctrondlpaulsden
Jan 8, 2003 3:42 pm
Hi, If you are not already using WaitWindowLike to wait for the window to come up, I would suggest trying that first. If that doesn't work, you can check to...
156
stupakov <stupakov...
stupakov
Jan 8, 2003 5:00 pm
I have a similar problem with my perl scripts that use perlguitest to open Internet Explorer and connect to my bank web site. To check that I have the web page...
157
Dennis K. Paulsen <...
ctrondlpaulsden
Jan 8, 2003 10:02 pm
Note: If you wanted to, you could use something like MenuSelect ("&Edit|Select &All", [WINDOW HANDLE]) to do the copy. It should be more reliable then...
158
stupakov <stupakov...
stupakov
Jan 9, 2003 12:41 am
That is an interesting subject, and I would be happy if somebody gives me a good advice. The problem with using external programs as lynx, wget or curl, or ...
159
Chris Hilton
chris_hilton
Jan 28, 2003 11:19 pm
Does any one have any insight on accessing the contents of a tree control? I believe the specific class I'm interested in is SysTreeView32. Any help...
160
Tim Kimber
KIMBERT@...
Jan 29, 2003 9:42 am
I have successfully accessed nodes within a tree view using a combination of Win32-ActAcc and Win32-GUI. I can send you the code if you're interested. regards,...
161
funes666 <tomh@......
funes666
Feb 6, 2003 2:11 am
Greetings, I have an MFC app on W2000 that I am trying to test with guitest, everything has worked so far but I have struck a strange problem. I am trying to...
162
funes666 <tomh@......
funes666
Feb 6, 2003 3:23 am
... into ... following ... Well I have answered my own question. Referring to the MSDN article on WM_KEYUP in the Windows Management section, it mentions in ...
163
byronkat <byronkat...
byronkat
Feb 27, 2003 7:53 pm
I'm trying to check to see if a button is enabled or disabled. I've seen that the IsWindowEnabled method can be used. Does anyone know how to use this...
164
Dennis K. Paulsen <...
ctrondlpaulsden
Mar 1, 2003 3:06 am
The following example checks the enabled state of Calculator39;s Backspace button, try something similar for your purposes: # Tested under Win32::GuiTest (v...
165
byronkat
Mar 7, 2003 3:54 pm
Thanks, this is a big help!...
166
Garnet R. Chaney
thewebmill
Mar 7, 2003 7:02 pm
Is this the code that would deal with a 'SysListView32' class object? Did this find it's way into the 1.49.2 build? If not, could you please provide me a...
167
bugreaper94088
Mar 13, 2003 3:04 am
If you are using the perl version from ActiveState, then you can use there ppm tool and install Win32-GuiTest from their site. The only problem is that's it's...
168
Rahul Chauhan
rahulschauhan
Mar 24, 2003 8:14 am
Friends A simple question !! I have one of these very nice perl scripts which uses just the GuiTest package and nothing else. And now I want to lend it to...