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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1258 - 1287 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1258
Hi, I want to click the button only, if the button is enabled. if not do something else. Please tell what am I doing wrong? Attaching part of my code. my...
ashastry06
Offline Send Email
Jan 5, 2006
4:55 am
1259
Hi Friends, I am new to this group.I am a Software Engineer presently working in a automation tool design.For that i am using perlguitest module.I am newly...
Tanu Bhoi
tanu_bhoi
Offline Send Email
Jan 6, 2006
8:24 am
1260
Hi Tanu, Hope you are using win32 guitest module, that ISkeypressed function will be helpfull to you. regards, Aparna ... http://in.messenger.yahoo.com...
ashastry06
Offline Send Email
Jan 6, 2006
7:15 pm
1261
Hi, i want to start my application always in a specific coordinate location. here is my code-: ...
tanu_bhoi
Offline Send Email
Jan 6, 2006
8:12 pm
1262
I've read a little about this in the list archives and was wondering what the status was. (I have 1.50.3 installed) I have a SysListView32 component with a...
comeonyouspurs18
comeonyouspu...
Offline Send Email
Jan 6, 2006
8:17 pm
1263
Hi Over the last few days, I've been struggling with reading and using menus of a .Net program. I know in the documentation that GetMenuItemInfo is...
brentje
Online Now Send Email
Jan 6, 2006
8:26 pm
1264
... If your listview has multiple columns, you'll need 1.50.5. See http://groups.yahoo.com/group/perlguitest/message/1210 and ...
denishowe
Offline Send Email
Jan 7, 2006
7:18 am
1265
Hello, 1) Make sure your using "use strict;" and "use warnings;" to catch many common coding errors. 2) I assume $BName is defined somewhere, and that it...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 8, 2006
3:30 pm
1266
OK. I installed the latest. I'm obviously missing something. I have the handle of a SysListView32 with a header and multiple columns. I've verified the handle...
comeonyouspurs18
comeonyouspu...
Offline Send Email
Jan 8, 2006
6:04 pm
1267
Hi, I have been following the messages in this group, but this is first time i am posting. I have a text filed, that gets enabled after the selecting...
santoshkadli
Offline Send Email
Jan 10, 2006
12:50 pm
1268
I could do this by calling the PushChildButton($WindowID, $ControlID ). $ControlID = Control ID is the decimal control ID of that perticular Combo object. YOu...
santoshkadli
Offline Send Email
Jan 10, 2006
12:53 pm
1269
I'm going crazy. I can't look at this code anymore. Could someone please tell me what I'm doing wrong with this SendMessage statement. For clarification,...
brentje
Online Now Send Email
Jan 12, 2006
9:31 am
1270
How do i find a Handle for a Check boxes. I have 2 check boxes. Information all i have about them is Control ID and the Names associated. I tried verious...
santoshkadli
Offline Send Email
Jan 12, 2006
2:23 pm
1271
Try FindWindowLike.... --Piotr...
Piotr Kaluski
pkaluski
Offline Send Email
Jan 12, 2006
7:34 pm
1272
ListBox is a standard control so you don't have to bother with Virtual Memory functions. Last parameter of SendMessage should be a pointer to a string, which ...
Piotr Kaluski
pkaluski
Offline Send Email
Jan 12, 2006
7:37 pm
1273
Never mind...after a good night's sleep, it's come to me. Here's the proper code. I had tried something like this before, but it wasn't working either. I...
brentje
Online Now Send Email
Jan 12, 2006
9:33 pm
1274
Hi, Is it possible to automate testing applications in java swing using Win32::GuiTest ?...
ani_bhide
Offline Send Email
Jan 13, 2006
12:41 pm
1275
Hi, I assume $BName is defined or have a specific value being assigned before comparing. So check by editing following, 1) if ($buttonName eq $BName) 2) $res =...
santoshkadli
Offline Send Email
Jan 15, 2006
6:43 am
1276
Thanks Piotr, It worked with little work arounds. ~Santosh ... ..> ... ID ... this ? ... undef)) ... then...
santoshkadli
Offline Send Email
Jan 16, 2006
10:05 am
1277
Hi, Please can anyone let me Know How to traverse through SysTreeView32 using win32 api's? Please also mail me with some sample code for this. Thanks, Ravi ...
ravi shankar
ravishankarmce
Offline Send Email
Jan 17, 2006
10:51 am
1278
Hey, thanks for the reply, even though I managed to muddle through it myself eventually. I'm slowly getting my head around the SendMessage function. Now I'm...
brentje
Online Now Send Email
Jan 18, 2006
6:55 am
1279
I am trying to dynamically discover all radiobutton for each groupbox to later create comboboxes of each radiobutton of each groupbox, for selection from a...
oohay1_2005
Offline Send Email
Jan 19, 2006
8:05 pm
1280
Hi I think you may be looking in the wrong place for what you want. IsWindowStyle has more to do with things like if a windows is maximized or iconifide, etc....
brentje
Online Now Send Email
Jan 19, 2006
8:47 pm
1281
It appears IsWindowStyle can determine different Win32 GUI styles type (btw i do have a copy of winspy, that's how i know BS_GROUPBOX --> 00000007); just not...
oohay1_2005
Offline Send Email
Jan 26, 2006
9:16 am
1282
for those that are curious, my output shows that it's possible to use IsWindowStyle to test for certain GUI Styles type (groupbox, radiobutton, etc...). If one...
oohay1_2005
Offline Send Email
Jan 27, 2006
5:31 am
1283
How can we traverse through SysTreeView using win32 api's?Please let me know with a sample code....
ravishankarmce
Offline Send Email
Jan 27, 2006
7:35 pm
1284
Bud...I use GetClassName in my code. I've build a set of functions just for determining what an object is. It works very nicely, and over programs written in...
brentje
Online Now Send Email
Jan 27, 2006
7:39 pm
1285
Hi, Guys I apologize for ignoring most of your posts recently, but I am pretty busy. But I keep reading posts in this group, so please do not send posts to me...
Piotr Kaluski
pkaluski
Offline Send Email
Jan 27, 2006
7:45 pm
1286
... Good point. I will try to remember to fix it. --Piotr...
Piotr Kaluski
pkaluski
Offline Send Email
Jan 27, 2006
8:32 pm
1287
It is not a 5 minute explanation. Try to read my advanced tutorial http://www.piotrkaluski.com/files/winguitest/docs/ch02s04.html . If it's uncomprehensive...
Piotr Kaluski
pkaluski
Offline Send Email
Jan 27, 2006
8:41 pm
Messages 1258 - 1287 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