| Author |
Message |
Topic: kPrintFolder: print folders to html files |
Terrapin
Replies: 2
Views: 562
|
Forum: Scripts & Functions Posted: Wed Jan 31, 2007 5:26 pm Subject: kPrintFolder: print folders to html files |
Kiu, I am truly impressed and delighted at this one! I have had ideas of doing the same sort of thing, somehow, but it never would have been close to being this nice!
I have a huge coll ... |
Topic: CMDret - AHK functions |
Terrapin
Replies: 165
Views: 25677
|
Forum: Scripts & Functions Posted: Wed Dec 06, 2006 8:46 am Subject: CMDret - AHK functions |
corrupt:
I have been using version 1.08 for quite a while now, in a fairly large application I update from time to time. It is freeware for any who want to use it. I'm not sure if I've ever thank ... |
Topic: Drive letter setting |
Terrapin
Replies: 11
Views: 935
|
Forum: Ask for Help Posted: Thu Nov 30, 2006 9:33 pm Subject: Drive letter setting |
| It sounds like you just want the drive letter to be the same on different machines. This does not involve AHK. You would go into Control Panel > Administrative Tools > Computer Management > ... |
Topic: How do I make the windows key trigger ctrl alt shift? |
Terrapin
Replies: 2
Views: 280
|
Forum: Ask for Help Posted: Thu Nov 30, 2006 9:27 pm Subject: How do I make the windows key trigger ctrl alt shift? |
LWin::
Send, {LCtrl Down}{LAlt Down}{LShift Down}
return
There may well be a shorter form of this. You will need to use {LCtrl Up), etc, when you want them ... |
Topic: AHK Toolbar for an Editor (e.g. PSPad) (version 1 alpha) |
Terrapin
Replies: 30
Views: 5540
|
Forum: Scripts & Functions Posted: Sat Nov 04, 2006 5:56 pm Subject: AHK Toolbar for an Editor (e.g. PSPad) (version 1 alpha) |
| Toralf, I tried this package. I am always slow to try things, for some reason. I think it is great. I had no problems really, to report. I checked and as you know, the toolbar does get lost if you ... |
Topic: Retrieve information |
Terrapin
Replies: 8
Views: 711
|
Forum: Ask for Help Posted: Sat Nov 04, 2006 2:57 pm Subject: Retrieve information |
| There are several built-in variables which are automatically set. In the manual, they are at Variables and Expressions. It contains the user name as well. I am not sure, maybe for all, you no longe ... |
Topic: I want to be able to search all windows for schedule task |
Terrapin
Replies: 1
Views: 253
|
Forum: Ask for Help Posted: Sat Nov 04, 2006 2:35 pm Subject: I want to be able to search all windows for schedule task |
I think you would:
WinGet, WinList, List
Loop, %WinList%
{
Hwnd := WinList%a_Index%
WinGet, ProcName, ProcessName, ahk_id %Hwnd%
MsgBox, %ProcName%
}
return
That's an ... |
Topic: Tab control TCS_MULTISELECT |
Terrapin
Replies: 2
Views: 332
|
Forum: Ask for Help Posted: Fri Nov 03, 2006 5:14 pm Subject: Tab control TCS_MULTISELECT |
Hi PhiLho, thanks. When clicking on a tab: (from the manual)
A g-label such as gMySubroutine may be listed in the control's options. This would cause the MySubroutine label to be launched automati ... |
Topic: Tab control TCS_MULTISELECT |
Terrapin
Replies: 2
Views: 332
|
Forum: Ask for Help Posted: Thu Nov 02, 2006 12:25 am Subject: Tab control TCS_MULTISELECT |
Gui, Add, Tab, x0 y26 vTabs gTabs +Theme +0x104
Has anyone used the 0x4 Tab Control style? It seems to work as expected, but turning it on also seems to cause the hovered tab to be visually select ... |
Topic: real expose clone |
Terrapin
Replies: 242
Views: 18326
|
Forum: Scripts & Functions Posted: Thu Oct 12, 2006 11:21 am Subject: real expose clone |
It does not work very well at all, unless the taskbar is on the primary monitor, and is never moved or resized. In either case, a mess.
What you need to do for this is to monitor wm_settingchange ... |
Topic: real expose clone |
Terrapin
Replies: 242
Views: 18326
|
Forum: Scripts & Functions Posted: Wed Oct 04, 2006 2:21 pm Subject: real expose clone |
| I have corrected and cleaned up some things in my code, and now the border which shows 'focused' thumbnail looks very cool. I don't think it slows down anything, other than a millisec or so. I'd be ... |
Topic: real expose clone |
Terrapin
Replies: 242
Views: 18326
|
Forum: Scripts & Functions Posted: Wed Oct 04, 2006 12:28 pm Subject: real expose clone |
majkinetor:
Are you Bob or are you Terrapin ?
Either is fine with me..
Bob |
Topic: real expose clone |
Terrapin
Replies: 242
Views: 18326
|
Forum: Scripts & Functions Posted: Wed Oct 04, 2006 10:39 am Subject: real expose clone |
| I worked on several ideas for creating a border around the selected window (selected with TAB as in a z-order). I came up with this, but I'm afraid it may slow things down? It is difficult for me to ... |
Topic: real expose clone |
Terrapin
Replies: 242
Views: 18326
|
Forum: Scripts & Functions Posted: Tue Oct 03, 2006 8:00 pm Subject: real expose clone |
| Maybe this is some sort of contribution, not sure. Tooltips, don't seem to work very well for indicating the 'focused' window, as they don't size to what you see, for one thing, and for another, they ... |
Topic: real expose clone |
Terrapin
Replies: 242
Views: 18326
|
Forum: Scripts & Functions Posted: Tue Oct 03, 2006 4:16 pm Subject: real expose clone |
| Hi Everyone. This is the first time I've been here since this one started. I am really amazed at what you have done, and the work you are doing together. The only Expose clone I've tried is called ... |
| |