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...
Show off your group to the world. Share a photo of your group with us.

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 1164 - 1193 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1164
... Dennis, I had a look at your code. I haven't tested it yet, but I have some comments and would like to hear your and other people's opinion. I have placed...
Piotr Kaluski
pkaluski
Offline Send Email
Nov 1, 2005
8:56 pm
1165
why is it that when do WMSetText ($hnd "abc") to a class '#32770' dialog then PushChildButton ($hnd, "^OK"); gui show "abc" in Edit field but after Ok button...
oohay1_2005
Offline Send Email
Nov 2, 2005
8:14 am
1166
... dialog ... Can you be more specific on what is going on? How about some code snippets? --Piotr...
Piotr Kaluski
pkaluski
Offline Send Email
Nov 2, 2005
8:48 am
1167
i could find a sample dlg to do WMSetText, but found a sample gui that also uses class 32770 for SelComboItemText: a printing preference dialog (HP color laser...
oohay1_2005
Offline Send Email
Nov 3, 2005
5:07 am
1168
Hi I am new to Perl and was wondering if there is any module in Perl to manipulate the XML representation of a .NET Dataset. Please do let me know. Thanks, ...
vinitns
Offline Send Email
Nov 3, 2005
5:13 am
1169
There are some mistakes in your code. Maybe that's the reason. my @whnds = WaitWindowLike( undef, "^HP Color LaserJet PS" ....) WaitWindowLike returns scalar...
Piotr Kaluski
pkaluski
Offline Send Email
Nov 3, 2005
7:56 am
1170
... question: In the example below, if button OK was not found then dialog would not closed, correct? But, dialog does closed. ... neither method works; it...
oohay1_2005
Offline Send Email
Nov 4, 2005
5:24 am
1171
I start a process using $process = Win32::Process::Create(...). I then find a list of Windows via Win32::GuiTest::FindWindowLike("blah",""). That returns a...
Mark Andre Hary
mark_hary
Offline Send Email
Nov 4, 2005
5:25 am
1172
This example may help - even if it's imperfect (see header notes ================================================================= # The goal of this example...
lmarlin
Offline Send Email
Nov 4, 2005
6:35 pm
1173
I'm trying to simulate using SendKeys to highlight text on an entry box. I use SendKeys("{HOME"); to mark the beginning of the text and then I tried...
markmontemuro
Offline Send Email
Nov 4, 2005
6:35 pm
1174
I'm trying to simulate using SendKeys to highlight text on an entry box. I use SendKeys("{HOME"); to mark the beginning of the text and then I tried...
markmontemuro
Offline Send Email
Nov 4, 2005
7:25 pm
1175
In order to emulate Shift, you have to use '+' (rather then {SHIFT}). --Piotr...
Piotr Kaluski
pkaluski
Offline Send Email
Nov 4, 2005
7:27 pm
1176
... {SHIFT}). ... entry ... and ... only ... beginning ... suggestions? ... What would your syntax be? I still can't get this to work with the +. This is...
markmontemuro
Offline Send Email
Nov 4, 2005
8:57 pm
1177
Try: SendKeys("{HOME}+({END}){DELETE}"); I'm not sure the braces around {END} are strictly necessary, but I've run into problems with SendKeys seemingly not...
rmqa_group
Offline Send Email
Nov 7, 2005
9:57 am
1178
... I've ... components ... <pkaluski@p...> ... text ... the ... Here is a simple program which shows the problem. When the highlight button is selected, the...
markmontemuro
Offline Send Email
Nov 7, 2005
2:11 pm
1179
... In the code below, "IE.new" is equivalent to Win32::Process::Create. I think it should be possible to figure out the Perl Win32 stuff from the following...
chrs_mcmhn
Offline Send Email
Nov 8, 2005
5:40 am
1180
... Yes, that works perfectly for me. MSDN had convinced me that I couldn't use lParam but I can no longer find the relevant page....
denishowe
Offline Send Email
Nov 8, 2005
7:21 pm
1181
Hmmm, strange. The "+" (shift) modifier doesn't seem to work with either {HOME} or {END}. I've not had need to use it in this combination, though +{TAB} seems...
rmqa_group
Offline Send Email
Nov 9, 2005
5:11 pm
1182
anyone has any idea why WMSetText and SelCombo* are not working (value/setting not stick) with class 32770 dialogs or how to resolve the issue? thanks....
oohay1_2005
Offline Send Email
Nov 9, 2005
8:32 pm
1183
anyone have a working sample for WMSetText and SelCombo* for class 32770 dlg? i really appreciate the help....
oohay1_2005
Offline Send Email
Nov 12, 2005
6:40 am
1184
Hi Guys Is there any method through which we can schedule a service (that can be restarted in every 30 minutes) running on Wndows 2000 Professional. Regards ...
Abhishek Singh
talk2leolion
Offline Send Email
Nov 14, 2005
6:13 pm
1185
I had a similar problem with both SelComboItemText and SelComboString functions while automating my application. I found that the selected item would be shown...
splemmon
Offline Send Email
Nov 15, 2005
8:16 am
1186
OK. Guys, I will try to find some time to have a look at it. It is close to christmass so... well, you know :-). But I will try... --Piotr ... SelComboString ...
Piotr Kaluski
pkaluski
Offline Send Email
Nov 15, 2005
8:22 am
1187
Is there a way to get the status of an application/process such as listed in the Task Manager?...
Reggie Dablo
lefthandpart...
Offline Send Email
Nov 16, 2005
4:34 am
1188
Hi All, Just wanted to thank all of you working on the Multiple Column ListView bug. I've been able to automate so many GUI test cases because of GuiTest. Any...
cskuo34
Offline Send Email
Nov 17, 2005
8:02 am
1189
Maybe I will have some time this weekend. One question: cskuo34 (don't know your real name) - would it be possible that after the code is released you would...
Piotr Kaluski
pkaluski
Offline Send Email
Nov 17, 2005
8:05 am
1190
Piotr, Appreciate your assistance... though I've found plenty of other bugs that can keep you busy during the holidays ;-) As for the ComboBox anomalies, I've...
splemmon
Offline Send Email
Nov 17, 2005
4:48 pm
1191
Hi Piotr, I would be very happy to test out your code. It has made my life A LOT easier! -Charles Piotr Kaluski <pkaluski@...> wrote: Maybe I...
c kuo
cskuo34
Offline Send Email
Nov 18, 2005
7:14 pm
1192
I've had to revise my in-house libraries to accomodate certian problems with getting a popup menu's handle. I've been using thse changes for a while here so...
rafelafrance
Offline Send Email
Nov 19, 2005
4:01 am
1193
is there a method that can find a handle of a combobox based on displayed text string? or any others approach to this? the combo for the ui that i'm working...
oohay1_2005
Offline Send Email
Nov 19, 2005
4:01 am
Messages 1164 - 1193 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