| Author |
Message |
Topic: Problem with this aeroshake script |
chessonly
Replies: 1
Views: 605
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 5:23 pm Subject: Problem with this aeroshake script |
| Using the following script to enable aeroshake like feature in windows xp. This script works , except with the application kmplayer. When aeroshake is used with kmplayer, the window of kmplayer also ... |
Topic: Quick Launch like Vista |
chessonly
Replies: 13
Views: 6163
|
Forum: Scripts & Functions Posted: Thu Jan 14, 2010 5:48 pm Subject: Quick Launch like Vista |
OK i gave it a shot.
if WinExist("ahk_class classname")
{
WinActivate
}
else
{
;execute code
}
now only 'classname' needs to be replaced by the class ... |
Topic: Quick Launch like Vista |
chessonly
Replies: 13
Views: 6163
|
Forum: Scripts & Functions Posted: Thu Jan 14, 2010 4:49 pm Subject: Quick Launch like Vista |
| ^Fair enough. i guess i could try.. almost everything in the script is greek to me though. could give it a try |
Topic: script for online basketball game |
chessonly
Replies: 22
Views: 6848
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 1:48 pm Subject: script for online basketball game |
this is coolest use autohotkey that I have seen. really sweet!
Doesnt seem to work for me...explain little bit:)u need to change the value of the baskets position
;basket is at 142,482 .
change ... |
Topic: Quick Launch like Vista |
chessonly
Replies: 13
Views: 6163
|
Forum: Scripts & Functions Posted: Thu Jan 14, 2010 1:23 pm Subject: Quick Launch like Vista |
| can someone modify this script so that instead of launching another instance of an application, the win+# hotkey activates an existing instance of the application? |
Topic: problem with winactivate |
chessonly
Replies: 2
Views: 361
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 12:07 pm Subject: problem with winactivate |
you are right, disabling detechhiddenwindows almost fixes this. It works if the window if minimized, but doesn't work if the window has been traymin'ed (using some other program)
Also I have t ... |
Topic: problem with winset and autohiding taskbar |
chessonly
Replies: 6
Views: 475
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 11:57 am Subject: problem with winset and autohiding taskbar |
, as complicated as it is, yes that does seem to work!
thanks a lot
edit: i spoke too soon  |
Topic: problem with winactivate |
chessonly
Replies: 2
Views: 361
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 10:28 am Subject: problem with winactivate |
I have this:
#2::
DetectHiddenWindows, on
IfWinExist, ahk_class OpWindow
{
WinActivate, ahk_class OpWindow
}
Else
{
Run "E:\Program Files\Opera ... |
Topic: problem with winset and autohiding taskbar |
chessonly
Replies: 6
Views: 475
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 9:15 am Subject: problem with winset and autohiding taskbar |
| k, thanksq |
Topic: problem with winset and autohiding taskbar |
chessonly
Replies: 6
Views: 475
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 8:15 am Subject: problem with winset and autohiding taskbar |
nope that didn't help  |
Topic: problem with winset and autohiding taskbar |
chessonly
Replies: 6
Views: 475
|
Forum: Ask for Help Posted: Wed Jan 13, 2010 5:41 pm Subject: problem with winset and autohiding taskbar |
I have set windows taskbar to autohide. which means the taskbar only pops up when the win key is pressed OR the mouse is positioned at the bottom of the screen.
if the title bar of a window is remove ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
chessonly
Replies: 348
Views: 93462
|
Forum: Scripts & Functions Posted: Thu Dec 31, 2009 2:58 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| works ideally. thanks a lot for the help |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
chessonly
Replies: 348
Views: 93462
|
Forum: Scripts & Functions Posted: Thu Dec 31, 2009 2:16 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
thanks that works perfectly
However the 'scan' button doesn't seem to be working for me. COuld you add code to remove the entry from runlist.txt as well ? |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
chessonly
Replies: 348
Views: 93462
|
Forum: Scripts & Functions Posted: Thu Dec 31, 2009 10:55 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| from the harddrive |
Topic: Volume OSD - updated |
chessonly
Replies: 67
Views: 27960
|
Forum: Scripts & Functions Posted: Thu Dec 31, 2009 9:38 am Subject: Volume OSD - updated |
| works great! tanks |
| |