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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 741 - 770 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
741
Do anyone have an example of how to use GetListContents. I can not seem to get it to work. I have tried building a simple example based on Notepad, and that...
duaneg40
Offline Send Email
Feb 1, 2005
1:12 pm
742
Kind of a follow on question... I tried win32::gui::AxWindow ... but it seems to try to open internet explorer regardless of the program app and/or clsid used...
Steven Swenson
talwyn
Online Now Send Email
Feb 1, 2005
6:41 pm
743
The control you'd be working with should be a SysListView32 control; and GetListContents only works on list boxes... You'll want to use the...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Feb 2, 2005
3:49 am
744
Hi, $x and $y contain coordinates of a point I want to click. How do I build LPARAM for PostMessage( hwnd, WM_BUTTONDOWN, 0, LPARAM ) ? -Piotr...
pkaluski
Offline Send Email
Feb 2, 2005
12:02 pm
745
Dennis, Thanks for the response. 1) The FindWindowLike() call I used returns a SysListView32 window class (the regular expression is just a little shorter than...
duaneg40
Offline Send Email
Feb 2, 2005
12:34 pm
746
There's a macro for use in C programming that puts this together for you called MAKELPARAM (you can see an example of it in use in some random code I found...
Chris Hilton
chris_hilton
Online Now Send Email
Feb 2, 2005
7:52 pm
747
SysListView32 is a full-fledged 32bit control; which is affected by process boundary restrictions, so various SendMessage calls will not work as is... In the...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Feb 2, 2005
11:20 pm
748
You could also use one of the Win32::GUITest functions or the MouseClick function mentioned in this group -D...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Feb 2, 2005
11:22 pm
749
Announcement: Win32-GuiTest v1.50.3-ad released. Available at http://sourceforge.net/projects/winguitest or ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Feb 3, 2005
5:18 am
750
Hi Denis, I think the module is mature enough to announce it in comp.lang.perl.announce. It would be a good way to increase module's visibility. -Piotr...
pkaluski
Offline Send Email
Feb 3, 2005
6:24 am
751
Hi, I had a look at your function from post http://groups.yahoo.com/group/perlguitest/message/306 . I am doing my mouse clicks in almost similar way. However,...
pkaluski
Offline Send Email
Feb 3, 2005
6:47 am
752
Hi all, I haven't much time to maintain the module anymore. I used to, at least, have time to integrate new changes donated by other people. But I can't even...
Ernesto Guisado
erngui
Offline Send Email
Feb 3, 2005
1:56 pm
753
short answer: use left bit operator << 16 times on the y value to make it the "hi word", then add it to the x value to make the lparam. my $x = xxx; # X...
Coleman Tom
tom_g_coleman
Offline Send Email
Feb 3, 2005
10:57 pm
754
I have installed the new release (it was great to see treeView support in there as well) and tried the new GetListViewContest function. It returns a list of ...
duaneg40
Offline Send Email
Feb 4, 2005
5:21 am
755
Hi Ernesto and the rest of the crowd, ... first of all let me thank you for starting the module and releasing it to CPAN. It certainly brought me some work and...
Gabor Szabo
gabor529
Offline Send Email
Feb 4, 2005
5:23 am
756
Your proposal sounds good to me and I'd like to start volunteering again. I tried contributing some before, but never really got in the loop, probably because...
Chris Hilton
chris_hilton
Online Now Send Email
Feb 4, 2005
5:18 pm
757
Ernesto, Your e-mail was really important. I would like to thank you for all the good work you have done so far - for creating the module, for giving the...
pkaluski
Offline Send Email
Feb 4, 2005
7:50 pm
758
Hi, I think we should consider creating an application, which would be a target for Win32::GuiTest unit tests. Relying on notepad or other M$ stuff is risky,...
pkaluski
Offline Send Email
Feb 4, 2005
8:38 pm
759
Hi, When looking on TODO sections in the code and in the feature requests on source forge I found that you consider expanding GuiTest to handle web and java...
pkaluski
Offline Send Email
Feb 4, 2005
9:07 pm
760
In a way I tend to agree with Piotr. In another I tend to think of users in the future. For example, our SAFSDEV project uses a host of tools for different...
Carl Nagle
sascanagl
Offline Send Email
Feb 4, 2005
9:46 pm
761
... That could be *in addition* to the tests against notepad and co. I belive for real good tests we should also use real and changing targets. Usually I like...
Gabor Szabo
gabor529
Offline Send Email
Feb 4, 2005
9:54 pm
762
... For we testing there is Win32::IE::Mechanize and if you don't need to be IE specific then WWW::Mechanize. I think it would be better to help improving that...
Gabor Szabo
gabor529
Offline Send Email
Feb 4, 2005
9:59 pm
763
I also see Win32::GuiTest as vanilla windows testing only. I would prefer that separate modules be written for other platforms, bizarre application ( IE ) or...
Coleman Tom
tom_g_coleman
Offline Send Email
Feb 4, 2005
10:30 pm
764
Tom Coleman's suggested module: - Parse & Run Another to read a key word flat text file of input and figures out what to do with each command. I think several...
Carl Nagle
sascanagl
Offline Send Email
Feb 4, 2005
11:19 pm
765
... We don't have any communication channels setup, we used to exchange a couple of e-mails with Dennies. For the time being I think you should send the...
Gabor Szabo
gabor529
Offline Send Email
Feb 6, 2005
12:11 pm
766
I trying to do the same, but can't get the other columns. This would be a very useful to have access to this type of control. I am keeping my fingers crossed...
darnitshardtofindause...
darnitshardt...
Offline Send Email
Feb 9, 2005
5:46 pm
767
Hi, This is manasa ,,i am new to perl testing,i know well about perl,i want some details on perl testing that how it can used for widows based...
bestoneforall smart
bestoneforall
Offline Send Email
Feb 10, 2005
9:26 am
768
... be a ... M$ ... which ... I tend to disagree with you. IMHO, testing against special test application should not be an addition. It should be a core, the...
pkaluski
Offline Send Email
Feb 14, 2005
9:02 am
769
... You are welcome :) I think *both* should be there, that's what I usually do with software I am testing. But in any case, if you have the tuits to develop...
Gabor Szabo
gabor529
Offline Send Email
Feb 14, 2005
9:15 am
770
... can ... Dennis, If I understand you correctly, hooking solution (in Win32::GuiTest) works as follows: For each control related operation (like getting...
pkaluski
Offline Send Email
Feb 14, 2005
10:13 am
Messages 741 - 770 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