OK, I know the answer. I had outdated libraries (those included with VC++ 6.0). After installing SDK the code compiled. -Piotr...
1035
rafelafrance
Aug 30, 2005 2:43 pm
I'm not sure if this is the appropriate forum for these kinds of things (vs a developer forum). But... I had a need to get the state of the caps & num lock...
1034
Lohit Verma
lohitverma
Aug 25, 2005 11:32 am
Could you please elaborate. The problem is that while the main window is accessible, I am unable to get the handles of the edit boxes and buttons etc. Regards ...
1033
Gábor Szabó
gabor529
Aug 24, 2005 10:06 am
... I wonder if Inline::Java or Java::Swing could be used to access the application. Gabor...
1032
wenjie wang
wiseagent2000
Aug 24, 2005 9:23 am
... I'd be interested to find out more about the compile error ;-) In general, this complain means the header file(Winuser.h) which defines the identifier...
1031
Piotr Kaluski
pkaluski
Aug 24, 2005 12:12 am
Hi, I am trying to add a call to GetMenuBarInfo in the *.xs file, and it does not compile. I am getting "undeclared identifier". The same applies to...
1030
Piotr Kaluski
pkaluski
Aug 23, 2005 1:10 pm
There is a way to do it, but it is not straight forward. Again, you would have to implement it using VirtualMemory functions from my advanced tutorial. I will...
1029
Steven Lloyd
ste88llo
Aug 23, 2005 1:05 pm
I have read your post 1007 about how it is not a real menu but is a ToolbarWindow32 instead. It does however, act as a menu. Is there a way to parse through...
1028
rmqa_group
Aug 23, 2005 10:37 am
... Yes, again without much success. $ie->select() doesn't seem to work either :(...
1027
Lohit Verma
lohitverma
Aug 23, 2005 8:17 am
Thank you for the reply :) The search continues ... From: Piotr Kaluski To: perlguitest@yahoogroups.com Sent: Tuesday, August 23, 2005 12:38 PM Subject:...
1026
Piotr Kaluski
pkaluski
Aug 23, 2005 7:10 am
Well, I am affraid you have to look for something else. The problem with java applications is that virtual machine creates its own windowing mechanisms, not...
1025
Lohit Verma
lohitverma
Aug 23, 2005 7:01 am
Hi I have just started using Perl GUI to check the feasibility of automating our GUI applications developed in Java swing I was following the excellent...
1024
Piotr Kaluski
pkaluski
Aug 23, 2005 6:53 am
Hi Dennis, I would love to add them to the core, however there is no way I can do this, since I am not a member of winguitest project on source forge. Of...
1023
Piotr Kaluski
pkaluski
Aug 23, 2005 6:39 am
Hi Steve, Have a look at my post 1007. -Piotr ... either. ... the only ... Tutorial. ... <pkaluski@p...> ... blows...
1022
Piotr Kaluski
pkaluski
Aug 23, 2005 6:37 am
Great! Thanks for a quick feedback. As for you questions: 1. The zip I have delivered contains all functionality delivered in the last release from source...
1021
Dennis K. Paulsen
ctrondlpaulsden
Aug 22, 2005 10:59 pm
Hello Piotr, Feel free to implement these changes in the core if you find the time. No one will know the changes better then yourself. :-) As you know and as...
1020
Steven Lloyd
ste88llo
Aug 22, 2005 9:52 pm
GetMenu does not seem to work on the Menu in the Explorer Window either. In Fact, I have tried GetMenu on several other applications, and the only apps I can...
1019
Steven Lloyd
ste88llo
Aug 22, 2005 9:52 pm
Your fix does work for me. Yahoo!!! Is this zip pretty stable or are there a lot of changes? In other words, do I need to unistall it and reinstall the old...
1018
Piotr Kaluski
pkaluski
Aug 22, 2005 7:41 pm
I have created a fix, which works at least for me. http://www.piotrkaluski.com/files/winguitest/distros/WGT_TV.zip Can you check if it works for you? I would...
1017
perlguitest@yahoogrou...
Aug 22, 2005 7:23 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the perlguitest group. File :...
1016
perlguitest@yahoogrou...
Aug 22, 2005 7:17 am
Enter your vote today! A new poll has been created for the perlguitest group: What is your opinion on the advanced tutorial on the Win32::GuiTest (please read...
1015
Piotr Kaluski
pkaluski
Aug 22, 2005 7:02 am
Hi Gabor, Thank you very much for your comments, see my answers below. You made a good point on my advanced tutorial. Therefore I have created a poll. I am...
1014
Gábor Szabó
gabor529
Aug 22, 2005 5:54 am
Hi Piotr, While preparing for my Win32::GuiTest presentaion on YAPC::EU::2005 in the end of the month I went through your tutorial ...
1013
joelisaacfriedman
joelisaacfri...
Aug 22, 2005 5:50 am
Unfortunately that will not work for me. I need to periodically send a refresh to an invisible IE window without stealing foucs. I've also looked into using...
1012
stuart arnold
sarnold_688
Aug 21, 2005 6:23 pm
I've been using this EXCELLENT product for over 2 years. You might as well delete SPY++ (or as I call it SPY--) the site was : http://www.gipsysoft.com/ but it...
1011
Gábor Szabó
gabor529
Aug 21, 2005 5:07 pm
Piotr, you mentioned winspector in an earlier message. I tried to Google for it and it pointed me to http://www.windows-spy.com/ which is currently...
1010
Gábor Szabó
gabor529
Aug 21, 2005 5:02 pm
... I also agree that it should be in a separate module but as the subject is related I raised the original issue here as well. As of what is more important as...
1009
apdaved
Aug 21, 2005 4:03 am
to answer your questions from below: I'm usind a sendkeys to send a (I think the keystroke combo is alt+f4, I don't have the code with me right now)... anyway,...
1008
Piotr Kaluski
pkaluski
Aug 20, 2005 11:02 am
I checked on my PC (XP, SP2). I have got the same effect - the call to SelTreeViewItemPath blows the application hosting the control. I will try to find some...
1007
Piotr Kaluski
pkaluski
Aug 20, 2005 6:59 am
It could be due to the fact that in IE menu is not Win32 menu resource as such but it is a smart toolbar. If you use winspector (boy, this a cool stuff really)...