| Author |
Message |
Forum: Support Topic: Read a progress bar inside another application |
| Believer |
|
Posted: November 22nd, 2010, 3:28 pm
|
|
Replies: 4 Views: 136
|
| That's a great idea, but I'm thinking it is only usable for certain programs. I knew there was not an easy solution to this, but your's is certainly an intelligent way to approach the problem. I also realize that using pixel colors won't be the same for every program since some PG bars use green and... |
|
 |
Forum: Support Topic: Read a progress bar inside another application |
| Believer |
|
Posted: November 22nd, 2010, 2:58 pm
|
|
Replies: 4 Views: 136
|
| Well, I was watching Outlook grind away trying to receive and send etc. during startup, and was thinking, "wouldn't it be nice if I could have the machine do something else when outlook gets to 65-70% through it's processing...". I usually go make coffee at this point anyway while waiting,... |
|
 |
Forum: Support Topic: Read a progress bar inside another application |
| Believer |
|
Posted: November 22nd, 2010, 2:21 pm
|
|
Replies: 4 Views: 136
|
| Hi All, I've searched around in the forums for some ideas on this, but since the birth of AHK_L and IRONAHK, I was wondering what possible solutions there might be for reading a progress bar inside of an application or game or anything other than a web browser? Any thoughts, or did I miss an obvious... |
|
 |
Forum: Support Topic: PHP Echo help |
| Believer |
|
Posted: July 20th, 2010, 1:26 pm
|
|
Replies: 1 Views: 153
|
|
 |
Forum: Scripts Topic: MW2 Quick Scope Script! |
| Believer |
|
Posted: July 12th, 2010, 5:00 pm
|
|
Replies: 22 Views: 14083
|
I'll have to take a look later, but I don't run it in windowed mode, and maybe that's why.
Thanks! |
|
 |
Forum: Scripts Topic: MW2 Quick Scope Script! |
| Believer |
|
Posted: July 11th, 2010, 4:28 pm
|
|
Replies: 22 Views: 14083
|
| Interesting approach, for me at least, this does not work while in game. I do see the overlay out of game though. Running Win7 64bit, if it matters t all. |
|
 |
Forum: Support Topic: Autohotkey problem with putty(or other external application) |
| Believer |
|
Posted: May 27th, 2010, 1:23 pm
|
|
Replies: 2 Views: 510
|
|
 |
Forum: Support Topic: Random sounds |
| Believer |
|
Posted: May 22nd, 2010, 2:29 pm
|
|
Replies: 3 Views: 445
|
| Here is a simple script I wrote using the QA array library that will allow you to select the folder that contains the .wav files, and when F12 is pressed it will play one randomly. Just posting it for some ideas in case it is helpful for what you currently have. ; Include Array Library #Include QA.a... |
|
 |
Forum: Scripts Topic: Modal Vim |
| Believer |
|
Posted: May 6th, 2010, 1:13 pm
|
|
Replies: 9 Views: 4754
|
| Hello there, Great job on the code When I try to run your script, either use ahk or convert to exe, I get the following exception Error at line 21 Line Text: While GetKeyState("CAPSLOCK", "P") Error:This line does not contain a recognized action. I am using Windows 7 as well, do... |
|
 |
Forum: Offtopic Topic: Virtual Machine Linux |
| Believer |
|
Posted: May 1st, 2010, 2:37 pm
|
|
Replies: 4 Views: 433
|
| I agree, Virtualbox is very easy to use and setup. |
|
 |
Forum: Offtopic Topic: Which Web Page Editor do you use? |
| Believer |
|
Posted: April 20th, 2010, 1:32 pm
|
|
Replies: 13 Views: 468
|
| I use EditPlus for most things. I also have CS4 suite, but I really prefer EditPlus because it is a light application that I can run from within a TrueCrypt container inside Dropbox (or on a thumbdrive) so I have all my settings available to me on all the machines I end up using. So EditPlus in conj... |
|
 |
Forum: Offtopic Topic: Indesign or Quark |
| Believer |
|
Posted: March 29th, 2010, 12:23 pm
|
|
Replies: 6 Views: 416
|
| We are making the switch now and the designers prefer InDesign as do our editors.... can't speak for it personally though. |
|
 |
Forum: Support Topic: Toggle any key |
| Believer |
|
Posted: March 18th, 2010, 3:21 am
|
|
Replies: 8 Views: 1056
|
| But why does the script work even without that toggle := !toggle reset of the variable? Seems kinda odd that it does the exact same thing with or without that line no? |
|
 |
Forum: Support Topic: Toggle any key |
| Believer |
|
Posted: March 18th, 2010, 1:10 am
|
|
Replies: 8 Views: 1056
|
| Thanks for the replies. Hugov, I tried this and get the same results I was getting: If (toggle) { Hotkey,%UserDefinedKey%,SubCustomToggle,off } If (!toggle) { Hotkey,%UserDefinedKey%,SubCustomToggle,on } toggle := !toggle I also tried this and get the same results... |
|
 |
Forum: Support Topic: Toggle any key |
| Believer |
|
Posted: March 17th, 2010, 12:46 pm
|
|
Replies: 8 Views: 1056
|
| Thanks for your input guys. I tried the: if toggle := !toggle and it won't do anything. the "T" seems fine, the script does work, just not as I thought it would. It may be something in the logic, but I can't seem to see it (still new to ahk). It may be something in how HOTKEY is handling i... |
|
 |
| Sort by: |