| Author |
Message |
Topic: question about a certain keyboard key |
moorpipe
Replies: 5
Views: 358
|
Forum: Ask for Help Posted: Tue Nov 21, 2006 12:39 pm Subject: question about a certain keyboard key |
Thanks, Philippe, should have searched harder I guess. Anyway, it's just a pity AHK cannot intercept those low level keys.  |
Topic: question about a certain keyboard key |
moorpipe
Replies: 5
Views: 358
|
Forum: Ask for Help Posted: Tue Nov 21, 2006 11:08 am Subject: question about a certain keyboard key |
| I have a special key on my keyboard called F-Lock. It switches my function keys F1 to F12 from socalled standard to enhanced mode and vice versa (I think some laptops also have this special key). Unfo ... |
Topic: Embed an HTML control in your own window ... [Dll] |
moorpipe
Replies: 94
Views: 11321
|
Forum: Utilities & Resources Posted: Tue Nov 14, 2006 12:41 am Subject: Embed an HTML control in your own window ... [Dll] |
Nevermind! Got the answer from the cwebpage developer. You just have to fully qualify the external file references.
That's all there is to it. |
Topic: Embed an HTML control in your own window ... [Dll] |
moorpipe
Replies: 94
Views: 11321
|
Forum: Utilities & Resources Posted: Fri Nov 10, 2006 1:14 am Subject: Embed an HTML control in your own window ... [Dll] |
Very nice script (and browser object)!
However, if you assign html code to a variable and the code has references to external files like in:
<link type="text/css" rel="stylesheet&q ... |
Topic: Splitter bar window control with AHk |
moorpipe
Replies: 10
Views: 1243
|
Forum: Ask for Help Posted: Mon Oct 16, 2006 1:06 am Subject: Splitter bar window control with AHk |
I modified the code you posted to work in a resizable gui, and the cursor now changes too.
DragSplitter(_controlName, _companionName1, _companionName2)
{
(...)
w2 := ... |
Topic: Hot string backspacing |
moorpipe
Replies: 9
Views: 315
|
Forum: Ask for Help Posted: Wed Oct 11, 2006 3:18 pm Subject: Hot string backspacing |
| My apologies if this is not what you were wanting exactly. I was limited on time and couldnt test it out myself. I am still rather new at all of this too. Sorry that its not more advanced (if its p ... |
Topic: autoIT versus autohotkey |
moorpipe
Replies: 212
Views: 40275
|
Forum: General Chat Posted: Wed Oct 11, 2006 12:47 pm Subject: autoIT versus autohotkey |
| Beta releases are available for beta testers only. They can be downloaded from http://www.editplus.com/beta/beta-en.html which is password protected. To become a betatester and get a password, you mus ... |
Topic: Hot string backspacing |
moorpipe
Replies: 9
Views: 315
|
Forum: Ask for Help Posted: Wed Oct 11, 2006 5:00 am Subject: Hot string backspacing |
| Well, the code doesn't work (e.g. commands s/b on the second line), but you've warned me for that. More important is, that I understand what you mean. I made some adjustments and it's working now. I m ... |
Topic: autoIT versus autohotkey |
moorpipe
Replies: 212
Views: 40275
|
Forum: General Chat Posted: Wed Oct 11, 2006 4:32 am Subject: autoIT versus autohotkey |
I use EditPlus....The only thing it doesn't have is outlining. This is much needed....
Version 2.30.. it's in beta. I'm testing it right now. Outlining (or Code Folding?) is based on line indentation ... |
Topic: Hot string backspacing |
moorpipe
Replies: 9
Views: 315
|
Forum: Ask for Help Posted: Wed Oct 11, 2006 4:00 am Subject: Hot string backspacing |
Thanks for trying to help me. I should have mentioned that my code is working, that is not the issue. Let me try to revise my question.
Some applications use back space as a shortcut to go to the p ... |
Topic: Hot string backspacing |
moorpipe
Replies: 9
Views: 315
|
Forum: Ask for Help Posted: Wed Oct 11, 2006 2:37 am Subject: Hot string backspacing |
Please don't take offence when I'm using the term "hot string", but that's what it's called, I'm afraid.
I'm using the hotstring "]d" to display the date occasionally. To ... |
Topic: Open File in Editor |
moorpipe
Replies: 15
Views: 863
|
Forum: Ask for Help Posted: Mon Oct 09, 2006 4:40 pm Subject: Open File in Editor |
WinMenuSelectItem. Sorry, call me nitpicking, but even the slightest flickering isn't good enough for me. My project should be able to open files quickly one after the other.Try
Yes, much better. Li ... |
Topic: Open File in Editor |
moorpipe
Replies: 15
Views: 863
|
Forum: Ask for Help Posted: Mon Oct 09, 2006 5:01 am Subject: Open File in Editor |
Could you explain this more please. what is the append issue? Why exactly must the text be added directly to the open editor?
Maybe some code will clarify (English is not my native language, but AHK ... |
Topic: Open File in Editor |
moorpipe
Replies: 15
Views: 863
|
Forum: Ask for Help Posted: Mon Oct 09, 2006 4:00 am Subject: Open File in Editor |
Why did you say that if you were happy with it already?
I didn't. Before I posted my request I did some tests with ControlSetText and other calls e.g. with a DllCall to SendMessage with WM_SETTEXT. I ... |
Topic: Open File in Editor |
moorpipe
Replies: 15
Views: 863
|
Forum: Ask for Help Posted: Mon Oct 09, 2006 2:16 am Subject: Open File in Editor |
@.AHK
Give that a try, it buffers input until it is finished, and then sends the keys in the buffer. It is a lot faster than Send.
SendInput indeed is lighting fast, but it still appends text and e ... |
| |