| Author |
Message |
Topic: how to create multi-dimensional array? |
dwaynek
Replies: 1
Views: 169
|
Forum: Ask for Help Posted: Sat Sep 08, 2007 10:57 am Subject: how to create multi-dimensional array? |
| how would i go about creating a multi-dimensional array? |
Topic: newline in msgbox |
dwaynek
Replies: 3
Views: 137
|
Forum: Ask for Help Posted: Thu Sep 06, 2007 4:30 pm Subject: newline in msgbox |
| whoa, that was fast! thanks! |
Topic: newline in msgbox |
dwaynek
Replies: 3
Views: 137
|
Forum: Ask for Help Posted: Thu Sep 06, 2007 4:20 pm Subject: newline in msgbox |
| how do i create a msgbox spanning several lines with linefeeds/newlines? |
Topic: how do i send the % key without autohotkey thinking var |
dwaynek
Replies: 8
Views: 478
|
Forum: Ask for Help Posted: Sun Aug 12, 2007 10:45 pm Subject: how do i send the % key without autohotkey thinking var |
| awesome, thanks! didn't work at first until i upgraded to the new ver but worked fine after that. thanks again engunneer. |
Topic: how do i send the % key without autohotkey thinking var |
dwaynek
Replies: 8
Views: 478
|
Forum: Ask for Help Posted: Thu Aug 09, 2007 11:15 pm Subject: how do i send the % key without autohotkey thinking var |
if the stringreplace line is placed after the url line as in:
url="http://search.ebay.com/search/search.dll?cgiurl=http%3A%2F%2Fcgi.ebay.com%2Fws%2F&fkr=1&from=R8&satitle=%word ... |
Topic: how do i send the % key without autohotkey thinking var |
dwaynek
Replies: 8
Views: 478
|
Forum: Ask for Help Posted: Thu Aug 09, 2007 10:51 pm Subject: how do i send the % key without autohotkey thinking var |
i cant even do a stringreplace because if i do:
stringreplace, url, url, %, `%
i get:
Error: This parameter contains a variable name missing its ending percent sign.
i cant even define a v ... |
Topic: how do i send the % key without autohotkey thinking var |
dwaynek
Replies: 8
Views: 478
|
Forum: Ask for Help Posted: Thu Aug 09, 2007 8:36 pm Subject: how do i send the % key without autohotkey thinking var |
i wanna send a long url which has % all over it but autohotkey keeps thinking the % is the start of a variable. instead of having to put ` at every %, is there an easier way?
i thought sendraw wou ... |
Topic: how to use winactive for multiple hotkeys |
dwaynek
Replies: 5
Views: 257
|
Forum: Ask for Help Posted: Tue Jul 31, 2007 10:14 pm Subject: how to use winactive for multiple hotkeys |
| thanks guest. that's awesome, i thought winactive could only be coded within the subtext of a keyword definition, not defined outside of it. this is so kewl! |
Topic: how to use winactive for multiple hotkeys |
dwaynek
Replies: 5
Views: 257
|
Forum: Ask for Help Posted: Tue Jul 31, 2007 5:05 pm Subject: how to use winactive for multiple hotkeys |
yes i already know about those 2 commands but how would i use GroupAdd in conjunction with WinActive?
what i don't want to end up is doing:
::aforememtioned::aforementioned
if winactive, notepa ... |
Topic: how to use winactive for multiple hotkeys |
dwaynek
Replies: 5
Views: 257
|
Forum: Ask for Help Posted: Tue Jul 31, 2007 3:26 pm Subject: how to use winactive for multiple hotkeys |
i have a whole bunch of hotkeys defined eg
::aforememtioned::aforementioned
::againnst::against
::agains::against
::agaisnt::against
::aganist::against
but i only want them fired in certain ... |
Topic: IntelliSense III |
dwaynek
Replies: 72
Views: 45518
|
Forum: Scripts & Functions Posted: Wed Jul 25, 2007 10:31 pm Subject: IntelliSense III |
yes i am, apparently it only disappears if i hit {enter} or {esc}.
how do i clear the tooltip after it expands?
i'll check out ISense. |
Topic: IntelliSense III |
dwaynek
Replies: 72
Views: 45518
|
Forum: Scripts & Functions Posted: Wed Jul 25, 2007 9:49 pm Subject: IntelliSense III |
i tried the script in its default form and when i begin to type eg continue, i can expand it, but the tooltip "continue" still appears after expansion.
is there a way to code it so that ... |
Topic: display popup whenever hotkey is detected |
dwaynek
Replies: 7
Views: 443
|
Forum: Ask for Help Posted: Wed Jul 25, 2007 9:22 pm Subject: display popup whenever hotkey is detected |
| Decarlo110, i don't understand how this would look in an actual .ahk file. can you give me an example? |
Topic: AutoReplace |
dwaynek
Replies: 25
Views: 7068
|
Forum: Scripts & Functions Posted: Wed Jul 25, 2007 4:23 pm Subject: AutoReplace |
this is awesome! but i'd like to implement some form of tooltip to show the text being replaced before it replaces it.
does anyone have an idea how i'd do that? |
Topic: can't capture url in firefox by using alt-d, ctrl-c |
dwaynek
Replies: 2
Views: 194
|
Forum: Ask for Help Posted: Thu May 24, 2007 4:50 pm Subject: can't capture url in firefox by using alt-d, ctrl-c |
this is driving me crazy!!
i'm trying to just do a simple alt-d then ctrl-c to capture the url in my mozilla firefox 2.0 but AutoHotkey just refuses to do it!!
this is just too whacked for words ... |
| |