Zohar Posted March 26, 2021 Share Posted March 26, 2021 (edited) Hi all I am using AutoIt Window Info tool quite often, and there's something I wonder about, since the first days of using AutoIt. When I drag the ViewFinder icon, from the AutoIt Window Info tool, to another window, then the target window/control is Highlighted (when the Target Window has standard controls, and not some specially drawn controls). So far so good. The problem is, that this Highlghting happens when the MenuItem in Menu: Options\Highlight Controls is Off, and If I select it, then the behavior does not change.. So in any case (Off or On), you get the controls highlighted. So is this a tiny bug - inwhich this MenuItem's state is ignored by the code? Or is it me missing something here? Edited March 26, 2021 by Zohar Link to comment Share on other sites More sharing options...
argumentum Posted March 26, 2021 Share Posted March 26, 2021 I usually add to the ignore user without telling the user but this time, since I like you, I tell you. The why is all these questions. FrancescoDiMuro 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Nine Posted March 26, 2021 Share Posted March 26, 2021 No there is no bug. You need to think with a wider scope. There is a reason why this option exists. Try mixing different options and you will find the usage of this particular one. pixelsearch and Zohar 1 1 “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Zohar Posted March 26, 2021 Author Share Posted March 26, 2021 (edited) 2 hours ago, Nine said: Try mixing different options and you will find the usage of this particular one. Hmm Freeze=Off + Highlight Controls=On (and to make Freeze=Off express itself, we have to move the Focus away from the Window Info tool to any other window, by clicking some other window, or else Freeze=Off will not be expressed) Thanks.. BTW to make this easier for others, consider naming the MenuItem as "Highlight Controls even when Freeze=Off" or something with this meaning) Edited March 26, 2021 by Zohar pixelsearch 1 Link to comment Share on other sites More sharing options...
Nine Posted March 26, 2021 Share Posted March 26, 2021 Glad you found it. Making the highlight red is fun and easier to detect “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy 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