I'd like to use the GetPopupHandle function to obtain the handle to the context menu within notepad. Unfortunately, like some earlier posts the function return...
Hello, Everyone, I am having a very hard time installing Win32::Guitest on this machine. I have install it on two other computers successfully but I must be...
Hello perlguitest, No sooner do I hit enter than I have it working. The Win32::GuiTest downloaded from CPAN is a 1.3 and does not work with anything I tried. ...
I see it's possible to read the contents of various controls in a window but I didn't see a way to access the content of a message box. To be clear, I'm...
Hi all, I am doing some experiments with Perl to do some Guitesting. My Gui excist for 90% off trackbars with sliders. Now I am trying to automaticcly move the...
Here's how I do a click and drag. You should be able to do something similar. MouseMoveAbsPix($x, $y); SendMouse("{LEFTDOWN}{REL$xOffset,$yOffset}{LEFTUP}"); ...
Hi Chris, I don't want to use the mousemoveabs, becaute the position of the GUI can change. I want to work with the control ID of the button. If you want to...
Hi, Is there anybody who has a good method to refer to these bar elements (button like) (how to dig out any info, hwnd, etc) Thanx Br, Pala [Non-text portions...
I made it now like this: my @wndw = FindWindowLike( undef, undef, undef, 383, 9 ); if( !@wndw ){ die "Cannot find window with the slider\n"; }else{ printf(...
Is it possible to activate the window of a Trackbar? Because I could do somehing like this: my @wndw = FindWindowLike( undef, undef, undef, 383, 9 ); ...
Inside Win32-GuiTest folder, execute following command: ppm install ./Win32-GuiTest.ppd I am pretty sure it shall resolve your issue. Thanks, PS _____ From:...
Hi Sir, Ya its true. I am looking for a tool something where we can record the actions on an AUT and play back. The tool which uses perl as script. Regards ...
Hi, The following piece of code will position the mouse to the middle of the trackbar. You can use Send mouse key down event and get the desired result. Here...
I have a question for Windows GUI developers. I am using Win42::GuiTest to test the beta release of an application. I've written a little script to list what...
Let me just jump in before you drive yourself crazy... Now my only experience with SysMonthCal32 has been through .Net, but I believe I've figured out how to...
HI, Please Check ur Perl Installation path. and i guess u have the installer ZIP with the PPD and Read me file. Try the same way steps given in Read txt. ...
Hi Arun, Your computer is not allowed to connect to the Perl Repositiory. Pls ask from you network administration to allow the sites which is prerequisite for...
hello,,,,,,,,, i am creating login page using Perl/CGI facing prob... able to connect DB but from there facing prob If u have related code of login page in...
Hi, I have heard some rumors on buying yahoo by Microsoft. Maybe we should consider moving the forum to source forge. After all, it seams to be a natural place...
If Microsoft buys Yahoo I think it would be a good idea to move the forum. I am not pleased with their code that calls home whether you want it to or not. I...
Hi, Pls go thru the below code. It might solve your problem. I found this in of the Google Search. ... # --------- Move the mouse over particular tray icon...
Hi Piotr, I think this fantastic utility should not be owned by M$. Also there is no point in taking this risk. Sourceforge is best option. Cheers, ~Sujit ... ...