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 84 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Yet Another CountDown Script
Bytales

Replies: 4
Views: 2428

PostForum: Scripts & Functions   Posted: Wed Sep 23, 2009 4:45 pm   Subject: Yet Another CountDown Script
I like the way you made it. However i need a timer to count forward.
Say a start it now, and it counts the seconds minutes hours days, that have passed.
Further more, and this is the most important ...
  Topic: Type the time
Bytales

Replies: 3
Views: 136

PostForum: Ask for Help   Posted: Mon May 04, 2009 12:28 pm   Subject: Type the time
How can i make the program typewhich program?
autohotkey
  Topic: Type the time
Bytales

Replies: 3
Views: 136

PostForum: Ask for Help   Posted: Mon May 04, 2009 12:08 pm   Subject: Type the time
I need to type the time. The time is taken with the following script:
FormatTime, TimeString,, Time

The variable TimeString contains the time
The time is stored like this:
1:20 AM or 3:45 PM

...
  Topic: Double Mouse
Bytales

Replies: 12
Views: 547

PostForum: Ask for Help   Posted: Sun Nov 23, 2008 11:48 am   Subject: Double Mouse
what do you mean by a windowed game?
do you mean like an online game? or another computer game? because it should still work with any window.
Yah, an online game..... Very Happy Very Happy
  Topic: Double Mouse
Bytales

Replies: 12
Views: 547

PostForum: Ask for Help   Posted: Sun Nov 23, 2008 3:49 am   Subject: Double Mouse
Yap, it works with a normal window, such as mozzila firefox, however, it does not work with a windowed game. Bad luck i guess ....
  Topic: Double Mouse
Bytales

Replies: 12
Views: 547

PostForum: Ask for Help   Posted: Sun Nov 23, 2008 1:02 am   Subject: Double Mouse
if you want it to click on an inactive window you can use control click


ControlClick, x100 y150, Title of Window

you can get the x and y coordinates with window spy. and obviously you get the ...
  Topic: Double Mouse
Bytales

Replies: 12
Views: 547

PostForum: Ask for Help   Posted: Sat Nov 22, 2008 2:51 pm   Subject: Double Mouse
Basicaly what i want to do is send mouse click to different coordoates of a window without activating it, while i can use my mouse normaly. Is this even possible ?


ControlClick

--------------- ...
  Topic: Double Mouse
Bytales

Replies: 12
Views: 547

PostForum: Ask for Help   Posted: Sat Nov 22, 2008 1:52 pm   Subject: Double Mouse
If a mouse is clicking, why not use ControlClick in parallel to your standard click? Check the AHK manual to get enlighted. Good luck Cool
Let me get this straigth... ControlClick can "emulate&qu ...
  Topic: Double Mouse
Bytales

Replies: 12
Views: 547

PostForum: Ask for Help   Posted: Sat Nov 22, 2008 12:08 pm   Subject: Double Mouse
Is there a way to make 2 mouse cursors on the screen, ?
For instance one does what hot key tell it too, and the other is at my mouse command !
  Topic: Executing commands in a given time interval
Bytales

Replies: 4
Views: 278

PostForum: Ask for Help   Posted: Mon Sep 22, 2008 4:29 pm   Subject: Executing commands in a given time interval
alreadyRan = 0, what is this ?
and what is this

I don't understand that If at all, i do understand that the "run command" is between {}

but what are those:
(A_Now > A_Year A_ ...
  Topic: Executing commands in a given time interval
Bytales

Replies: 4
Views: 278

PostForum: Ask for Help   Posted: Mon Sep 22, 2008 2:42 pm   Subject: Executing commands in a given time interval
How can i execute a certain command if the time is say, between 14:35 and 14:55 ?

If time is betwen 14:35 and 14:55 (taken from windows or from other place, i don't know) ... >
Click there.
  Topic: Lock keyboard: Unblock BlockInput ON with the press of a key
Bytales

Replies: 9
Views: 416

PostForum: Ask for Help   Posted: Tue Sep 16, 2008 10:07 pm   Subject: Lock keyboard: Unblock BlockInput ON with the press of a key
No matter what, Nothing in AHK can block Ctrl+Alt+Del.

Input blocking is automatically and momentarily disabled whenever an ALT event is sent (then re-enabled afterward).

What exactly is an alt ...
  Topic: Lock keyboard: Unblock BlockInput ON with the press of a key
Bytales

Replies: 9
Views: 416

PostForum: Ask for Help   Posted: Tue Sep 16, 2008 9:16 pm   Subject: Lock keyboard: Unblock BlockInput ON with the press of a key

^B::BlockInput ON ; blocking input
^R::BlockInput OFF ;releasing input !


I wonder, will control-R work, or it too will be blocked. If a script is blocking all input, is there a ...
  Topic: Sending keystrokes to multiple windows without ControlSend
Bytales

Replies: 5
Views: 1086

PostForum: Ask for Help   Posted: Tue Sep 16, 2008 8:38 pm   Subject: Sending keystrokes to multiple windows without ControlSend
Perhaps, if win active (window 1 - specifi ahk-class), make it active, send the click
then if win active 2, make it active, send the click

Thats exactly what the last script in my original post is ...
  Topic: 2 x Star Wars Galaxies
Bytales

Replies: 8
Views: 404

PostForum: Ask for Help   Posted: Tue Sep 16, 2008 8:34 pm   Subject: 2 x Star Wars Galaxies
If win Exist, (window 1) by ahk class, make it active, send the click.
Try making active the window you want to click before each click !
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group