| Author |
Message |
Topic: [Alpha] AHK Google Earth Clone |
Rhys
Replies: 11
Views: 1634
|
Forum: Scripts & Functions Posted: Fri Nov 11, 2011 4:31 am Subject: [Alpha] AHK Google Earth Clone |
| @tidbit, thanks! The movie player is pretty cool. I might start joining IRC again soon, I miss the AHK community. I am migrating a large amount of code between different systems and trying to clean ... |
Topic: [Alpha] AHK Google Earth Clone |
Rhys
Replies: 11
Views: 1634
|
Forum: Scripts & Functions Posted: Thu Nov 10, 2011 1:43 pm Subject: [Alpha] AHK Google Earth Clone |
aaronbewza, go on ahead (click the emote for a surprise!).
You know, I'm surprised that thread didn't get more play.
Seems broken in AHK_L  |
Topic: [Basic] IP Helper - GUI to Release/Renew & Get External |
Rhys
Replies: 13
Views: 5676
|
Forum: Scripts & Functions Posted: Thu Nov 10, 2011 1:13 pm Subject: [Basic] IP Helper - GUI to Release/Renew & Get External |
@jeffaxelrod, if you haven't given up on me, I have updated the original script to show the PC name when you click the 'info' button. Relevant code is highligted in red below.
#SingleInstance, For ... |
Topic: Requesting help modifying a function |
Rhys
Replies: 1
Views: 394
|
Forum: Ask for Help Posted: Tue Oct 27, 2009 11:26 pm Subject: Requesting help modifying a function |
Totally untested:
CountTourneys() {
global
WinMenuSelectItem, PokerStars Lobby,, Requests, Registered In Tournaments
WinWait, Registered In Tournaments ahk_class #32770, , 10
WinGet, ... |
Topic: What is spotify? |
Rhys
Replies: 1
Views: 350
|
Forum: Ask for Help Posted: Sun Sep 27, 2009 2:25 am Subject: What is spotify? |
| http://searching.comforts.me/spotify |
Topic: DllCall: Basic FTP Functions |
Rhys
Replies: 97
Views: 37034
|
Forum: Scripts & Functions Posted: Thu May 28, 2009 7:09 pm Subject: DllCall: Basic FTP Functions |
So, what's the correct way of using the function?
heh
X: FTP_PutFile("lol.txt", NewRemoteFile="lol.txt", Flags="0")
O: FTP_PutFile("lol.txt", "lol.txt&q ... |
Topic: How to change MAC with AHK? |
Rhys
Replies: 3
Views: 577
|
Forum: Ask for Help Posted: Wed May 20, 2009 3:52 pm Subject: How to change MAC with AHK? |
Google returned this: http://devices.natetrue.com/macshift/
Maybe take a look at the source, probably can be ported to AHK...
I've never used this myself. |
Topic: One script, Multiple computers, update advice |
Rhys
Replies: 14
Views: 959
|
Forum: Ask for Help Posted: Wed May 13, 2009 7:16 pm Subject: One script, Multiple computers, update advice |
I'm not 100% sure I'm following you, but I think this will do what you want... Let me know if you have any questions and I will try to help...
settings.ini:[groups]
group1 = 59S,3S5,12S,17 ... |
Topic: Is there an implementation of 'hotstring reminder' pop-up? |
Rhys
Replies: 3
Views: 559
|
Forum: Ask for Help Posted: Wed May 13, 2009 4:48 pm Subject: Is there an implementation of 'hotstring reminder' pop-up? |
How about a hotstring helper menu?
http://www.autohotkey.com/forum/viewtopic.php?t=25783
This might fail your requirement about focus though... |
Topic: One script, Multiple computers, update advice |
Rhys
Replies: 14
Views: 959
|
Forum: Ask for Help Posted: Wed May 06, 2009 4:27 pm Subject: One script, Multiple computers, update advice |
My 2c: [url=http://www.autohotkey.com/forum/viewtopic.php?t=32702]Simple Auto-Update and store the user settings in an INI as mentioned above...
If you decide to use it and need help implementing l ... |
Topic: Very Strange GUI Problem - Mostly Blank? |
Rhys
Replies: 3
Views: 445
|
Forum: Ask for Help Posted: Wed May 06, 2009 3:08 pm Subject: Very Strange GUI Problem - Mostly Blank? |
| I just got word back that it's only happening on 2 machines, so I think you're right... I really wonder what could cause it to behave this way, though. Probably will never know. |
Topic: Very Strange GUI Problem - Mostly Blank? |
Rhys
Replies: 3
Views: 445
|
Forum: Ask for Help Posted: Wed May 06, 2009 1:21 pm Subject: Very Strange GUI Problem - Mostly Blank? |
| Some people are trying to use one of my scripts, but it isn't loading (or takes longer than it should to load). I'm really stumped about it since lots of people have used it w/o issue. So, I created ... |
Topic: Possible to Add Multiple ListView Columns using 1 Variable? |
Rhys
Replies: 4
Views: 1716
|
Forum: Ask for Help Posted: Wed Apr 22, 2009 7:42 pm Subject: Possible to Add Multiple ListView Columns using 1 Variable? |
| I'm using between 18-30 columns... I think what I am doing as a workaround is similar to what you've got there.. Basically I have a static 'matrix' of variables that are named LV_[1-30] where 30 is t ... |
Topic: Possible to Add Multiple ListView Columns using 1 Variable? |
Rhys
Replies: 4
Views: 1716
|
Forum: Ask for Help Posted: Wed Apr 22, 2009 6:43 pm Subject: Possible to Add Multiple ListView Columns using 1 Variable? |
| HotKeyIt, thank you for the suggestion, but this does not solve my problem exactly - I am looking for something that will work with an unknown number of columns. Creating the listview/header dynamica ... |
Topic: basic question: how do you give an ID to a gui item? |
Rhys
Replies: 4
Views: 753
|
Forum: Ask for Help Posted: Thu Apr 16, 2009 6:35 pm Subject: basic question: how do you give an ID to a gui item? |
Try adding a variable name to the button (you have added a gosub name) using vClicky.
When you use guicontrol, drop the 'v' from the name since it's not really part of the variable's name.
Gui, ... |
| |