| Author |
Message |
Topic: Practical OOP-advantage-showing example is needed |
keybored
Replies: 40
Views: 1343
|
Forum: Ask for Help Posted: Thu Dec 29, 2011 4:09 pm Subject: thanks |
| nimda, I got it working, thanks! |
Topic: Practical OOP-advantage-showing example is needed |
keybored
Replies: 40
Views: 1343
|
Forum: Ask for Help Posted: Thu Dec 29, 2011 3:55 pm Subject: error with example |
I'm not able to run the example by Learning One. Can someone help me understand what I need to change to run it. Here is the error I get.
I am running the most recent AHK_L Unicode.
Error: Expe ... |
Topic: Hotkey Script with Sleep function, needs to be interupted |
keybored
Replies: 1
Views: 73
|
Forum: Ask for Help Posted: Tue Oct 25, 2011 4:01 am Subject: Hotkey Script with Sleep function, needs to be interupted |
| How do you want it to be "interrupted"? This example will interrupt itself and restart if re-using the hotkey. It was changed to use SetTimer and might not function exactly as before. Try it ... |
Topic: Variable Reference for Commands |
keybored
Replies: 13
Views: 292
|
Forum: Ask for Help Posted: Thu Oct 20, 2011 9:29 am Subject: Variable Reference for Commands |
Guest,
I found the thread for AHK.DLL. I suggest asking there for help using it dynamically.
http://www.autohotkey.com/forum/topic43049.html
I don't have much of a clue and the help file wouldn ... |
Topic: Variable Reference for Commands |
keybored
Replies: 13
Views: 292
|
Forum: Ask for Help Posted: Wed Oct 19, 2011 5:26 am Subject: Variable Reference for Commands |
If I recall this was not possible and changing ahk to make it possible added to much complexity. Someone here may have a useful work around I am not aware of.
The only thing I can think of at the m ... |
Topic: Only function IfWinNotActive |
keybored
Replies: 2
Views: 94
|
Forum: Ask for Help Posted: Fri Oct 14, 2011 6:30 pm Subject: Only function IfWinNotActive |
I think you want context sensitive hotkeys so you get two things
• active 3dsmax will cause Send as you described
• otherwise it will open the calculator
http://www.autohotkey.com/docs/Hotkeys.htm# ... |
Topic: download to mht |
keybored
Replies: 8
Views: 478
|
Forum: General Chat Posted: Fri Oct 14, 2011 5:35 am Subject: download to mht |
...should be easily possible with COM
Is anything with COM actually easy?
I somehow got the impression that learning how to do things with COM was like gouging your eyes out with the dull end of a ... |
Topic: Dropdown list that sends keystrokes |
keybored
Replies: 4
Views: 293
|
Forum: Ask for Help Posted: Wed Oct 12, 2011 5:48 pm Subject: Dropdown list that sends keystrokes |
Here is one way I've seen this done. It permits any label to execute any code. Depending on what you intend to send you may not need separate subroutines.
Well you could do without the subroutines ... |
Topic: Multiple Random file copy |
keybored
Replies: 7
Views: 241
|
Forum: Ask for Help Posted: Mon Oct 10, 2011 3:51 pm Subject: Multiple Random file copy |
| Yes. I love these easy questions. |
Topic: Cloze - code for memorizing quotes. [fixed] |
keybored
Replies: 4
Views: 148
|
Forum: Ask for Help Posted: Sun Oct 09, 2011 11:18 pm Subject: Cloze - code for memorizing quotes. [fixed] |
I switched to using := and %. Didn't break anything.
Code works well enough for me now too. |
Topic: What do YOU use AutoHotKey for? |
keybored
Replies: 18
Views: 1237
|
Forum: General Chat Posted: Sun Oct 09, 2011 2:53 am Subject: What do YOU use AutoHotKey for? |
Work.
I fully or partially automate lots of stuff at work.
Yesterday I automated removal of over 1000 old records from a database (they don't give me access to the SQL tables directly). The first ... |
Topic: Cloze - code for memorizing quotes. [fixed] |
keybored
Replies: 4
Views: 148
|
Forum: Ask for Help Posted: Fri Oct 07, 2011 2:09 pm Subject: Cloze - code for memorizing quotes. [fixed] |
j[]hn, Thanks!! That was it.
Mickers, Yes I've tried to learn := some before. I guess I can take my old code swap = for := and post what I break on the forum to get help fully understanding. |
Topic: Cloze - code for memorizing quotes. [fixed] |
keybored
Replies: 4
Views: 148
|
Forum: Ask for Help Posted: Fri Oct 07, 2011 11:49 am Subject: Cloze - code for memorizing quotes. [fixed] |
AutoTrim Off
v_Quote :=
(
"Let the first act of every morning be to make thefollowing resolve for the day:`nI shall not fear anyone on Earth`nI shall fear only God`nI shall not b ... |
Topic: Is a Loop for a file spec within another loop for a seperate |
keybored
Replies: 2
Views: 260
|
Forum: Ask for Help Posted: Thu Oct 06, 2011 11:44 pm Subject: Is a Loop for a file spec within another loop for a seperate |
It looks like you may not need a second loop.
Your psuedo filenames create confusion about what is best to be done. Perhaps you can give specific examples.
What is the similarity between your in ... |
Topic: Run link with special properties |
keybored
Replies: 6
Views: 91
|
Forum: Ask for Help Posted: Wed Oct 05, 2011 2:53 pm Subject: Run link with special properties |
Seriously?
Run, "D:\Program Files\SWAT 4\ContentExpansion\System\Swat4X.exe" -nointro |
| |