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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1219 - 1248 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1219
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...
liu xiaolei
guguqiaqia
Offline Send Email
Dec 1, 2005
8:13 am
1220
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...
Danny R. Faught
sw_alchemist
Offline Send Email
Dec 1, 2005
9:30 pm
1221
Could you please send us those scripts? --Piotr ... GetForegroundWindow and GetWindowText to detect modal error dialogs. It does a fairly reliable job of...
Piotr Kaluski
pkaluski
Offline Send Email
Dec 2, 2005
7:13 am
1222
... 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...
Danny R. Faught
sw_alchemist
Offline Send Email
Dec 2, 2005
7:26 pm
1223
This caught my eye... ... Here's the simplest case of a script to handle modal dialogs: use Win32::GuiTest qw(FindWindowLike GetWindowText SetForegroundWindow...
Chris McMahon
chrs_mcmhn
Offline Send Email
Dec 2, 2005
8:34 pm
1224
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...
brentje
Offline Send Email
Dec 3, 2005
12:01 pm
1225
... 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...
Philip Zembrod
pzembrod
Offline Send Email
Dec 5, 2005
8:13 am
1226
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...
oohay1_2005
Offline Send Email
Dec 6, 2005
7:01 am
1227
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...
Piotr Kaluski
pkaluski
Offline Send Email
Dec 6, 2005
8:49 am
1228
Hi all I am looking forward to automate GUI application in unix. Looking forward to some suggestion or some other working group. Regards Animesh ...
animesh bhowmick
animeshb
Offline Send Email
Dec 8, 2005
6:29 am
1229
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...
C.A. Romero
caromero1965
Offline Send Email
Dec 9, 2005
7:50 am
1230
Doesn't SetForegroundWindow work for you? --Piotr ... open ... like...
Piotr Kaluski
pkaluski
Offline Send Email
Dec 9, 2005
7:57 am
1231
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...
C.A. Romero
caromero1965
Offline Send Email
Dec 9, 2005
8:10 am
1232
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...
Piotr Kaluski
pkaluski
Offline Send Email
Dec 9, 2005
9:49 am
1233
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...
aromero51@...
caromero1965
Offline Send Email
Dec 9, 2005
9:09 pm
1234
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...
C. Antonio Romero
caromero1965
Offline Send Email
Dec 10, 2005
9:33 am
1235
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...
elinamelamed
Offline Send Email
Dec 14, 2005
11:28 am
1236
It works for me on XP, perl 5.8.7. What do you mean saying that button pushes were not accept? --Piotr ... accept,...
Piotr Kaluski
pkaluski
Offline Send Email
Dec 14, 2005
11:50 am
1237
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...
yi020024
Offline Send Email
Dec 14, 2005
3:10 pm
1238
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...
elinamelamed
Offline Send Email
Dec 18, 2005
11:17 am
1239
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...
brentje
Offline Send Email
Dec 19, 2005
7:16 pm
1240
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 ...
Dhanapalan.C
dhana_foru
Offline Send Email
Dec 20, 2005
6:44 am
1241
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...
Pras_15
Offline Send Email
Dec 21, 2005
10:43 am
1242
Can you give us details of your perl configuration? Did you get binaries from Active or did you compile it yourself? --Piotr...
Piotr Kaluski
pkaluski
Offline Send Email
Dec 21, 2005
10:57 am
1243
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...
Sam Sudhakar
sush_1205
Offline Send Email
Dec 21, 2005
1:01 pm
1244
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...
Dhanapalan.C
dhana_foru
Offline Send Email
Dec 21, 2005
1:05 pm
1245
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,...
Chris Hilton
chris_hilton
Online Now Send Email
Dec 21, 2005
4:27 pm
1246
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...
davis3792
Offline Send Email
Dec 21, 2005
10:37 pm
1247
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...
Vladimir Yakubov
yakv2
Online Now Send Email
Dec 22, 2005
7:53 am
1248
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...
"Морозов ...
inductor1975
Offline Send Email
Dec 22, 2005
8:19 am
Messages 1219 - 1248 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