| Author |
Message |
Topic: Requesting help modifying a function |
Rhys
Replies: 1
Views: 174
|
Forum: Ask for Help Posted: Wed Oct 28, 2009 12:26 am 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: 143
|
Forum: Ask for Help Posted: Sun Sep 27, 2009 3:25 am Subject: What is spotify? |
| http://searching.comforts.me/spotify |
Topic: DllCall: Basic FTP Functions |
Rhys
Replies: 61
Views: 20367
|
Forum: Scripts & Functions Posted: Thu May 28, 2009 8: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: 274
|
Forum: Ask for Help Posted: Wed May 20, 2009 4: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: 591
|
Forum: Ask for Help Posted: Wed May 13, 2009 8: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: 275
|
Forum: Ask for Help Posted: Wed May 13, 2009 5: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: 591
|
Forum: Ask for Help Posted: Wed May 06, 2009 5: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: 239
|
Forum: Ask for Help Posted: Wed May 06, 2009 4: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: 239
|
Forum: Ask for Help Posted: Wed May 06, 2009 2: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: 598
|
Forum: Ask for Help Posted: Wed Apr 22, 2009 8: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: 598
|
Forum: Ask for Help Posted: Wed Apr 22, 2009 7: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: 453
|
Forum: Ask for Help Posted: Thu Apr 16, 2009 7: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, ... |
Topic: basic question: how do you give an ID to a gui item? |
Rhys
Replies: 4
Views: 453
|
Forum: Ask for Help Posted: Thu Apr 16, 2009 6:48 pm Subject: basic question: how do you give an ID to a gui item? |
AFAIK, the id is the name of whatever variable you have assigned to the control. This may not be true/possible for all control types...
Edit: Example:
gui,add,edit,vThisEdit w200,blah blah
gui,a ... |
Topic: Possible to Add Multiple ListView Columns using 1 Variable? |
Rhys
Replies: 4
Views: 598
|
Forum: Ask for Help Posted: Thu Apr 16, 2009 5:40 pm Subject: Possible to Add Multiple ListView Columns using 1 Variable? |
addtolists:
gui,listview,lv_1
loop,parse,new_orders,`r,`n
{
LV_Add("",A_LoopField)
}
A_Loopfield in the code above is a single line of a CSV file - I was intendi ... |
Topic: ahk-brand |
Rhys
Replies: 104
Views: 9031
|
Forum: General Chat Posted: Sun Mar 08, 2009 6:23 am Subject: ahk-brand |
| Did you have to use Sketchup Pro to get that 'sketchy' look? |
| |