Zohar Posted May 7, 2010 Posted May 7, 2010 (edited) When using AutoIt Window Info tool(the one that comes with latest version),every time when I run it, it opens with Freeze=True(Menu: Options\Freeze)In previous version it wasn't like that..How can I change it so it will not start with freeze=true? Edited May 9, 2010 by Zohar
Moderators Melba23 Posted May 7, 2010 Moderators Posted May 7, 2010 Zohar,How can I change it so it will not start with freeze=true?I do not believe you can.But what is the problem with it being set? Most people seem to prefer it that way - which may be why it was changed a few versions ago. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Zohar Posted May 7, 2010 Author Posted May 7, 2010 (edited) hi melba =) coz everytime I run it, I need to Unset it.. :/ Edited May 7, 2010 by Zohar
somdcomputerguy Posted May 7, 2010 Posted May 7, 2010 A workaround.. Opt("WinTitleMatchMode", 2) Run(@ProgramFilesDir & "\AutoIt3\Au3Info.exe") WinWaitActive("Window Info") Send("^!f") - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Zohar Posted May 7, 2010 Author Posted May 7, 2010 A workaround.. Opt("WinTitleMatchMode", 2) Run(@ProgramFilesDir & "\AutoIt3\Au3Info.exe") WinWaitActive("Window Info") Send("^!f") heh =) using AutoIt on AutoIt I wonder why they did it like that. coz If someone runs AutoItWindowInfo tool, it means he's gonna use it.. so where would it be useful to have it start frozen? :\
Steveiwonder Posted May 7, 2010 Posted May 7, 2010 Maybe the way its coded, it needs the user to "unfreeze" and fire up some while loop? Who devloped it anyway? Ask them They call me MrRegExpMan
Bowmore Posted May 7, 2010 Posted May 7, 2010 heh =)If someone runs AutoItWindowInfo tool, it means he's gonna use it..so where would it be useful to have it start frozen? :\Why do you think it necessary to have to uncheck the frozen option in order to use it? Before, when frozen was not the default option I used to get frustrated at having to set it to frozen before using AutoIt Info to get the identification details of a control. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook
Zohar Posted May 8, 2010 Author Posted May 8, 2010 Why do you think it necessary to have to uncheck the frozen option in order to use it?because if it's frozen then it doesn't do anything...Before, when frozen was not the default option, I used to get frustrated at having to set it to frozen before using AutoIt Info to get the identification details of a control.You used to set it to Frozen Before getting the identification details of a control?Don't you mean After?
GEOSoft Posted May 8, 2010 Posted May 8, 2010 IIRC that is Jons baby so ask away. It has been that way for a long time now but you are correct in the fact it wasn't always that way. Personally I would like to see an option for that because I don't like it starting frozen either, to the point where I now either don't bother with it or I use an older version. In order to use it, you have to unfreeze it first and then freeze it again when it contains the info you want. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
MHz Posted May 8, 2010 Posted May 8, 2010 because if it's frozen then it doesn't do anything...That is what may seem to you. In frozen mode, you can drag the finder cross-hair on to a window (or the desired control within the window) without needing to unfreeze and freeze again. The finder can be quicker and easier which is perhaps the reason Jon chose the option of starting frozen. You can select the window/control with the finder and the info is there in AutoIt Info. Then you can double click on data entries in AutoIt Info to copy to clipboard. Seems quite functional to me so perhaps you could give it a try.
Zohar Posted May 8, 2010 Author Posted May 8, 2010 (edited) In frozen mode, you can drag the finder cross-hair on to a window (or the desired control within the window) without needing to unfreeze and freeze again.ohhhhhhhnow I get it!I totally forgot about the finder..I always moved the mouse till it is on the desired window/control, and then copied the data.I knew it would be useful to ask about it!now I finally see a logic in the decision!and thanks, I think I will use the finder too, because it's easier that way after you select the window/control you want.(the data is not overwritten when you move the mouse)Thank you MHz!:] Edited May 8, 2010 by Zohar
somdcomputerguy Posted May 8, 2010 Posted May 8, 2010 I have never used the finder either, I will try that next time I have to use the info tool. Thanks MHz. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
setirich Posted May 8, 2010 Posted May 8, 2010 Lot's of learning going on here....WaHoo....I was bugged by the new default for the past...? months...but now that I see the light...errr....logic of dragging the thingy over the target....hey...very cool. Too bad I don't always take the time to read the change hstory when new versions come up.... Good intentions will always be pleaded for every assumption of authority. It is hardly too strong to say that the Constitution was made to guard the people against the dangers of good intentions. There are men in all ages who mean to govern well, but they mean to govern. They promise to be good masters, but they mean to be masters.-Daniel Webster
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