AutoHotkey Community

It is currently May 26th, 2012, 2:54 am

All times are UTC [ DST ]




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

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
*smacks head*


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 9th, 2005, 4:04 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Works for me now
PostPosted: March 9th, 2005, 4:22 am 
Offline

Joined: May 24th, 2004, 7:45 pm
Posts: 23
Location: Bellevue, WA USA
Thanks, Chris. It works for me now in 1.0.30.02.

_________________
Tommy


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 9th, 2005, 7:27 am 
Offline

Joined: November 8th, 2004, 12:46 am
Posts: 1271
Thanks for the update Chris. :) It works here too.

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


Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 21st, 2005, 6:49 am 
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


Report this post
Top
  
Reply with quote  
PostPosted: March 21st, 2005, 9:42 am 
Offline

Joined: October 9th, 2004, 8:55 pm
Posts: 217
Location: Budapest, Hungary
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 March 21st, 2005, 9:52 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 21st, 2005, 9:49 am 
Offline

Joined: October 9th, 2004, 8:55 pm
Posts: 217
Location: Budapest, Hungary
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.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 19th, 2005, 8:28 pm 
Offline

Joined: May 24th, 2004, 7:45 pm
Posts: 23
Location: Bellevue, WA USA
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


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 19th, 2005, 8:56 pm 
Offline

Joined: October 9th, 2004, 8:55 pm
Posts: 217
Location: Budapest, Hungary
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 April 20th, 2005, 6:14 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 19th, 2005, 9:09 pm 
Offline

Joined: May 24th, 2004, 7:45 pm
Posts: 23
Location: Bellevue, WA USA
I've just done some trivial testing, but it seems to be working for me. Thanks for the quick fix.

_________________
Tommy


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2005, 6:14 am 
Offline

Joined: October 9th, 2004, 8:55 pm
Posts: 217
Location: Budapest, Hungary
New release. See the change log and the latest version in the first post.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Simply AWSOME.
PostPosted: June 7th, 2005, 4:50 pm 
Offline

Joined: June 4th, 2005, 1:54 am
Posts: 146
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!


Report this post
Top
 Profile  
Reply with quote  
PostPosted: July 7th, 2005, 7:34 am 
Offline

Joined: June 4th, 2005, 1:54 am
Posts: 146
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 7th, 2005, 8:26 am 
Offline

Joined: October 9th, 2004, 8:55 pm
Posts: 217
Location: Budapest, Hungary
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 10th, 2005, 9:23 am 
Offline

Joined: June 4th, 2005, 1:54 am
Posts: 146
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!


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 ... 5, 6, 7, 8, 9, 10, 11  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 24 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