v1rtu0s1ty Posted July 22, 2005 Posted July 22, 2005 Ok guys, I've attached the app that I'm working with. The app sucks because most of the dialogue or msgboxes have the same titlebar. F! Take a look at the auto it info. That's all I get even if I hover the mouse to anywhere on the other attached gif file. Classnames are all the same to for the messageboxes or dialog windows. Any other ideas to differentiate it since all titlebar contains the same text, Rekon2000. Thanks,
dumdum8684 Posted July 22, 2005 Posted July 22, 2005 (edited) v1rtu0s1ty said: Ok guys,I've attached the app that I'm working with. The app sucks because most of the dialogue or msgboxes have the same titlebar. F! Take a look at the auto it info. That's all I get even if I hover the mouse to anywhere on the other attached gif file.Classnames are all the same to for the messageboxes or dialog windows.Any other ideas to differentiate it since all titlebar contains the same text, Rekon2000. Thanks,<{POST_SNAPBACK}>You might want to try using the advanced mode of the WinTitleMatchMode. If you set the option to 4 then you could interact with the windows using their classname instead of the title. If i'm not mistaken then the ClassNameNN is what you are looking at and should be different for every window. For more information check out the following sections.+Using AutoIt |----Window Titles and Text (Advanced)|----===Mode 4+Misc. Functions|----AutoItSetOption|----===WinTitleMatchModeHope that helps. -Aaron Edited July 22, 2005 by dumdum8684
v1rtu0s1ty Posted July 22, 2005 Author Posted July 22, 2005 dumdum8684 said: You might want to try using the advanced mode of the WinTitleMatchMode. If you set the option to 4 then you could interact with the windows using their classname instead of the title. If i'm not mistaken then the ClassNameNN is what you are looking at and should be different for every window. For more information check out the following sections.+Using AutoIt |----Window Titles and Text (Advanced)|----===Mode 4+Misc. Functions|----AutoItSetOption|----===WinTitleMatchModeHope that helps. -Aaron<{POST_SNAPBACK}>I have used advanced mode however, the classnameNN always shows the same for the child window. It actually works, however, I'm not able to get or pull anything inside that child window. When you said interact, were you just talking about matching string using classname=someclass rather than the title of the window?
dumdum8684 Posted July 22, 2005 Posted July 22, 2005 v1rtu0s1ty said: I have used advanced mode however, the classnameNN always shows the same for the child window. It actually works, however, I'm not able to get or pull anything inside that child window. When you said interact, were you just talking about matching string using classname=someclass rather than the title of the window?<{POST_SNAPBACK}>Interact as in Close,Activate,Minimize, etc. If you want text from a specific field then you could try the using the Controls functions. They are listed in the controls section of the windows management. If you hover over the field that you want with the AutoIt Window Info you can get the control ID.-Aaron
v1rtu0s1ty Posted July 22, 2005 Author Posted July 22, 2005 dumdum8684 said: Interact as in Close,Activate,Minimize, etc. If you want text from a specific field then you could try the using the Controls functions. They are listed in the controls section of the windows management. If you hover over the field that you want with the AutoIt Window Info you can get the control ID.-Aaron<{POST_SNAPBACK}>That's the problem. That's what I was telling on the other thread that even if I hover the mouse over the text, I don't get any response from AutoIt WIndow Info and neither Spy++ from visual studio.
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