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 6 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Help with values that I think should not equal.
defrostedchemist

Replies: 1
Views: 329

PostForum: Ask for Help   Posted: Mon Mar 29, 2010 9:15 pm   Subject: Help with values that I think should not equal.
Greetings,

So, my script kept giving odd output. I finally figured out it was because AHK considered some of the values I think are unique to be equal.
Any ideas why?
Below is my code. Run it an ...
  Topic: Need help with Script A unpausing Script B and vise versa
defrostedchemist

Replies: 4
Views: 372

PostForum: Ask for Help   Posted: Sat May 23, 2009 6:21 am   Subject: Need help with Script A unpausing Script B and vise versa
Wow, that works wonderfully. Thank you for the help. Cool
  Topic: Need help with Script A unpausing Script B and vise versa
defrostedchemist

Replies: 4
Views: 372

PostForum: Ask for Help   Posted: Fri May 22, 2009 7:53 pm   Subject: Need help with Script A unpausing Script B and vise versa
Thanks for the tip!
I'm still having a bit of trouble though.
So far, I can get Script_B to send a message to Script_A to pause Script_A.
However, once paused, it seems that Script_A will no longer ...
  Topic: how quick press two button in a intermittent form?
defrostedchemist

Replies: 3
Views: 307

PostForum: Ask for Help   Posted: Thu May 21, 2009 3:35 am   Subject: how quick press two button in a intermittent form?
This code will preform your desired function.
F1::
KeyWait,F1,D
Loop{
Send {F7}
Sleep 100
Send {F8}
Sleep 100
Send {F9}
Sleep 100
GetKeyState,state ...
  Topic: Need help with Script A unpausing Script B and vise versa
defrostedchemist

Replies: 4
Views: 372

PostForum: Ask for Help   Posted: Thu May 21, 2009 2:29 am   Subject: Need help with Script A unpausing Script B and vise versa
Hi, I have a question about using a script to pause or unpause a second script and vise versa.

Basically, I have two scripts that currently work just fine in tandem.
I am looking for a better way ...
  Topic: [lib] SimpleArray - short & fast string array - v3.5
defrostedchemist

Replies: 82
Views: 18963

PostForum: Scripts & Functions   Posted: Tue Sep 09, 2008 10:25 pm   Subject: [lib] SimpleArray - short & fast string array - v3.5

;Wow, I really like these array functions!
;I have two questions,
;I am currently using your array functions to do the following:

;This is my array.
TimerArray = 0|0|0|0|0|0|0|0|0|0|0|0
...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group