| Author |
Message |
Topic: how to get wingettitle to work with IE8 and Opera10? |
dwaynek
Replies: 4
Views: 66
|
Forum: Ask for Help Posted: Sat Mar 20, 2010 4:47 am Subject: how to get wingettitle to work with IE8 and Opera10? |
| Leef_me, you're an insane genius! thankx! |
Topic: how to get wingettitle to work with IE8 and Opera10? |
dwaynek
Replies: 4
Views: 66
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 5:03 pm Subject: how to get wingettitle to work with IE8 and Opera10? |
weirdly enough, wingettitle works fine with Firefox 3.6 but breaks with IE8 and Opera 10.
this is all i do:
WinGetTitle, title, A
msgbox %title%
how do i get this to work? |
Topic: fileappend doesn't work |
dwaynek
Replies: 2
Views: 128
|
Forum: Ask for Help Posted: Sun Nov 15, 2009 11:27 am Subject: fileappend doesn't work |
ok i might be totally missing something obvious but i can't get a simple FileAppend line to work. i used this from the help:
FileAppend, Another line.`n, C:\My Documents\Test.txt
and i get ... |
Topic: detect if itunes or windows media player is playing |
dwaynek
Replies: 3
Views: 362
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 8:08 am Subject: detect if itunes or windows media player is playing |
| is there a way to detect if itunes or windows media player is playing a song? |
Topic: how to define a hotstring with the "\" symbol in i |
dwaynek
Replies: 4
Views: 221
|
Forum: Ask for Help Posted: Mon Jul 06, 2009 12:49 am Subject: how to define a hotstring with the "\" symbol in i |
hmm you're right, apparently the order of how it was defined made a difference. so by putting the one with the symbol first, autohotkey would trigger that first.
thanks! |
Topic: how to define a hotstring with the "\" symbol in i |
dwaynek
Replies: 4
Views: 221
|
Forum: Ask for Help Posted: Sun Jul 05, 2009 8:14 am Subject: how to define a hotstring with the "\" symbol in i |
| nope didn't work. |
Topic: how to define a hotstring with the "\" symbol in i |
dwaynek
Replies: 4
Views: 221
|
Forum: Ask for Help Posted: Sun Jul 05, 2009 6:09 am Subject: how to define a hotstring with the "\" symbol in i |
i have a hotstring for "ts" but i want another hotstring specifically with the \ symbol in it eg "\ts".
how would i do this since autohotkey keeps referencing the original every ... |
Topic: how to enable break during script execution? |
dwaynek
Replies: 5
Views: 380
|
Forum: Ask for Help Posted: Tue May 12, 2009 10:52 pm Subject: how to enable break during script execution? |
ExitApp causes Autohotkey to completely terminate resulting in me requiring to restart it.
and pause is just a temporary pause.
how do i end the currently executing script but still have a fully ... |
Topic: how do i use a comma in inputbox |
dwaynek
Replies: 2
Views: 94
|
Forum: Ask for Help Posted: Tue May 12, 2009 10:40 pm Subject: how do i use a comma in inputbox |
| thanks!! |
Topic: how to enable break during script execution? |
dwaynek
Replies: 5
Views: 380
|
Forum: Ask for Help Posted: Tue May 12, 2009 10:13 pm Subject: how to enable break during script execution? |
| how do i enable, eg the esc key, to break execution of a script? |
Topic: how do i use a comma in inputbox |
dwaynek
Replies: 2
Views: 94
|
Forum: Ask for Help Posted: Tue May 12, 2009 10:07 pm Subject: how do i use a comma in inputbox |
| eg inputbox, type, are you a dog, cat or frog? |
Topic: how do you display multiple lines of text in inputbox? |
dwaynek
Replies: 3
Views: 211
|
Forum: Ask for Help Posted: Fri Jan 23, 2009 8:29 pm Subject: how do you display multiple lines of text in inputbox? |
thanks both of you for taking the time to respond.
the `n was what i was looking for. |
Topic: how do you display multiple lines of text in inputbox? |
dwaynek
Replies: 3
Views: 211
|
Forum: Ask for Help Posted: Fri Jan 23, 2009 5:37 pm Subject: how do you display multiple lines of text in inputbox? |
| i want to display multiple lines of text in the inputbox dialog box instead of its default action which wraps text? |
Topic: how do i pause a script and resume on pressing enter? |
dwaynek
Replies: 5
Views: 444
|
Forum: Ask for Help Posted: Mon Dec 29, 2008 10:23 pm Subject: how do i pause a script and resume on pressing enter? |
| figured it out. i didn't even realize there was an INPUT command that would do it. |
Topic: how do i pause a script and resume on pressing enter? |
dwaynek
Replies: 5
Views: 444
|
Forum: Ask for Help Posted: Mon Dec 29, 2008 10:13 pm Subject: how do i pause a script and resume on pressing enter? |
| i actually want a solution where it sends output, pauses for input (without a msgbox), then when i press ENTER, it continues on with the macro. |
| |