| Author |
Message |
Topic: TF: Text file & Variables/String Library v3.2 [lib] |
evl
Replies: 122
Views: 12342
|
Forum: Scripts & Functions Posted: Thu Mar 04, 2010 6:14 pm Subject: TF: Text file & Variables/String Library v3.2 [lib] |
Thanks hugov
The "wrap" function saved me lots of time. Your work is very much appreciated! |
Topic: Recording Audio Seven Ways in AHK (6 ways even work) |
evl
Replies: 12
Views: 842
|
Forum: Scripts & Functions Posted: Sat Jan 30, 2010 12:21 pm Subject: Recording Audio Seven Ways in AHK (6 ways even work) |
Microphone recording: HarddiskOgg : http://www.fridgesoft.de/harddiskogg.php
Volume normalizing: mp3gain : http://mp3gain.sourceforge.net/
A while back I needed to record from a microphone. I foun ... |
Topic: Half Windows Script |
evl
Replies: 15
Views: 3684
|
Forum: Scripts & Functions Posted: Tue Apr 14, 2009 7:09 am Subject: Half Windows Script |
A nice, straightforward script. Thanks.
Someone else may know of a simple way to determine if a window is top-level or not, but I suspect there may be exceptions to any simple solutions and it wil ... |
Topic: Not Responding - check a window's status |
evl
Replies: 2
Views: 877
|
Forum: Scripts & Functions Posted: Sat Oct 18, 2008 2:15 am Subject: Not Responding - check a window's status |
Try the following (untested) - substitute in your own program's title:
NR_temp =0 ; init
TimeOut = 100 ; milliseconds to wait before deciding it is not responding - 100 ms seems reliable under 100 ... |
Topic: MButton: Close windows(taskbar+titlebar) & open IE links |
evl
Replies: 25
Views: 9629
|
Forum: Scripts & Functions Posted: Sun May 25, 2008 2:21 am Subject: MButton: Close windows(taskbar+titlebar) & open IE links |
| The section you need to look at is "; Close taskbar program click" - it doesn't do anything fancy though, just send a right click and press c to close, so perhaps the shortcut is different i ... |
Topic: CHKD - firmware enhancement for Canon camera's |
evl
Replies: 2
Views: 3326
|
Forum: Utilities & Resources Posted: Mon Apr 28, 2008 2:53 pm Subject: CHKD - firmware enhancement for Canon camera's |
| Interesting post. The camera I have isn't supported yet, but it's definitely worth looking at again in the future. Thanks! |
Topic: GMail Client v1.0 - Reversion |
evl
Replies: 21
Views: 3011
|
Forum: Scripts & Functions Posted: Mon Apr 21, 2008 1:26 pm Subject: GMail Client v1.0 - Reversion |
| I notice that both scripts use the password and username in the address (https://username:password@mail.google.com). Presumably you would need to be VERY careful using these kind of scripts as the inf ... |
Topic: [solved] GetParent (dllcall) not finding some parent windows |
evl
Replies: 1
Views: 650
|
Forum: Ask for Help Posted: Sun Apr 13, 2008 10:29 am Subject: [solved] GetParent (dllcall) not finding some parent windows |
Well I found the solution: The window doesn't have a parent, it has an owner.
Owner := Decimal_to_Hex( DllCall( "GetWindow", "uint", wid , "uint", "4& ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
evl
Replies: 139
Views: 37082
|
Forum: Scripts & Functions Posted: Sun Apr 13, 2008 10:07 am Subject: ALT-TAB replacement with icons and window titles in ListView |
Small update posted. It should fix all missing windows from the list  |
Topic: ALT-TAB replacement with icons and window titles in ListView |
evl
Replies: 139
Views: 37082
|
Forum: Scripts & Functions Posted: Thu Apr 10, 2008 4:46 am Subject: ALT-TAB replacement with icons and window titles in ListView |
... well mostly because I don't use Messenger and therefore never noticed the problem
But seriously, I fixed the issue yesterday, but want to try and iron out a small bug before posting the ... |
Topic: [solved] GetParent (dllcall) not finding some parent windows |
evl
Replies: 1
Views: 650
|
Forum: Ask for Help Posted: Thu Apr 10, 2008 4:43 am Subject: [solved] GetParent (dllcall) not finding some parent windows |
Here's an example script that shows the active window's parent when you Press F1. Any ideas why it wouldn't find a parent for the Winamp v 2.81 playlist editor window when Windowse F1::
Detec ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
evl
Replies: 139
Views: 37082
|
Forum: Scripts & Functions Posted: Wed Mar 26, 2008 9:20 am Subject: ALT-TAB replacement with icons and window titles in ListView |
Hi Azerty
It sounds very similar to a problem I noticed (and solved) with PSPad. Basically PSPad has a strange interface that has one main window and one "hidden" window which is not real ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
evl
Replies: 139
Views: 37082
|
Forum: Scripts & Functions Posted: Mon Mar 24, 2008 8:15 am Subject: ALT-TAB replacement with icons and window titles in ListView |
Groups explanation:
You can make a "group" of windows (under the right-click menu) that only includes or excludes certain windows. These then appear as tabs in the main window (the screen ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
evl
Replies: 139
Views: 37082
|
Forum: Scripts & Functions Posted: Sat Mar 22, 2008 9:54 am Subject: ALT-TAB replacement with icons and window titles in ListView |
New version + some new screenshots in the first post.
I've fixed the group bug(s) - there was also a bug in loading the group to edit it (some quotation marks when calling a function that shouldn't ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
evl
Replies: 139
Views: 37082
|
Forum: Scripts & Functions Posted: Fri Mar 21, 2008 8:17 am Subject: ALT-TAB replacement with icons and window titles in ListView |
Thanks for the kind words.
deanhill1971, thanks for identifying the bug - I'll fix it ASAP (and check the groups out a bit more thoroughly - that code had some big changes since the last version). |
| |