... 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...
1165
oohay1_2005
Nov 2, 2005 8:14 am
why is it that when do WMSetText ($hnd "abc") to a class '#3277039; dialog then PushChildButton ($hnd, "^OK"); gui show "abc" in Edit field but after Ok button...
1166
Piotr Kaluski
pkaluski
Nov 2, 2005 8:48 am
... dialog ... Can you be more specific on what is going on? How about some code snippets? --Piotr...
1167
oohay1_2005
Nov 3, 2005 5:07 am
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...
1168
vinitns
Nov 3, 2005 5:13 am
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, ...
1169
Piotr Kaluski
pkaluski
Nov 3, 2005 7:56 am
There are some mistakes in your code. Maybe that's the reason. my @whnds = WaitWindowLike( undef, "^HP Color LaserJet PS" ....) WaitWindowLike returns scalar...
1170
oohay1_2005
Nov 4, 2005 5:24 am
... 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...
1171
Mark Andre Hary
mark_hary
Nov 4, 2005 5:25 am
I start a process using $process = Win32::Process::Create(...). I then find a list of Windows via Win32::GuiTest::FindWindowLike("blah",""). That returns a...
1172
lmarlin
Nov 4, 2005 6:35 pm
This example may help - even if it's imperfect (see header notes ================================================================= # The goal of this example...
1173
markmontemuro
Nov 4, 2005 6:35 pm
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...
1174
markmontemuro
Nov 4, 2005 7:25 pm
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...
1175
Piotr Kaluski
pkaluski
Nov 4, 2005 7:27 pm
In order to emulate Shift, you have to use '+' (rather then {SHIFT}). --Piotr...
1176
markmontemuro
Nov 4, 2005 8:57 pm
... {SHIFT}). ... entry ... and ... only ... beginning ... suggestions? ... What would your syntax be? I still can't get this to work with the +. This is...
1177
rmqa_group
Nov 7, 2005 9:57 am
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...
1178
markmontemuro
Nov 7, 2005 2:11 pm
... I've ... components ... <pkaluski@p...> ... text ... the ... Here is a simple program which shows the problem. When the highlight button is selected, the...
1179
chrs_mcmhn
Nov 8, 2005 5:40 am
... 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...
1180
denishowe
Nov 8, 2005 7:21 pm
... 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....
1181
rmqa_group
Nov 9, 2005 5:11 pm
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...
1182
oohay1_2005
Nov 9, 2005 8:32 pm
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....
1183
oohay1_2005
Nov 12, 2005 6:40 am
anyone have a working sample for WMSetText and SelCombo* for class 32770 dlg? i really appreciate the help....
1184
Abhishek Singh
talk2leolion
Nov 14, 2005 6:13 pm
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 ...
1185
splemmon
Nov 15, 2005 8:16 am
I had a similar problem with both SelComboItemText and SelComboString functions while automating my application. I found that the selected item would be shown...
1186
Piotr Kaluski
pkaluski
Nov 15, 2005 8:22 am
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 ...
1187
Reggie Dablo
lefthandpart...
Nov 16, 2005 4:34 am
Is there a way to get the status of an application/process such as listed in the Task Manager?...
1188
cskuo34
Nov 17, 2005 8:02 am
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...
1189
Piotr Kaluski
pkaluski
Nov 17, 2005 8:05 am
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...
1190
splemmon
Nov 17, 2005 4:48 pm
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...
1191
c kuo
cskuo34
Nov 18, 2005 7:14 pm
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...
1192
rafelafrance
Nov 19, 2005 4:01 am
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...
1193
oohay1_2005
Nov 19, 2005 4:01 am
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...