YogeshDikshit 0 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 Share this post Link to post Share on other sites
l3ill 70 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...SnippetBrowserNewSciTEPathFinderText File ManipulationFTP Connection Tester / INI File - Read, Write, Save & Load Example Share this post Link to post Share on other sites
YogeshDikshit 0 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....? Share this post Link to post Share on other sites
YogeshDikshit 0 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.. Share this post Link to post Share on other sites
YogeshDikshit 0 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? Share this post Link to post Share on other sites