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 

Incrementally switch between windows
Goto page Previous  1, 2, 3 ... 7, 8, 9, 10, 11  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Tue Mar 08, 2005 6:50 pm    Post subject: Reply with quote

*smacks head*
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Wed Mar 09, 2005 4:04 am    Post subject: Reply with quote

Thanks for the bug report and for all the confirmations. This has been fixed in today's update.

It was a bad mistake and should have been caught. I'm sorry for any trouble it caused.
Back to top
View user's profile Send private message Send e-mail
twwilliams



Joined: 24 May 2004
Posts: 23
Location: Bellevue, WA USA

PostPosted: Wed Mar 09, 2005 4:22 am    Post subject: Works for me now Reply with quote

Thanks, Chris. It works for me now in 1.0.30.02.
_________________
Tommy
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Serenity



Joined: 08 Nov 2004
Posts: 1221

PostPosted: Wed Mar 09, 2005 7:27 am    Post subject: Reply with quote

Thanks for the update Chris. Smile It works here too.
_________________
"Anything worth doing is worth doing slowly." - Mae West
Back to top
View user's profile Send private message Visit poster's website
Professor
Guest





PostPosted: Mon Mar 21, 2005 6:49 am    Post subject: If only I could get it to work!! Reply with quote

Wow. The descriptions of this script have me salivating. Now, if only I could get it to work ;-(

I'm on W2K, just installed AHK 1.0.3.04, just installed the latest version of this script (21 Mar 2005), but all I get when I hit CapsLock is an empty "Windows Switcher" window. I can move it around, and kill it with ESC, but that's about it.

I'm looking at the variables in the debug window, and I can see that arrays are being populated with real data, but nothing is displaying.

Very sad... any ideas? I'm sure it's something dum at my end, because I can see that you are all having no problems.

(Love this kind of community, btw)
Thanks heaps,
LB
Back to top
keyboardfreak



Joined: 09 Oct 2004
Posts: 135
Location: Budapest, Hungary

PostPosted: Mon Mar 21, 2005 9:42 am    Post subject: Re: If only I could get it to work!! Reply with quote

Professor wrote:
I'm on W2K, just installed AHK 1.0.3.04, just installed the latest version of this script (21 Mar 2005), but all I get when I hit CapsLock is an empty "Windows Switcher" window. I can move it around, and kill it with ESC, but that's about it.

Works fine here on W2K with 1.0.30.04.

Can anyone else on W2K give it a try with the latest AHK version?


Last edited by keyboardfreak on Mon Mar 21, 2005 9:52 am; edited 1 time in total
Back to top
View user's profile Send private message
keyboardfreak



Joined: 09 Oct 2004
Posts: 135
Location: Budapest, Hungary

PostPosted: Mon Mar 21, 2005 9:49 am    Post subject: Re: If only I could get it to work!! Reply with quote

Professor wrote:
just installed the latest version of this script (21 Mar 2005)

The last release was on the 18th of February. It can be found in the first post. Make sure you use that version.
Back to top
View user's profile Send private message
twwilliams



Joined: 24 May 2004
Posts: 23
Location: Bellevue, WA USA

PostPosted: Tue Apr 19, 2005 8:28 pm    Post subject: Found a problem in the script Reply with quote

I found a problem in the script. Windows with apostrophes in their title (such as when visiting oreilly.com sites in your browser) break the script. The window list only shows the characters in the title before the apostrophe, and fails any attempts to activate that window.

This may be a limitation of the WinGet or WinGetTitle function in AHK but I haven't had time to investigate.

I'm posting here in case the fix is obvious to someone. If it isn't, I'll try to dig in later.
_________________
Tommy
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
keyboardfreak



Joined: 09 Oct 2004
Posts: 135
Location: Budapest, Hungary

PostPosted: Tue Apr 19, 2005 8:56 pm    Post subject: Re: Found a problem in the script Reply with quote

twwilliams wrote:
I'm posting here in case the fix is obvious to someone. If it isn't, I'll try to dig in later.

I have a hunch what the problem is. There is an old typo in the script which I forgot to fix: I wrote the carriage return character as 'r instead of `r. Could you test the script with this fix? If it fixes the bug I'll make it an "official" release.


Last edited by keyboardfreak on Wed Apr 20, 2005 6:14 am; edited 1 time in total
Back to top
View user's profile Send private message
twwilliams



Joined: 24 May 2004
Posts: 23
Location: Bellevue, WA USA

PostPosted: Tue Apr 19, 2005 9:09 pm    Post subject: Reply with quote

I've just done some trivial testing, but it seems to be working for me. Thanks for the quick fix.
_________________
Tommy
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
keyboardfreak



Joined: 09 Oct 2004
Posts: 135
Location: Budapest, Hungary

PostPosted: Wed Apr 20, 2005 6:14 am    Post subject: Reply with quote

New release. See the change log and the latest version in the first post.
Back to top
View user's profile Send private message
ezuk



Joined: 04 Jun 2005
Posts: 122

PostPosted: Tue Jun 07, 2005 4:50 pm    Post subject: Simply AWSOME. Reply with quote

This script is unbelieavable.

This is just amazing! Seriously!

I've just re-binded my Alt+Tab keys to work with this script instead of the default dialog.

Kudos to you. Wonderful work, very beautiful!
Back to top
View user's profile Send private message
ezuk



Joined: 04 Jun 2005
Posts: 122

PostPosted: Thu Jul 07, 2005 7:34 am    Post subject: Blank main dialog in script? Reply with quote

Did anyone else come across this problem?

One day, I just started getting the main dialog of the script _blank_. No text it in. Not even a textbox in it -- just a gray square (the window), with nothing in it.

I thought I messed up something in my script (inadvertant change or something) but I re-downloaded it from this thread, and it still happens.

Does anyone have a clue about this?

Thanks.
Back to top
View user's profile Send private message
keyboardfreak



Joined: 09 Oct 2004
Posts: 135
Location: Budapest, Hungary

PostPosted: Thu Jul 07, 2005 8:26 am    Post subject: Reply with quote

Did you update AutoHotkey recently? It's possible a new version of AH broke something in the script. It happened earlier.

I can't test it right now, but it's the most likely explanation if you use the original script intact.
Back to top
View user's profile Send private message
ezuk



Joined: 04 Jun 2005
Posts: 122

PostPosted: Sun Jul 10, 2005 9:23 am    Post subject: Reply with quote

keyboardfreak wrote:
Did you update AutoHotkey recently? It's possible a new version of AH broke something in the script. It happened earlier.

I can't test it right now, but it's the most likely explanation if you use the original script intact.


Thanks for the tip!

I updated AHK but it didn't help. I continued playing around with it, and eventually found out that the problem was with the location of the script within my larger, 'unified' script file (where I put all my scripts to avoid having multiple instances).

When I put this script as the first script on the file, things started working fine. Thanks again!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... 7, 8, 9, 10, 11  Next
Page 8 of 11

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group