| Author |
Message |
Topic: Hi i dont know whats problem of my calculator |
Leef_me
Replies: 4
Views: 64
|
Forum: Ask for Help Posted: Sat Feb 11, 2012 8:22 am Subject: Hi i dont know whats problem of my calculator |
I didn't ask if you read the tutorial.
I asked if you "worked through" the tutorial(s), there are actually 2.
The phrase "worked through" is defined as read every word and tr ... |
Topic: Hi i dont know whats problem of my calculator |
Leef_me
Replies: 4
Views: 64
|
Forum: Ask for Help Posted: Sat Feb 11, 2012 8:00 am Subject: Hi i dont know whats problem of my calculator |
You posted a script that does not compile.
Why ?
Error: Parameter #1 invalid
Specifically: Z
Line#
011: Gui,add,text,vZ W200
013: Gui,show,,MULTIPLY
015: R ... |
Topic: I have question about if |
Leef_me
Replies: 2
Views: 55
|
Forum: Ask for Help Posted: Sat Feb 11, 2012 8:00 am Subject: I have question about if |
@ HIHIHO
Have you worked through these tutorials?
http://www.autohotkey.com/docs/Tutorial.htm
http://www.autohotkey.com/forum/viewtopic.php?t=47791 |
Topic: Controlgettext - controlsend problems, |
Leef_me
Replies: 1
Views: 24
|
Forum: Ask for Help Posted: Sat Feb 11, 2012 3:57 am Subject: Controlgettext - controlsend problems, |
It seem you are saying that you don't want blank lines between the text that you get send to notepad.
If this is true, at least part of the problem is the multiple "{Enter}" in this line ... |
Topic: what to use instead tooltip? mouse script problem |
Leef_me
Replies: 1
Views: 41
|
Forum: Ask for Help Posted: Sat Feb 11, 2012 3:01 am Subject: what to use instead tooltip? mouse script problem |
Hi Gons, welcome to the forum.
Which 'numpad mouse' script do you mean?
Can you give a link or tell use whre you found it?
>>its only good when used in closed workspace. ive got an open work ... |
Topic: Interact with a window behind another? |
Leef_me
Replies: 4
Views: 93
|
Forum: Ask for Help Posted: Fri Feb 10, 2012 6:06 am Subject: Interact with a window behind another? |
I somehow missed your >not< wanting to switch windows. And thought I read that you >did< want to know how. Sorry about that.
>>Was I not clear enough with my issue?
For the mos ... |
Topic: I would set more then 10 variable in loopparse |
Leef_me
Replies: 8
Views: 177
|
Forum: Ask for Help Posted: Fri Feb 10, 2012 4:12 am Subject: I would set more then 10 variable in loopparse |
@ HIHIHO
Have you worked through these tutorials?
The phrase "worked through" is defined as read every word and tried every example.
http://www.autohotkey.com/docs/Tutorial.htm
http:// ... |
Topic: Interact with a window behind another? |
Leef_me
Replies: 4
Views: 93
|
Forum: Ask for Help Posted: Fri Feb 10, 2012 3:53 am Subject: Interact with a window behind another? |
The command "winset" can be used to change transparency of a window.
See the examples in the docs.
If you want to quickly switch between windows, use "WinGet" to get the ahk_id ... |
Topic: Swap mouse x with mouse y axis |
Leef_me
Replies: 3
Views: 70
|
Forum: Ask for Help Posted: Fri Feb 10, 2012 3:39 am Subject: Swap mouse x with mouse y axis |
>>It is suppose to do what I am seeking, but unfortunately is does not.
1. trying to "correct" the direction of mouse travel is a difficult if not impossible thing to code.
You sh ... |
Topic: How to change Dropdown with in a window |
Leef_me
Replies: 7
Views: 194
|
Forum: Ask for Help Posted: Fri Feb 10, 2012 3:30 am Subject: How to change Dropdown with in a window |
The control name likely changes each time the program is run.
This is a very generic script.
Run the script. & your program.
You must place your cursor on top of the control you want to chan ... |
Topic: Different commands for left- and right-click on GUI button |
Leef_me
Replies: 7
Views: 200
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 5:33 pm Subject: Different commands for left- and right-click on GUI button |
gui, add, button, gbtn, this
gui show, w200 h200
b_index=0
c_index=0
return
btn:
b_index++
tooltip, left click=[%b_index%] contextmenu=[%c_index%] control [%A_GuiCon ... |
Topic: I have question about counting |
Leef_me
Replies: 5
Views: 154
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 5:08 pm Subject: I have question about counting |
Please understand, I wasn't trying to be mean, and I wasn't angry.
i tested this source and i found the number is increasing by 100milisecond. the number was just keep going up really fast.
i a ... |
Topic: I have question about counting |
Leef_me
Replies: 5
Views: 154
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 8:45 am Subject: Re: THANKS |
| i have a question. when the banana pixel come up, if it stay the color for 1 second, whats gonna happen? because you set the timer for 1 milie second. so does it detect when the color change? or it de ... |
Topic: read from text file and loop the process |
Leef_me
Replies: 3
Views: 97
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 8:24 am Subject: read from text file and loop the process |
Hi lostinthewoods, welcome to the forum. Can I call you Woody?
http://www.autohotkey.com/docs/commands/FileReadLine.htm
http://www.autohotkey.com/docs/commands/StringSplit.htm
Loop
... |
Topic: Second clipboard |
Leef_me
Replies: 3
Views: 129
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 7:57 am Subject: Second clipboard |
referring to your posted script, I had to add a line to make the script reliably copy & paste
NewClipboard := Clipboard ; Assign the clipboard content to the variable
sleep, 100 ; <-- ... |
| |