YogeshDikshit Posted June 23, 2010 Posted June 23, 2010 we have a read-only grid control in our application and we wish to get the content from this grid and compare it with other window titles. Could anybody please help me in this? Thanks in Advance, Yogesh
l3ill Posted June 23, 2010 Posted June 23, 2010 Depends on what type of content you need. If its only the title you need that shouldn't be difficult. In any case you will need to use the Window Info tool provided with Autoit and some of the functions like WingetTitle. Some of the devs may have more input when they show up later... good luck! My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
YogeshDikshit Posted June 25, 2010 Author Posted June 25, 2010 Its a grid control; and it shows a list of user names. when we select a user name from this list in application - how to get the selected item through AutoIt....?
YogeshDikshit Posted June 28, 2010 Author Posted June 28, 2010 Depends on what type of content you need. If its only the title you need that shouldn't be difficult. In any case you will need to use the Window Info tool provided with Autoit and some of the functions like WingetTitle.Some of the devs may have more input when they show up later...good luck!Hi,I searched for the solution to above problem - (getting grid content or values) on the internet and found the below link which says there is a limitation with Autoit for grids. My linkPlease help me with this in a right direction..
YogeshDikshit Posted June 28, 2010 Author Posted June 28, 2010 Depends on what type of content you need. If its only the title you need that shouldn't be difficult. In any case you will need to use the Window Info tool provided with Autoit and some of the functions like WingetTitle.Some of the devs may have more input when they show up later...good luck!Also note that we have a grid of format x*y; where x (rows) and y (columns) could be varying. So can we get the selected value from this grid?
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