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 10 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Mouser (by Adam Pash): a new concept for a keyboard mouse
breech

Replies: 13
Views: 3225

PostForum: Scripts & Functions   Posted: Sun Mar 23, 2008 2:08 pm   Subject: Mouser (by Adam Pash): a new concept for a keyboard mouse
maybe. it was the downloaded exe that got flagged.
  Topic: Mouser (by Adam Pash): a new concept for a keyboard mouse
breech

Replies: 13
Views: 3225

PostForum: Scripts & Functions   Posted: Sun Mar 23, 2008 11:48 am   Subject: Mouser (by Adam Pash): a new concept for a keyboard mouse
headsup: the version with this datestamp:
Sunday, September 02, 2007, 11:37:54 PM
shows as worm_autorun.zh with trend office scan.
  Topic: Multiple Winwait at once?
breech

Replies: 36
Views: 1227

PostForum: Ask for Help   Posted: Thu Feb 21, 2008 8:33 am   Subject: Multiple Winwait at once?
breech the gosub method is inferior to SetTimer because its single threaded, so you code will only detect firefox when calc is found and dealt with.

yes you are right. I was using it sequentially w ...
  Topic: need to keep track of previous selected control
breech

Replies: 4
Views: 271

PostForum: Ask for Help   Posted: Thu Feb 21, 2008 8:17 am   Subject: need to keep track of previous selected control
sorry for not replying sooner (isp changed) thanks for that code, i used parts of it.
  Topic: Multiple Winwait at once?
breech

Replies: 36
Views: 1227

PostForum: Ask for Help   Posted: Wed Feb 20, 2008 12:51 pm   Subject: another way
this is easy & works for me:

Start:
gosub thread1
gosub thread2
gosub thread3
gosub thread4
goto Start ; or replace with timer/end whatever

Thread1:
WinWait, ...
  Topic: need to keep track of previous selected control
breech

Replies: 4
Views: 271

PostForum: Ask for Help   Posted: Mon May 14, 2007 12:25 am   Subject: need to keep track of previous selected control
nice, that works in your gui and even toggles the selected control.
I have tried, but I can't work out how to apply this to my apps window:

SetTitleMatchMode, 2
WinWait, Edit.,

thanks
  Topic: need to keep track of previous selected control
breech

Replies: 4
Views: 271

PostForum: Ask for Help   Posted: Fri May 11, 2007 1:01 am   Subject: need to keep track of previous selected control
i have a page full of oldschool slider controls & have to enter text in a text box after selecting a slider.

i want to be able to click the form and have the previous slider reselected.

chee ...
  Topic: ESC refuses to ALT-F4 full screen emulator
breech

Replies: 6
Views: 391

PostForum: Ask for Help   Posted: Tue Jul 05, 2005 9:24 am   Subject: ESC refuses to ALT-F4 full screen emulator
ah yeh i forgot to check screenshotarchive.
i already use zsnes from there.
nothing seems to be working with nester tho.
i will try FCEU & virtuanes.

BTW my cab runs all these with AHK:

...
  Topic: ESC refuses to ALT-F4 full screen emulator
breech

Replies: 6
Views: 391

PostForum: Ask for Help   Posted: Mon Jul 04, 2005 1:52 pm   Subject: ESC refuses to ALT-F4 full screen emulator
nope..

ESCAPE::WinClose A

works the same.
Full screen no effect (app minimises to windowed mode)
windowed closes it.
  Topic: ESC refuses to ALT-F4 full screen emulator
breech

Replies: 6
Views: 391

PostForum: Ask for Help   Posted: Mon Jul 04, 2005 11:33 am   Subject: ESC refuses to ALT-F4 full screen emulator
I have been using this code with a frontend to run various emulators in my arcade cab. Nester is my prefered NES emulator but the ESC key refuses to be controlled by autohotkey, only in fullscreen mod ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group