| Author |
Message |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
KooKsTeR
Replies: 176
Views: 12527
|
Forum: Scripts & Functions Posted: Mon Jan 09, 2012 8:20 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
Hey http://i.imgur.com/xD0bV.jpg
URL := "http://www.autohotkey.com/search/search.php"
HEADERS := "Content-Type: application/x-www-form-urlencoded; Charset=utf ... |
Topic: Basic GUI creator. |
KooKsTeR
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Mon Dec 19, 2011 3:20 am Subject: Basic GUI creator. |
| how goes the progress maestrith? Or has the holidays halted progress? |
Topic: Basic GUI creator. |
KooKsTeR
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Wed Nov 30, 2011 4:37 am Subject: Basic GUI creator. |
| i created a button then tried to delete it. It removed the button name but not the button. |
Topic: AutoHotkey v2 Alpha Release |
KooKsTeR
Replies: 710
Views: 57950
|
Forum: Scripts & Functions Posted: Wed Nov 23, 2011 7:01 am Subject: AutoHotkey v2 Alpha Release |
i only like the legacy because they are more logical.
I don`t understand this. Why does the command / legacy syntax makes more sense to you? The functions are connected with the If-Expression. The ex ... |
Topic: Basic GUI creator. |
KooKsTeR
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Tue Nov 22, 2011 5:35 pm Subject: Basic GUI creator. |
| Any estimate as to when we will see the next release? |
Topic: Basic GUI creator. |
KooKsTeR
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Tue Nov 22, 2011 4:20 pm Subject: Basic GUI creator. |
| Any news on development? |
Topic: Aero Snap |
KooKsTeR
Replies: 10
Views: 1402
|
Forum: Scripts & Functions Posted: Sun Nov 20, 2011 6:48 am Subject: Aero Snap |
@scriptmonkey
Sorry its taken so long to fix that bug with office, but i just fixed it, and one other bug. Updating first post.
FYI: I wasnt able to fix the office bug 100% but its better than it ... |
Topic: XPSnap V1.1 Drag window to edges (Aero Snap) |
KooKsTeR
Replies: 13
Views: 1504
|
Forum: Scripts & Functions Posted: Sun Nov 20, 2011 6:20 am Subject: XPSnap V1.1 Drag window to edges (Aero Snap) |
Just so you know I wrote a script that does support multiple monitors a little while back. You can see it here:
http://www.autohotkey.com/forum/viewtopic.php?t=72848 |
Topic: Basic GUI creator. |
KooKsTeR
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Thu Nov 17, 2011 2:28 am Subject: Basic GUI creator. |
Minor glitches:
1) movement icon will not show up while moving over a control unless gui creator is active, even if you click and move it.
2) clicking a selected control from another window does not ... |
Topic: Basic GUI creator. |
KooKsTeR
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Mon Nov 14, 2011 7:42 am Subject: Basic GUI creator. |
You got it working!
Only one glitch to report with it.
1) If you have one or more controls selected, then activate a different window, then click back on one of the selected controls. The controls ... |
Topic: Basic GUI creator. |
KooKsTeR
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Sun Nov 13, 2011 5:23 pm Subject: Basic GUI creator. |
Maestrith I was able to fix what you were working on last night.
Insert the bottom code after this code here:
loop,parse,keys,`n
{
if Gui_split(A_LoopField,"=",2)
... |
Topic: Basic GUI creator. |
KooKsTeR
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Sun Nov 13, 2011 3:02 am Subject: Basic GUI creator. |
Glitches:
1) Any amount of controls will not be deleted when selected. Using delete/backspace key or remove control via right click menu.
2) Multiple selection is not working for drag. |
Topic: AutoHotkey v2 Alpha Release |
KooKsTeR
Replies: 710
Views: 57950
|
Forum: Scripts & Functions Posted: Sat Nov 12, 2011 5:41 pm Subject: AutoHotkey v2 Alpha Release |
| i only like the legacy because they are more logical. Yes the function based way is better. But the legacy way just makes sense. |
Topic: AutoHotkey v2 Alpha Release |
KooKsTeR
Replies: 710
Views: 57950
|
Forum: Scripts & Functions Posted: Sat Nov 12, 2011 10:57 am Subject: AutoHotkey v2 Alpha Release |
| Legacy commands to consider keeping (for convenience): IfWinActive, IfWinExist, IfInString, IfExist. I personally don't find IfInString all that convenient. Should it be kept? Should the others be kep ... |
Topic: Basic GUI creator. |
KooKsTeR
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Sat Nov 12, 2011 9:51 am Subject: Basic GUI creator. |
Things are looking great as ever man!
But i do have a few glitches to report though.
Glitches:
1) It seems things are not properly sticking to the grid after moving them around a bit.
2) ... |
| |