kd123 Posted January 17, 2007 Posted January 17, 2007 Hello, I am using AutoIt3 functions with Perl, I have registered AutoITX3.dll using regsvr32 [full path of dll file] I do the following in my perl script use Win32::OLE; my $Au3 = Win32::OLE->new("AutoItX3.Control"); then using the $Au3 object I call the functions I am having a problem while using ControlListView function I get the results from only the GetText option, other options donot work e.g. check the following line of code, it does not work $Au3->WinActivate("Add Managed Systems Wizard"); $Au3->ControlListView("Add Managed Systems Wizard", "", "SysListView322", "SelectAll"); I have another question... will my automation code of AutoIt work on 64bit machine? Thanks, KD.
jvanegmond Posted January 17, 2007 Posted January 17, 2007 Your code will work on a 64 bit machine. I'm scripting on a 64 bit amd right now. github.com/jvanegmond
kd123 Posted January 17, 2007 Author Posted January 17, 2007 Thanks for the Reply, Have you worked with the SysTreeView Control, I have a SysTreeView Control where keyboard doesnot work e.g. if I want to right click on particular node in the tree I cannot sed {SHIFTDOWN}{F10}{SHIFTUP} which will generaly produce a right click on the selected control. The code for the SysTreeView is such that it is not taking any keyborad inputs, do you know any workaround via AutoIT.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now