Here are the changes: Fixed FileSelectFolder and TreeView to respond properly to mouse clicks when timers are running. Fixed inability of OnMessage() to...
Here are the changes: Fixed timers interfering with double-clicks in FileSelectFile. [thanks DJAnonimo] Fixed mouse hook causing a delay when pressing a GUI...
Hi everyone! I'm new using autohotkey. Some times don't remember any hot key and I would like to show a list of the hot keys and their function. "menu, view,...
Hi David, There's at least one topic on the forum that might be useful: http://www.autohotkey.com/forum/topic215.html If it's not exactly what you want, try...
Hi everyone: Trying to turn the monitor off I used: ..................................... ^!m:: SendMessage, 0x112, 0xF170, 2,, Program Manager Sleep 4000 ...
Dear *David*, *you wrote:* But It doesn't seem to work ok, the monitor turns off for half a second and then is back on. Any Idea? Try including a small delay...
Hi David, I had that trouble too - the problem is when you let go of the hotkey, you turn it back on by your activity (computers are faster than humans). The...
Here are the changes: Fixed ControlGetPos and ControlMove to work with "ahk_id %ControlHWND%". [thanks Hardeep] Fixed #CommentFlag to affect the line beneath...
Although this release has been extensively tested and is not expected to break any existing scripts, several low-level performance enhancements were made. If...
Hello again Chris, you helped me once before and I have another hopefully simple question. I run a program called Power Pro which uses the mouse keys left,...
... The easiest approach is probably to use #IfWinNotExist to detect whether the Power Pro window exists. If the Power Pro window is usually hidden, you might...
Hi all, I'm interested in whether Autohotkey can be used for GUI software testing. In particular, can it read and use menus and access contents of controls of...
Dan Kegel wrote ... Although not specifically designed for software testing, AutoHotkey has many suitable automation abilities such as sending keystrokes and...
... Thanks for the quick reply. (I just tried it, and Wine doesn't support remote menus yet; that's http://bugs.winehq.org/show_bug.cgi?id=5231, which I hope...
... Although I don't know of any complete list, as a rule, most common controls (like Edit and Static/Text) always yield their text. Text can usually be ...
Hi everyone, I hope you can help me... My name is Andreina Toro, I`m studing 5th year of Electronical Engeneering in Universidad Simón Bolivar in Venezuela,...
Hi everyone, I was using a macro recorder called KeyText, but I didn´t realize in time that it didn´t manipulate variables the way I wanted. I was reading...
Hello, thanks for answering so fast, I was reading the link you sent me. I have to confess that I´m not good at all programming. How do I execute from the...
... Run the command tshark and use the -T option to pick PDML format (see http://www.wireshark.org/docs/man-pages/tshark.html ) tshark will then output an XML...
Thanks!.. :) I´m going to use that method of command line execution. I have another question, I need to run another program a variable number of times...
NOTE: Although this release has been extensively tested and is not expected to break any existing scripts, several low-level performance enhancements were...
Here are the changes: v1.0.45.02: Fixed StringUpper and StringLower to work when OutputVar is the clipboard (broken by v1.0.45). [thanks songsoverruins] Fixed...
Here are the changes: Fixed file-pattern loops not to crash when recursing into paths longer than 259 characters. In addition, such paths and files are now...
Here are the changes: Fixed crash on Windows 9x when a script doesn't actually run (e.g. due to syntax error) (broken by v1.0.45). [thanks rogerg] Changed...
NOTE: Although this release has been extensively tested, several low-level enhancements were made. If you have any mission-critical scripts, it is recommended...
Dear List, I'm new to the list but not to Autohotkey. I love it. It has saved me so much time! I was wondering if anyone has messed with controlling Firefox...