... 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...
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...
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...
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, ...
There are some mistakes in your code. Maybe that's the reason. my @whnds = WaitWindowLike( undef, "^HP Color LaserJet PS" ....) WaitWindowLike returns scalar...
... 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...
I start a process using $process = Win32::Process::Create(...). I then find a list of Windows via Win32::GuiTest::FindWindowLike("blah",""). That returns a...
This example may help - even if it's imperfect (see header notes ================================================================= # The goal of this example...
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...
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...
... {SHIFT}). ... entry ... and ... only ... beginning ... suggestions? ... What would your syntax be? I still can't get this to work with the +. This is...
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...
... I've ... components ... <pkaluski@p...> ... text ... the ... Here is a simple program which shows the problem. When the highlight button is selected, the...
... 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...
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...
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....
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 ...
I had a similar problem with both SelComboItemText and SelComboString functions while automating my application. I found that the selected item would be shown...
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 ...
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...
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, 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...
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...
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...