It seem it is quite problematic to use Win32::GuiTest to automate applications written with some of the multi-platform toolkits. Actually this does not seem to...
Yes – I’ve found the same, and it IS frustrating. I tried Winspy as well, with the same lack of success. I don’t have any ideas but I’d sure like to ...
Hello! I think this is a quiet usefull module to automate applications -- thanks for porting it :-). I still go a question to steer an application which needs...
... could you send us code samle on how did you try it and maybe a more exact explanation on what would you do if you were a human being infront of the...
To Hrushi K: I just tested this script in SAMIE and it did properly click on the link. I am running SAMIE 1.0. I have not tested this with SAMIE 2.0 #...
I'm having the same problem. That is the GetListViewContents() function is returning a list of empty stings. The only thing I have to add is that it seems that...
Hello, I'm curious if your using Windows 9x or ME? If so, this issue exists and will need to be looked at. Note: Haven't had much time lately to work on this...
Hello, The primary dependencies would just be standard Windows DLLs User32.dll, ComCtl32.dll, etc. Hmmm, with regard to Win32::Daemon. I know I haven't tried...
In the future, please direct these SAMIE related questions to the appropriate public forums at: http://sourceforge.net/projects/samie Regards. ... the...
Yeah, the concepts between GTK and Windows based applications is a bit different. If you have control over the GTK application/source- code, you can use "that...
Yeah, that's it. Just the way the Windows message box works. There are several ways around this (spawning external script, write custom message box routine,...
... Win XP SP2 in both cases. The differneces are: Home (It works) Module was compiled with VC6 & I'm running ActiveState's Perl 5.8 At work (nothing in the...
Thanks for the confirmation and all the great code examples. I had a similar problem with "SaveAs" and invented the following companion process to get around...
No problem "Dennis K. Paulsen" <ctrondlpaulsden@...> wrote:In the future, please direct these SAMIE related questions to the appropriate public forums...
I am trying to retrieve the values available on a web page in this type of combo box. Whenever I try, I get very strange results. Here is what I tried: use...
I don't know what the issue was (& I don't have the privs to find out) but once I got the System Manager to install ActiveState 5.8 at work everything is fine....
Can you guys send me an example of GTK application (preferably a compiled executable, so I don't have to setup a compilation environment myself) -Piotr ... and...
... I don't have anything compiled but on this page you'll find my demo/tutorial app that is written in Perl. http://www.szabgab.com/gtk2.html Use it for...
When I run the following code against the leechftp treeview, it works. (TTreeView Class) If I try to select a treeview node from the Windows Explorer it blows ...
I have seen quite a few request for this but the latest version does not seem to support this treeview control (SysTreeView32). Is someone working on this?...
Have a look at my post 989. If you have some knowledge of windows programming and you are desperate to deal with SysTreeView32 you can try using my guidelines...
Hi, This is the question I asked GTK development community: <question> Hi all, I am involved in development of Win32::GuiTest perl library. It is a light ...
In my opinion, I think that it is more important to develop support for more advanced win32 controls like SysTreeView32 and .net support. As an automation...
I'm not sure you are doing anything wrong. I'm also having problems getting anything meaningful from these IE combo boxes - just get what appears to be an...
Could you be more specific on problems you have? Can you provide detailed instructions on how to recreate the problem? -Piotr ... what ... this ... Here ... ...
In the meantime I did some experiments and this are my quick observations. The control itself is mysterious. First of all there is nothing about it on MSDN....
Piotr, I've tried to keep it simple :) ... use Win32::GuiTest qw/:ALL/; use warnings; # Open IE at address "http://search.cpan.org/" before running my @ActWin...