| Author |
Message |
Forum: Support Topic: how can ahk run a file with the date as the file name? |
| Enter_User_Name_Here |
|
Posted: April 12th, 2011, 6:26 pm
|
|
Replies: 3 Views: 147
|
| Try this... year := substr(A_YYYY,-1) ;CREDIT TO CONTRIBUTORS AT THIS THREAD http://www.autohotkey.com/forum/post-436132.html&sid=7deef67d7bcff7f6f7dabce6adcfc1c3#436132 todaysfile := "d:\" . year . A_mm . A_dd . ".txt" MsgBox, %todaysfile% run, %todaysfile% Sleep, 50... |
|
 |
Forum: Support Topic: [AHK_L] Find parent of object? |
| Enter_User_Name_Here |
|
Posted: March 4th, 2011, 3:06 am
|
|
Replies: 4 Views: 131
|
| when writing method functions for objects, is there functionality to access the parent of an object? You're the one that invented this parent-child relationship, so naturally you need to also invent some way to access the parent from the child. Also, I noticed that the Enumerator only enumerates th... |
|
 |
Forum: Support Topic: [AHK_L] Find parent of object? |
| Enter_User_Name_Here |
|
Posted: March 3rd, 2011, 10:27 pm
|
|
Replies: 4 Views: 131
|
| [Moderator's note: Topic split from AutoHotkey_L thread .] Perhaps I missed it in the documentation... when writing method functions for objects, is there functionality to access the parent of an object? For instance: Parent := object("status", "booleanvalue") Parent.Chi... |
|
 |
Forum: Scripts Topic: Wallpaper Changer |
| Enter_User_Name_Here |
|
Posted: January 25th, 2011, 9:09 pm
|
|
Replies: 24 Views: 10021
|
Nice script.
Any idea how to get the stretch/center to go across multiple monitors? |
|
 |
Forum: Scripts Topic: Scrabble Word Tester |
| Enter_User_Name_Here |
|
Posted: January 11th, 2011, 10:12 pm
|
|
Replies: 3 Views: 1086
|
peterm wrote: There are a few more files in the folder, e.g. help, bigger dictionary, etc at: http://www.autohotkey.net/~petermEnjoy Peterm
Thanks for the post. I will look in to what you mention. Access was denied on the above. |
|
 |
Forum: Scripts Topic: Scrabble Word Tester |
| Enter_User_Name_Here |
|
Posted: January 10th, 2011, 10:54 pm
|
|
Replies: 3 Views: 1086
|
| Okay, I have been using this little script to help me get better at 2 and 3 letter words for Scrabble. I have designs on adding options for just 2 letter/3 letter words. I know the GUI design isn't the best, it was originally intended for my own use... so if anyone is interested in fiddle with it, b... |
|
 |
Forum: Scripts Topic: A Starcraft Broodwar Script V1.3b |
| Enter_User_Name_Here |
|
Posted: November 9th, 2010, 3:03 pm
|
|
Replies: 41 Views: 7784
|
| thanks for the quick response =) well actually all pro players do this: 1. Line up all the spit larva timing. You want to make sure you can do everything at once and that all the hatcheries are synchronized with another. 2. Hotkey all your hatchery to a control group. Next, hotkey all the queens (j... |
|
 |
Forum: Scripts Topic: A Starcraft Broodwar Script V1.3b |
| Enter_User_Name_Here |
|
Posted: November 8th, 2010, 9:13 pm
|
|
Replies: 41 Views: 7784
|
| I was planning on making an autohotkey macro for spawning larva with the queens and since I always search the net to see if somedone was first that's how I came across this post. I'm sure pixels won't be a problem, at the lowest quality without lighting it'll work like a charm and since I try to av... |
|
 |
Forum: Scripts Topic: AHK Functions :: Control_GetFont() / GuiDefaultFont() |
| Enter_User_Name_Here |
|
Posted: August 18th, 2010, 3:04 pm
|
|
Replies: 165 Views: 55718
|
| I will be glad if this code is optimised.. LDOM(TimeStr="") { If TimeStr= TimeStr = %A_Now% StringLeft Date,TimeStr,6 ; YearMonth Date1 = %Date% Date1+= 31,D ; A day in next month StringLeft Date1,Date1,6 ; YearNextmonth Date1-= %Date%,D ; Difference in days Return Date1 ... |
|
 |
Forum: Scripts Topic: A Starcraft Broodwar Script V1.3b |
| Enter_User_Name_Here |
|
Posted: July 7th, 2010, 7:41 pm
|
|
Replies: 41 Views: 7784
|
| I thought of a handy feature but not one that I know how to fully implement. Ping the map (to allies). Makes for easier partner communication. My thoughts so far are this: Transmitting and receiving the mini-map coordinates: 1) the messaging system within BW 2) TCP/IP communication (for instance htt... |
|
 |
Forum: Support Topic: keyboard and mouse input that is undetectable |
| Enter_User_Name_Here |
|
Posted: June 16th, 2010, 10:02 pm
|
|
Replies: 50 Views: 7079
|
| Hey, I have put together a script that uses kport to send keyboard commands. I must caution anyone who uses kport, the first reboot after installing it I had BIOS problems and couldn't boot. It said that I had an invalid configuration. I solved it by pulling the BIOS battery and resetting the BIOS c... |
|
 |
Forum: Support Topic: Send words in game |
| Enter_User_Name_Here |
|
Posted: June 16th, 2010, 7:00 pm
|
|
Replies: 3 Views: 564
|
| http://www.autohotkey.com/docs/FAQ.htm#games If that doesn't help then you might try using kport mentioned in this thread http://www.autohotkey.com/forum/viewtopic.php?t=829&highlight=game+defeats . I toyed around with kport a bit, and had a mostly working script for writing directly to the key... |
|
 |
Forum: Scripts Topic: A Starcraft Broodwar Script V1.3b |
| Enter_User_Name_Here |
|
Posted: June 15th, 2010, 7:08 pm
|
|
Replies: 41 Views: 7784
|
| In the pictures I have seen it looks like the bottom is always horizontal. If that's true then you can start with the bottom two corners. |
|
 |
Forum: Scripts Topic: DirectDraw Overlay (Proof of Concept) |
| Enter_User_Name_Here |
|
Posted: June 15th, 2010, 6:50 pm
|
|
Replies: 11 Views: 4316
|
| What type of script are you developing? Currently I have been working on improving a script for playing Starcraft Broodwar http://www.autohotkey.com/forum/viewtopic.php?t=53647 and would like to be able to show different statuses onscreen constantly instead of flashing messages via the in-game mess... |
|
 |
Forum: Scripts Topic: DirectDraw Overlay (Proof of Concept) |
| Enter_User_Name_Here |
|
Posted: June 15th, 2010, 2:32 pm
|
|
Replies: 11 Views: 4316
|
Before I go trying to take a stab at this writing a more general script... is there anything new on this?
Has anyone attempted anything else? If so, any pitfalls I can avoid? etc. etc. |
|
 |
| Sort by: |