| Author |
Message |
Topic: ALT-TAB replacement with icons and window titles in ListView |
deanhill1971
Replies: 135
Views: 25556
|
Forum: Scripts & Functions Posted: Thu Mar 20, 2008 5:07 pm Subject: ALT-TAB replacement with icons and window titles in ListView |
evl,
I hadn't used AltTab.ahk for a long time, but decided today to start using it again. What an interesting surprise to find that you posted an update just yesterday.
The script seems mu ... |
Topic: OnClipboardChange label eventually stops responding |
deanhill1971
Replies: 14
Views: 739
|
Forum: Ask for Help Posted: Wed Nov 07, 2007 8:47 pm Subject: OnClipboardChange label eventually stops responding |
I ran your test in Word, but I wrote the clips out to files then did a binary diff. Word creates two different binary clips even if you copy the exact same data twice in a row. Strange, but true.
R ... |
Topic: OnClipboardChange label eventually stops responding |
deanhill1971
Replies: 14
Views: 739
|
Forum: Ask for Help Posted: Wed Nov 07, 2007 7:27 pm Subject: OnClipboardChange label eventually stops responding |
Laszlo: Actually, the AHK help file says the following about comparing binary ClipboardAll variables. My interpretation is that my comparison will work fine. Your thoughts?
Variables to which Clipb ... |
Topic: OnClipboardChange label eventually stops responding |
deanhill1971
Replies: 14
Views: 739
|
Forum: Ask for Help Posted: Wed Nov 07, 2007 6:50 pm Subject: OnClipboardChange label eventually stops responding |
Laszlo: Good point about my binary comparison. If I ever get OnClipboardChange to work the way I need, I'll research a long-term solution.
Your Traytip code is a good addition. It serves a sim ... |
Topic: OnClipboardChange label eventually stops responding |
deanhill1971
Replies: 14
Views: 739
|
Forum: Ask for Help Posted: Wed Nov 07, 2007 4:08 pm Subject: OnClipboardChange label eventually stops responding |
So far, vital and I have both run across this problem.
If urlwolf or anyone else wants to try and reproduce the problem, then run the script below.
To test, do copies and pastes throughout the d ... |
Topic: OnClipboardChange label eventually stops responding |
deanhill1971
Replies: 14
Views: 739
|
Forum: Ask for Help Posted: Fri Oct 12, 2007 6:14 pm Subject: OnClipboardChange label eventually stops responding |
| I moved all my clipboard code into its own script. The OnClipboardChange label does remain active longer in this configuration, but it still stops being called after several hours of using the script. ... |
Topic: Centering tooltip text within a window |
deanhill1971
Replies: 2
Views: 283
|
Forum: Ask for Help Posted: Thu Aug 16, 2007 8:46 pm Subject: Centering tooltip text within a window |
Sweet. That works.
Thanks Skan. |
Topic: Centering tooltip text within a window |
deanhill1971
Replies: 2
Views: 283
|
Forum: Ask for Help Posted: Thu Aug 16, 2007 8:09 pm Subject: Centering tooltip text within a window |
Is there a simple way to center the text of a tooltip within a window?
I have code to calculate the center of the window. However, if the tooltip is, "This is my tooltip to display.", the ... |
Topic: OnClipboardChange label eventually stops responding |
deanhill1971
Replies: 14
Views: 739
|
Forum: Ask for Help Posted: Mon Jul 30, 2007 11:07 am Subject: OnClipboardChange label eventually stops responding |
| Thanks for the suggestions Laszlo. I used #ClipboardTimeout 2000, but I still see the problem. I'll try setting the timeout to other values, and see what happens. |
Topic: OnClipboardChange label eventually stops responding |
deanhill1971
Replies: 14
Views: 739
|
Forum: Ask for Help Posted: Sat Jul 28, 2007 1:15 pm Subject: OnClipboardChange label eventually stops responding |
Thanks for the reply. I'm still seeing OnClipbardChange stop responding (way too often).
Unless there is a fix, I'm going to start restructuring my script in the hope it resolves the issue. |
Topic: OnClipboardChange label eventually stops responding |
deanhill1971
Replies: 14
Views: 739
|
Forum: Ask for Help Posted: Wed May 16, 2007 4:12 pm Subject: OnClipboardChange label eventually stops responding |
| I've written my own multiple clipboard code (just like many other people have done). Everything works great for maybe three hours, then I notice that the contents of my multi-clip list isn't changing. ... |
Topic: Popup menu sometimes doesn't have focus |
deanhill1971
Replies: 16
Views: 962
|
Forum: Ask for Help Posted: Fri Mar 16, 2007 6:19 pm Subject: Popup menu sometimes doesn't have focus |
I do have a work-around for this problem (which I should have posted a long time ago).
Shader is correct about the problem happening when the mouse isn't at the same place as the menu. I do a Mouse ... |
Topic: A_ThisMenuItem is NOT blank when menu is cancelled |
deanhill1971
Replies: 8
Views: 283
|
Forum: Ask for Help Posted: Wed Dec 13, 2006 1:06 pm Subject: A_ThisMenuItem is NOT blank when menu is cancelled |
toralf, please try your test again.
A_ThisMenuItem starts off blank when the script starts. Try selecting an item then popup the menu again and press Escape. A_ThisMenuItem will contain the first v ... |
Topic: A_ThisMenuItem is NOT blank when menu is cancelled |
deanhill1971
Replies: 8
Views: 283
|
Forum: Ask for Help Posted: Wed Dec 13, 2006 12:53 pm Subject: A_ThisMenuItem is NOT blank when menu is cancelled |
I've used this approach several times, and it does work fine (except I have trouble determining when someone presses Escape).
Using multiple labels is definitely an option, but I've found a bunch o ... |
Topic: A_ThisMenuItem is NOT blank when menu is cancelled |
deanhill1971
Replies: 8
Views: 283
|
Forum: Ask for Help Posted: Tue Dec 12, 2006 9:28 pm Subject: A_ThisMenuItem is NOT blank when menu is cancelled |
I'm using AHK 1.0.46, and the help file says:
The built-in variables A_ThisMenuItem and A_ThisMenuItemPos contain the name and position of the custom menu item most recently selected by the user (bla ... |
| |