AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 5311 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Hi i dont know whats problem of my calculator
Leef_me

Replies: 4
Views: 64

PostForum: 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

PostForum: 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 ? Confused


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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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? Wink

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

PostForum: 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 ; <-- ...
 
Page 1 of 355 Goto page 1, 2, 3 ... 353, 354, 355  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group