kcvinu Posted February 25, 2015 Share Posted February 25, 2015 Hi all, Please see this image. I want to get text from this window. But Window info tool doesn't show the text properly. I need to get the text under "Status" bar. Now the status is "Paused". Why i am asking this because, this YTD has not any download complete notification. So i would like make one with autoit. For that, i need to get the status text. Here is the visible text from this window. Go PRO for faster download speeds! Help Upgrade Now! <a ID="1">About YTD</a> | <a ID="2">Video Sites</a> | <a ID="3">FAQ</a> | <a ID="4">Contact Us</a> Share Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only) Link to comment Share on other sites More sharing options...
TheDcoder Posted February 25, 2015 Share Posted February 25, 2015 Try Disabling Spy++ Control Detection Logic [Ctrl + Alt + S to toggle] kcvinu 1 EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
kcvinu Posted February 25, 2015 Author Share Posted February 25, 2015 Hi TheDcoder, Let me try that. Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only) Link to comment Share on other sites More sharing options...
kcvinu Posted February 25, 2015 Author Share Posted February 25, 2015 @ TheDcoder, No way. It is not showing about file name and download status. Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only) Link to comment Share on other sites More sharing options...
TheDcoder Posted February 25, 2015 Share Posted February 25, 2015 Hmmmm..... EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
Solution MyEarth Posted February 25, 2015 Solution Share Posted February 25, 2015 ControlListView kcvinu 1 Link to comment Share on other sites More sharing options...
Geir1983 Posted February 25, 2015 Share Posted February 25, 2015 '?do=embed' frameborder='0' data-embedContent>> Maybe you can try with the SimpleSpy example if you can get it? kcvinu 1 Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted February 25, 2015 Moderators Share Posted February 25, 2015 (edited) From your screen shot, it looks like: _GUICtrlListView* functions will work. Edit: Pays to read everything you wrote! That also looks like an embedded progress bar, so maybe the above functions (_GUICtrlListView with Guiness's progress bar functions: '?do=embed' frameborder='0' data-embedContent>> ) Not sure he has the right ones, but could help. Edit2: Looks like that just sets the progress, you're looking for pbm_getpos. If you can get the handle to the progress bar, then this little bit of code will work more than likely: Edited February 25, 2015 by SmOke_N kcvinu 1 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
kcvinu Posted February 26, 2015 Author Share Posted February 26, 2015 Hi, Thank you all. Let me try. Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only) Link to comment Share on other sites More sharing options...
kcvinu Posted February 26, 2015 Author Share Posted February 26, 2015 Hi MyEarth, It worked. Thank you very much... Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only) Link to comment Share on other sites More sharing options...
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