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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 224 - 259 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
224
I do like the enhancements this tool provides, but when I drag the icon over the text box I need the info for, there is nothing displayed. Which is true for...
Carner, Philipp W
pcarnerpc210018
Offline Send Email
Jun 2, 2003
10:39 am
225
just a quick question here... ive looked around quite a bit and was unable to come up with an answer for this- most functions only operate on the currently...
merkur2k
Offline Send Email
Jun 3, 2003
4:48 pm
226
I'm learning Win32::GuiTest to use as an example in my perl scripting tutorial at the Software Test Automation Conference. My first project was modifying...
Danny Faught
sw_alchemist
Offline Send Email
Jun 3, 2003
9:35 pm
227
I've never seen this behavior before, maybe someone else has? Otherwise, if you could provide more information on the application you are working with, maybe...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 4, 2003
12:22 am
228
Internal to both of these functions are calls to Windows API functions; which implement functionality in the same way, i.e., they operate on the currently...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 4, 2003
2:15 am
229
Hello, I believe WaitWindow was recently implemented, so it is possible that several of the samples haven't been updated as of yet. Here is a slight...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 4, 2003
2:39 am
230
The application that exhibits this behavior is called "Remedy". It is a big bucks application the company uses at our call center to track orders. It does...
Carner, Philipp W
pcarnerpc210018
Offline Send Email
Jun 4, 2003
10:29 am
231
I've opened a window via a menu command and have sent keys ("+ {TAB}") to get to the appropriate edit field in the window. Then I use SendKeys to send data to...
Plummi Dee
plummidee
Offline Send Email
Jun 4, 2003
4:09 pm
232
If these are standard Windows edit controls, you should be able to use WMSetText(hwnd,text) to populate each field without switching between them using...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 4, 2003
11:17 pm
236
Hi all, My first posting to the group... and I must say what an excellent perl module! I can capture keys with IsKeyPressed() and Mouse Movement with ...
seanpedley
Offline Send Email
Jun 13, 2003
8:33 pm
237
hi all i am using active perl 5.6 , trying to use install win32-guiTest.ppd but anable to install pl. tell me exact procedure from prashant m. ...
prashant malangave
PMgave
Offline Send Email
Jun 15, 2003
5:05 pm
238
Hi... 1) Download the latest package, currenty "Win32-GuiTest-1.49.2.zip" See the 'files' link on this group. 2) Unzip it 3) Open a DOS prompt and cd into the...
seanpedley
Offline Send Email
Jun 16, 2003
1:16 pm
239
To install the latest RELEASE version of Win32::GuiTest using an ActiveState build of Perl: 1) go to MS-DOS prompt while connected to the Internet 2) type "ppm...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 17, 2003
3:26 am
240
i have not used perl i want to lean perl for testing purpose and use win32::guitest form where i can get online resource and help to start from from basic?...
PMgave
Offline Send Email
Jun 21, 2003
5:47 pm
241
You could try the following tutorials: http://archive.ncsa.uiuc.edu/General/Training/PerlIntro/ http://www.ebb.org/PickingUpPerl/pickingUpPerl.html or Purchase...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 22, 2003
6:00 am
242
Hi Gurus, I am trying to avoid using Sendkyes( {TAB}..) to put focus on some controls and instead use SetFocus to be more confident on which control I am...
Maricel Ciupitu
mciupitu2002
Offline Send Email
Jun 22, 2003
9:10 am
243
Hi, the docs for SetFocus on MSDN say "The window must be attached to the calling thread's message queue." I've released a patch to see if I can get it to...
Ernesto Guisado
erngui
Offline Send Email
Jun 22, 2003
12:15 pm
244
Hi I am trying to run Ftp and connecting to a remote system how ever I found that ftp doesn't respond to \n which is "Enter" Is this faced by anybody and any...
kr_manohar
Offline Send Email
Jun 22, 2003
5:30 pm
245
Hi Ernesto, I made some diff between 1.49.2 and 1.50 and it seems there are no differences. Anyhow I tested my program with 1.50 and no results. Here are a...
Maricel Ciupitu
mciupitu2002
Offline Send Email
Jun 23, 2003
8:34 am
246
Try using "~" which is explicitly for an <Enter>. Regards, Dennis K. Paulsen...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 23, 2003
1:57 pm
247
I messed up the upload :-( The change I wanted in guitest.xs is: HWND SetFocus(hWnd) HWND hWnd CODE: AttachWin(hWnd, TRUE); RETVAL = SetFocus(hWnd); ...
Ernesto Guisado
erngui
Offline Send Email
Jun 23, 2003
2:17 pm
248
Ernesto, MSDN says about : " The AttachThreadInput function attaches or detaches the input processing mechanism of one thread to that of another thread. BOOL...
Maricel Ciupitu
mciupitu2002
Offline Send Email
Jun 23, 2003
2:36 pm
249
Hi thanks , I was able to use SendKeys("{ENTER}") using windows scripting Manohar "Dennis K. Paulsen" <ctrondlpaulsden@...> wrote: Try using "~" which is...
KR Manohar
kr_manohar
Offline Send Email
Jun 23, 2003
3:05 pm
251
Just a note for everyone else... Upon review of the documentation included with Win32-GuiTest, you will find the following entry: {ENTER} Enter (same as...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 25, 2003
2:58 am
252
Thank you for your time to input questions and to reply with answers and all that... Since, Yahoo started this service, I have gotten an increase of of 100% in...
BB
now_to_test
Offline Send Email
Jun 25, 2003
3:45 pm
254
This group has a lot of nerve not moderating its postings. I don't appreciate getting pornagraphic material, especially at work. The module is terrific though....
Russ Sacks
rlsacks
Offline Send Email
Jun 26, 2003
1:45 pm
255
To get rid of the porno stuff could we start a google comp.lang.perl.GuiTest? Just a thought. Sherman ... From: Russ Sacks [mailto:russ.sacks@...] Sent:...
Willden, Sherman
shermw56
Offline Send Email
Jun 26, 2003
1:52 pm
256
I'm really sorry about that. The reason for not moderating is lack of time on my side. I have two options: 1) Moderate who joins. People frequently seem to...
Ernesto Guisado
erngui
Offline Send Email
Jun 26, 2003
5:17 pm
258
Hi All, The SetFocus is working nice, really a good job. No more SendKeys("{TAB}"). I can set focus on many controls, set text for this controls, get text from...
Maricel Ciupitu
mciupitu2002
Offline Send Email
Jun 27, 2003
3:33 pm
259
Hi, I'm new to this forum. Havent yet downloaded the tester yet, and wanted to find out the limitations of any. for eg., how do i script mouse click on a...
shsk7203
Offline Send Email
Jul 3, 2003
12:30 pm
Messages 224 - 259 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