| Author |
Message |
Topic: Mouse Gearbox |
evl
Replies: 8
Views: 4588
|
Forum: Scripts & Functions Posted: Tue Dec 28, 2010 2:50 pm Subject: Mouse Gearbox |
| I liked the idea of using the mouse wheel and displaying the speed in this way. I had some issues with the code above and ended up making my own modified version (which doesn't disable the middle butt ... |
Topic: [module] RaGrid 2.0.1.6-4 |
evl
Replies: 52
Views: 12978
|
Forum: Scripts & Functions Posted: Wed Oct 20, 2010 11:40 am Subject: [module] RaGrid 2.0.1.6-4 |
I found a bug with sorting: the options for the sort types are 0, 1 or 2 (not 1, 2, 3). The correct options are:
0=Ascending, 1=Descending, 2=Invert
RaGrid has been very useful for me this w ... |
Topic: Ahkroid, classic game |
evl
Replies: 12
Views: 1779
|
Forum: Scripts & Functions Posted: Sun Jun 20, 2010 2:11 am Subject: Ahkroid, classic game |
Surprisingly good! The code looks deceptively short.  |
Topic: TF: Text file & Variables/String Library v3.3 [lib] |
evl
Replies: 183
Views: 30946
|
Forum: Scripts & Functions Posted: Thu Mar 04, 2010 5:14 pm Subject: TF: Text file & Variables/String Library v3.3 [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: 2553
|
Forum: Scripts & Functions Posted: Sat Jan 30, 2010 11:21 am 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: 4572
|
Forum: Scripts & Functions Posted: Tue Apr 14, 2009 6: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: 1350
|
Forum: Scripts & Functions Posted: Sat Oct 18, 2008 1: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: 28
Views: 14288
|
Forum: Scripts & Functions Posted: Sun May 25, 2008 1: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: 4468
|
Forum: Utilities & Resources Posted: Mon Apr 28, 2008 1: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: 4271
|
Forum: Scripts & Functions Posted: Mon Apr 21, 2008 12: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: 1060
|
Forum: Ask for Help Posted: Sun Apr 13, 2008 9: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: 152
Views: 50968
|
Forum: Scripts & Functions Posted: Sun Apr 13, 2008 9: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: 152
Views: 50968
|
Forum: Scripts & Functions Posted: Thu Apr 10, 2008 3: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: 1060
|
Forum: Ask for Help Posted: Thu Apr 10, 2008 3: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: 152
Views: 50968
|
Forum: Scripts & Functions Posted: Wed Mar 26, 2008 8: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 ... |
| |