AutoHotkey Community

It is currently May 25th, 2012, 7:31 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 154 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next
Author Message
 Post subject:
PostPosted: February 18th, 2005, 9:51 pm 
Offline

Joined: April 7th, 2004, 2:43 pm
Posts: 62
keyboardfreak wrote:
New release. See the change log and the latest version in the first post.



Pefect - it completely solved the problem!
Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 21st, 2005, 10:00 am 
Offline

Joined: February 21st, 2005, 9:07 am
Posts: 11
Has anybody tested it on Windows 98?

There is no problem to launch and activate the script, and I can select the different windows using cursor keys, but nothing happens when I click "Enter" key. And the selection window can not be cancelled with Esc.

Is this the OS problem because it works fine on Windows XP at home?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 21st, 2005, 8:16 pm 
Offline

Joined: October 9th, 2004, 8:55 pm
Posts: 217
Location: Budapest, Hungary
winflowers wrote:
Is this the OS problem because it works fine on Windows XP at home?

Most probably. The script uses the Input command to capture keypresses. Using the Input command involves installing the keyboard hook which according to the documentation does not work on Win98:
Quote:
The keyboard hook is currently not supported under Windows 95/98/Me because those operating systems require a different type of hook that must reside in a DLL file. That hook has not yet been developed.

http://www.autohotkey.com/docs/commands ... bdHook.htm

If you really need it you can try rewriting the script. Instead of using the Input command separate hotkeys can be defined which call the relevant function if the switcher window is active
Quote:
$Enter::
ifwinactive, ahk_id %switcher_id%
; do stuff in response to enter
else
send, {enter}
return

Changes in the search string can be detected with a timer which monitors the input field, etc.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 8th, 2005, 5:17 pm 
Offline

Joined: May 24th, 2004, 7:45 pm
Posts: 23
Location: Bellevue, WA USA
I just upgraded from AHK 1.0.26.1 to 1.0.30.00 and this wonderful script stopped working. I don't know what the problem is, but rolling back to v1.0.26.1 causes it to work again. I'm using the latest version of your script, too.

I'm on XP Pro SP2 if that matters.

I'm willing to try some experiments if anyone has any suggestions.

_________________
Tommy


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 5:23 pm 
Offline

Joined: November 8th, 2004, 12:46 am
Posts: 1271
Its stopped working here too.

ahk 1.0.29.00
win2k sp4

_________________
"Anything worth doing is worth doing slowly." - Mae West
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 5:33 pm 
Offline

Joined: October 9th, 2004, 8:55 pm
Posts: 217
Location: Budapest, Hungary
It seems this line
Quote:
WinGet, id, list, , ,Program Manager

doesn't return any windows. It should return the list of all windows. Chris?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 5:37 pm 
Offline

Joined: November 8th, 2004, 12:46 am
Posts: 1271
On here, it displays the list of windows and pressing a letter will focus one of the items according to first letter match, but does nothing else. It doesn't display the title in the edit field at the bottom.

_________________
"Anything worth doing is worth doing slowly." - Mae West
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 5:45 pm 
Offline

Joined: October 9th, 2004, 8:55 pm
Posts: 217
Location: Budapest, Hungary
keyboardfreak wrote:
It should return the list of all windows.

I'm on W2K.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 5:48 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
Seren wrote:
Behind every successful woman is herself.


*jonny begins to wonder why there's no "masculism movement" or "International Men's Day"...*


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 6:16 pm 
Offline

Joined: November 8th, 2004, 12:46 am
Posts: 1271
jonny wrote:
Seren wrote:
Behind every successful woman is herself.


*jonny begins to wonder why there's no "masculism movement" or "International Men's Day"...*


Jonny, thats because mens day is every day. There is already a mens movement- the world revolves around it.

To return to the thread..

I've just installed ahk 1.0.30.01 and the script doesn't even show the GUI with the hotkey I've assigned.

_________________
"Anything worth doing is worth doing slowly." - Mae West
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 6:19 pm 
Offline

Joined: October 9th, 2004, 8:55 pm
Posts: 217
Location: Budapest, Hungary
Serenity wrote:
I've just installed ahk 1.0.30.01 and the script doesn't even show the GUI with the hotkey I've assigned.

That's the normal behavior if there are no windows on the screen. And for some reason WinGet says so.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 6:25 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
Lol. Ok, Seren, but I say, stop drilling when you've struck oil. When America gained independence, we didn't cross the Atlantic and beat 'em to a pulp. Then again, maybe I'm striking the wrong chord here. :lol:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 6:28 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5346
Location: UK
8th March - International Women's Day

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 6:46 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
Quote:
*jonny begins to wonder why there's no "masculism movement" or "International Men's Day"...*
:D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2005, 6:49 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5346
Location: UK
jonny wrote:
*jonny begins to wonder why there's no "masculism movement" or "International Men's Day"...*
Titan wrote:
Assuming the latter, men have the whole year to worry about... :P

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 154 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: nimda, spg SCOTT, Yahoo [Bot] and 4 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group