amir Posted May 19, 2008 Posted May 19, 2008 I'm trying to work with a list, but i can't seem to be able to access it.The App i'm trying to automate is a .NET app, called "emoze Enterprise Edition" from www.emoze.com.The list is in the 'Add user' dialog.Here's a sample of the code i'm using to try to get some onfo from the list:ControlCommand("Add a New User","Select user from list","[CLASS:WindowsForms10.window.8.app3; INSTANCE:6]","GetLineCount", "")I believe the list info is correct, i used the info tool to get it.ThanksAmir
PsaltyDS Posted May 19, 2008 Posted May 19, 2008 I'm trying to work with a list, but i can't seem to be able to access it. The App i'm trying to automate is a .NET app, called "emoze Enterprise Edition" from www.emoze.com. The list is in the 'Add user' dialog. Here's a sample of the code i'm using to try to get some onfo from the list: ControlCommand("Add a New User","Select user from list","[CLASS:WindowsForms10.window.8.app3; INSTANCE:6]","GetLineCount", "") I believe the list info is correct, i used the info tool to get it. Thanks Amir Try either the ControlListView() or _GuiCtrlListView_*() functions on it. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
amir Posted May 20, 2008 Author Posted May 20, 2008 Try either the ControlListView() or _GuiCtrlListView_*() functions on it. Thanks.Well, it didn't work, i guess it's not a standard control...Thanks for trying to help.
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