Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perlguitest · Win32::GuiTest (Perl)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2444
  • Category: Perl
  • Founded: Jul 25, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1219 - 1248 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1219 liu xiaolei
guguqiaqia Send Email
Dec 1, 2005
8:13 am
brentje <brentje@...> дµÀ£º I wonder if Perl can do this at all. I'll be looking this up today, but is there a way to hook into the form's Lost...
1220 Danny R. Faught
sw_alchemist Send Email
Dec 1, 2005
9:30 pm
I have a script that does some kludging around with GetForegroundWindow and GetWindowText to detect modal error dialogs. It does a fairly reliable job of...
1221 Piotr Kaluski
pkaluski Send Email
Dec 2, 2005
7:13 am
Could you please send us those scripts? --Piotr ... GetForegroundWindow and GetWindowText to detect modal error dialogs. It does a fairly reliable job of...
1222 Danny R. Faught
sw_alchemist Send Email
Dec 2, 2005
7:26 pm
... The script is proprietary to one of my client, but here's a sanitized snippet. I call the checkFocus sub right before every mouse click. Hopefully it...
1223 Chris McMahon
chrs_mcmhn Send Email
Dec 2, 2005
8:34 pm
This caught my eye... ... Here's the simplest case of a script to handle modal dialogs: use Win32::GuiTest qw(FindWindowLike GetWindowText SetForegroundWindow...
1224 brentje Send Email Dec 3, 2005
12:01 pm
Yes, please send in your script. I've been working on something to do this for the last couple of days. I've finally got something to work. But to quote a...
1225 Philip Zembrod
pzembrod Send Email
Dec 5, 2005
8:13 am
... My approach: I scan for new top level windows 10 times per second and have the rule: Every unexpected new top level window is an error. Thus in my test...
1226 oohay1_2005 Send Email Dec 6, 2005
7:01 am
Problem: when click on any button of 2nd label, buttons of 1st label becomes unchecked. How to constraint each set of radiobutton separately, ie when clicking...
1227 Piotr Kaluski
pkaluski Send Email
Dec 6, 2005
8:49 am
This forum is dedicated to Win32::GuiTest, not Win32::GUI. You can find documentation for this module here http://perl-win32- gui.sourceforge.net . You can...
1228 animesh bhowmick
animeshb Send Email
Dec 8, 2005
6:29 am
Hi all I am looking forward to automate GUI application in unix. Looking forward to some suggestion or some other working group. Regards Animesh ...
1229 C.A. Romero
caromero1965 Send Email
Dec 9, 2005
7:50 am
Hi, I have a plain old Perl console application which writes a lot of info to stdout, kicks off some other GUI based applications (Framemaker and Acrobat...
1230 Piotr Kaluski
pkaluski Send Email
Dec 9, 2005
7:57 am
Doesn't SetForegroundWindow work for you? --Piotr ... open ... like...
1231 C.A. Romero
caromero1965 Send Email
Dec 9, 2005
8:10 am
No, unfortunately, SetForegroundWindow on Win2K has a restriction that it can only make a window flash in the taskbar until you give it attention by...
1232 Piotr Kaluski
pkaluski Send Email
Dec 9, 2005
9:49 am
OK. I got your point. I don't know any simple solution to your problem. But your post ... work ... Yes, it is strange. And if you do Alt-TAB manually does this...
1233 aromero51@...
caromero1965 Send Email
Dec 9, 2005
9:09 pm
Piotr-- The sample code for the MsgBox will follow later. Crimson Editor handles the ALT-TAB sequence correctly when I use it manually. It's only when I use...
1234 C. Antonio Romero
caromero1965 Send Email
Dec 10, 2005
9:33 am
Piotr-- I've pasted my sample code into the mailnote below. A few notes: There's a four second pause due to a call to "Win32::Sleep". During that period I...
1235 elinamelamed Send Email Dec 14, 2005
11:28 am
Hi All, I've installed the latest Perl version from Active perl on my XP, and tried to work with Win32::GuiTest. When I saw that complicated code I tried to...
1236 Piotr Kaluski
pkaluski Send Email
Dec 14, 2005
11:50 am
It works for me on XP, perl 5.8.7. What do you mean saying that button pushes were not accept? --Piotr ... accept,...
1237 yi020024 Send Email Dec 14, 2005
3:10 pm
I have the window Id for a combo entry, but I can not make it active for SendKeys () (or even SelComboString ()). I've tried SetFocus () and SetActiveWindow...
1238 elinamelamed Send Email Dec 18, 2005
11:17 am
Hi, I forgot to mention that I installed GuiTest from CPAN, build Win32- GuiTest-1.50.3-ad. The perl version I'm using is also 5.8.7 . The strange thing is...
1239 brentje Send Email Dec 19, 2005
7:16 pm
I'm not sure if there is a command for it, but I've taken to doing many things strictly with mouse clicks. You can do the same if you've already got the HWND...
1240 Dhanapalan.C
dhana_foru Send Email
Dec 20, 2005
6:44 am
Hi Friends I want to get the hardware deatils using perl program. Is there any WIN32 Modules for that. please help me any one Thanks Dhana ...
1241 Pras_15 Send Email Dec 21, 2005
10:43 am
Hi All I downloaded Win32::GuiTest module from cpan and I'm getting the following error while installing it. I did the following… Perl Makefile.PL This...
1242 Piotr Kaluski
pkaluski Send Email
Dec 21, 2005
10:57 am
Can you give us details of your perl configuration? Did you get binaries from Active or did you compile it yourself? --Piotr...
1243 Sam Sudhakar
sush_1205 Send Email
Dec 21, 2005
1:01 pm
Use the Win32::OLE and WMI ...to retrieve hardware details Susruth "Dhanapalan.C" <dhana_foru@...> wrote: Hi Friends I want to get the hardware deatils...
1244 Dhanapalan.C
dhana_foru Send Email
Dec 21, 2005
1:05 pm
just try like this c:\ppm install Win32::GuiTest Pras_15 <pras_15@...> wrote: Hi All I downloaded Win32::GuiTest module from cpan and I'm...
1245 Chris Hilton
chris_hilton Send Email
Dec 21, 2005
4:27 pm
You shouldn't need to compile the package from CPAN assuming you're using a recent version of ActivePerl from ActiveState. Just extract it to a temp directory,...
1246 davis3792 Send Email Dec 21, 2005
10:37 pm
Hi folks, I was thrilled when I ran across this module...now if I can just understand how to use it without creating a maintenance nightmare. :) My overall...
1247 Vladimir Yakubov
yakv2 Send Email
Dec 22, 2005
7:53 am
I need to get the listing of the directory in the explorer in Win2K3 back to the perl script, how do I do it? Also when I right click on the properties of a...
1248 "Мороз...
inductor1975 Send Email
Dec 22, 2005
8:19 am
Hello, Vladimir. I think, it`s easier to get current explorer path from location bar and then use it with e.g. File::Find. As for security tab, you can use...
Messages 1219 - 1248 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help