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 517 - 546 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
517
Hi, I am a new user to the Win32 gui perl module. In my project i am using a Window which contains three tab.Each tab has respective text fields. I want to...
kiruba nidhi
kiruba_pec
Offline Send Email
Jul 7, 2004
8:31 am
518
Take a look at FindWindowLike and WMGetText in the README, you'll want to use both in that order, to find the window handle to the label and then read its...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jul 15, 2004
9:53 am
519
Is there a way thru perl to determine the number of processors running on a machine Thanks, Chris [Non-text portions of this message have been removed]...
chris.johnson@...
coastguard12
Offline Send Email
Jul 17, 2004
2:24 pm
520
Hey, i wanted to know if anyone knows of a way to automate TN3270 and/or Tandem telnets (Tandem is something like a mainframe). i thought about using...
Yoni ben-shlosh
yoni_benshlosh
Offline Send Email
Jul 17, 2004
2:24 pm
521
I fixed most of the issues that I raised in my previous message. The latest version of the spy.pl script I started to write can be found in the CVS here: (with...
Gabor Szabo
gabor529
Offline Send Email
Jul 17, 2004
3:04 pm
522
My most desired function. It wasn't there when I first looked into Guitest about a year ago. Even an ugly workaround or alternate tools suggestions would be...
kirby_laurence
Offline Send Email
Jul 17, 2004
3:04 pm
523
I am using the .NET SDK that is free to download from the web site of Microsoft. I get the following error. ================================================== ...
Gabor Szabo
gabor529
Offline Send Email
Jul 17, 2004
3:05 pm
524
Based on the spy--.pl in the eg directory of the distributions I started to write a bit more roboust spy program that later on I'll check in the repository. I...
Gabor Szabo
gabor529
Offline Send Email
Jul 17, 2004
3:06 pm
525
... When I tried this, a 2nd dialogue came up without executing the app. After looking at the help for START, I noticed that the first param is a title string....
Eyeless Devil
gothposer
Offline Send Email
Jul 17, 2004
3:06 pm
526
I am going over the examples in the eg directory of the distribution and encountered a couple of things that are not working on my XP. I'd like to fix them but...
Gabor Szabo
gabor529
Offline Send Email
Jul 18, 2004
1:51 pm
527
Let me start by explaining what I am trying to achieve. Basically the Quake engine has a console window that sits behind it, I believe this to be a child...
coolrobd
Offline Send Email
Jul 19, 2004
12:38 pm
528
That is all well and good but if you where typing in the main window and it was disabled, surely it would stop taking input from the keyboard therefore loosing...
coolrobd
Offline Send Email
Jul 19, 2004
12:38 pm
529
... for more readability you might want to use qq() or q() for this my @args = ("start", q(""), q("C:\Documents and Settings\setup.exe")); (beware, I have not...
Gabor Szabo
gabor529
Offline Send Email
Jul 19, 2004
12:45 pm
530
Got a problem, trying to do something quite different. I have a quake based game and it has a console. I am able to write to the window but think its the...
coolrobd
Offline Send Email
Jul 19, 2004
12:45 pm
531
Use Sys::CPU from CPAN. Chris Hilton ... From: chris.johnson@... [mailto:chris.johnson@...] Sent: Friday, 16 July, 2004 10:03 To:...
Chris Hilton
chris_hilton
Online Now Send Email
Jul 19, 2004
3:45 pm
532
The following link has some code that was posted to the list some time ago; don't know if it works, though. You would need to add the code to guitest.xs and...
Chris Hilton
chris_hilton
Online Now Send Email
Jul 19, 2004
3:50 pm
533
I'm fairly positive you'll need Visual Studio with Visual C++ to compile; I don't think there's any way the .NET SDK will cut it. Chris Hilton ... From: Gabor...
Chris Hilton
chris_hilton
Online Now Send Email
Jul 19, 2004
3:57 pm
534
You might try splitting your message into individual keypresses and set the foreground window (or focus window?) before sending each key. Something like the...
Chris Hilton
chris_hilton
Online Now Send Email
Jul 19, 2004
4:16 pm
535
Yoni ben-shlosh said: ################################## i wanted to know if anyone knows of a way to automate TN3270 and/or Tandem telnets (Tandem is...
McMahon, Chris
cmcmahonloronix
Offline Send Email
Jul 20, 2004
11:15 am
536
another option is to send the low level window's message this is kind of hacking into the operating system, it would bypass the actuall key press and what...
Coleman Tom
tom_g_coleman
Offline Send Email
Jul 20, 2004
11:15 am
537
Thanks for the answers. In the meantime, with the help of Google and other mailing lists[1] I could already compile the C++ code. I still have to clean my...
Gabor Szabo
gabor529
Offline Send Email
Jul 20, 2004
11:15 am
538
I have been looking a bit more into it and think SendMessage is even more reliable, anyone used this API function before? ... set the ... Something like ... ...
coolrobd
Offline Send Email
Jul 20, 2004
11:15 am
539
SendMessage is definately the way to go I feel, but how do you pass a letter using SendMessage, any syntax would be appreciated. I know you can only send one...
coolrobd
Offline Send Email
Jul 20, 2004
2:54 pm
540
I thought about suggesting this before, but it's a good bit more complicated. Trying to keep it as simple as possible, I believe it would be something like...
Chris Hilton
chris_hilton
Online Now Send Email
Jul 20, 2004
4:04 pm
541
Naerly there I think - Just can't get then SendMessage to work. Do I need to setup the WM_KEYDOWN? Also getVirtialKey does not work - just wondering if you...
coolrobd
Offline Send Email
Jul 21, 2004
9:27 am
542
Would it be possible to change this command so a windowhandle could be specified. This would be a great piece of functionality. Thanks, Rob...
coolrobd
Offline Send Email
Jul 21, 2004
9:27 am
543
Yeah, that's what I meant by "getVirtualKey() and looking up the constant values left as exercises for the reader". You'll need to write getVirtualKey() to...
Chris Hilton
chris_hilton
Online Now Send Email
Jul 21, 2004
4:04 pm
544
Hi, I would like to read content of VB spread control(show up as SPR32x30_SpreadSheet in Spy window), but don't know how. Any help will be appreciated. ...
shirley.luo@...
Send Email
Jul 23, 2004
3:23 pm
545
... After looking at the source and the MSDN documentation my understanding is that you can only send ketboard events to the window which currently has the...
Gabor Szabo
gabor529
Offline Send Email
Aug 2, 2004
11:58 am
546
Back to basic's I am afraid, I have looked into it and just can't figure it out, it just will not work, so now trying to get the calculator to accept keys,...
coolrobd
Offline Send Email
Aug 2, 2004
12:00 pm
Messages 517 - 546 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