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 9 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [solved] IfWinNotActive ClipX madness
supulton

Replies: 3
Views: 350

PostForum: Ask for Help   Posted: Sat Jul 04, 2009 11:00 am   Subject: [solved] IfWinNotActive ClipX madness
I think I finally got it right.

Instead of dealing with the ActiveWindow (it wasn't working with ClipX), I used the ClipX process.

#RButton::
Process, Exist, clipx.exe ; Sets ErrorLevel ...
  Topic: [solved] IfWinNotActive ClipX madness
supulton

Replies: 3
Views: 350

PostForum: Ask for Help   Posted: Sat Jul 04, 2009 7:58 am   Subject: Re: IfWinNotActive ClipX madness
Try this and see what you get:

#RButton::
IfWinNotExist, CLIPX_MAIN
{
Run, C:\Program Files\ClipX\clipx.exe, , UseErrorLevel
if !ErrorLevel ; if ErrorLevel is empty or zero ...
  Topic: [solved] IfWinNotActive ClipX madness
supulton

Replies: 3
Views: 350

PostForum: Ask for Help   Posted: Sat Jul 04, 2009 3:38 am   Subject: [solved] IfWinNotActive ClipX madness
I'm trying to make a simple hotkey to control a program called ClipX with a Win-RightClick hotkey combination.

I've been having problems getting it just right.

What I want it to do is this:
Rem ...
  Topic: Scriptlet Library v4
supulton

Replies: 73
Views: 31140

PostForum: Scripts & Functions   Posted: Fri Jul 03, 2009 11:43 pm   Subject: Scriptlet Library v4
Amazing! Smile
  Topic: [solved] Modified time run
supulton

Replies: 4
Views: 269

PostForum: Ask for Help   Posted: Fri Jul 03, 2009 9:01 pm   Subject: [solved] Modified time run
It works great guys! Thanks muchly Smile
  Topic: [solved] Modified time run
supulton

Replies: 4
Views: 269

PostForum: Ask for Help   Posted: Fri Jul 03, 2009 10:45 am   Subject: [solved] Modified time run
I want to run a program whenever a certain text file is modified. Is this possible? This is what I've mustered up but it does nothing.


FileGetTime, todo_time, D:\todo.txt

if (todo_time ...
  Topic: [solved] popsel hotkey
supulton

Replies: 3
Views: 169

PostForum: Ask for Help   Posted: Thu Jul 02, 2009 8:26 am   Subject: [solved] popsel hotkey
Although I can't launch the executable directly, for some reason everything works peachy if I launch a windows link to the executable.

If that is the case, the following would work:

#MButton: ...
  Topic: [solved] popsel hotkey
supulton

Replies: 3
Views: 169

PostForum: Ask for Help   Posted: Thu Jul 02, 2009 6:27 am   Subject: [solved] popsel hotkey
Well, I've found a quick solution actually.

Although I can't launch the executable directly, for some reason everything works peachy if I launch a windows link to the executable.

ie. #MButton::R ...
  Topic: [solved] popsel hotkey
supulton

Replies: 3
Views: 169

PostForum: Ask for Help   Posted: Thu Jul 02, 2009 6:17 am   Subject: [solved] popsel hotkey
Hello, I've been having a problem getting a certain program to work properly.

I use a program called PopSel by Horst as a simple program launcher.
http://home.mnet-online.de/horst.muc/wpop.htm

...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group