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 5 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Need help with Script A unpausing Script B and vise versa
defrostedchemist

Replies: 4
Views: 183

PostForum: Ask for Help   Posted: Sat May 23, 2009 7: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: 183

PostForum: Ask for Help   Posted: Fri May 22, 2009 8: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: 141

PostForum: Ask for Help   Posted: Thu May 21, 2009 4: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: 183

PostForum: Ask for Help   Posted: Thu May 21, 2009 3: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: 72
Views: 11529

PostForum: Scripts & Functions   Posted: Tue Sep 09, 2008 11: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