| Author |
Message |
Topic: Two built-in variables should change behavior... |
kapege.de
Replies: 5
Views: 595
|
Forum: Wish List Posted: Tue Sep 01, 2009 2:47 pm Subject: Two built-in variables should change behavior... |
Thank you, master!
You did it very well. But that amount of code let me yell for a simple solution in the next AHK-version for a plain working A_GuiWidth/Height.
...
Chris, please! |
Topic: Two built-in variables should change behavior... |
kapege.de
Replies: 5
Views: 595
|
Forum: Wish List Posted: Mon Aug 31, 2009 4:28 pm Subject: Two built-in variables should change behavior... |
Thanks for your hints, mate!
The problem with doing that is how do you decide what value A_GuiHeight has when you have more than one GUI?
It's value changes with the active GUI.
As an alte ... |
Topic: Two built-in variables should change behavior... |
kapege.de
Replies: 5
Views: 595
|
Forum: Wish List Posted: Mon Aug 31, 2009 2:18 pm Subject: Two built-in variables should change behavior... |
I found a nasty itch that would be great to heal: The vars A_GuiWidth and A_GuiHeight are only valid within the GuiSize subroutine. Why not always?
To fit a Tab within a GUI afterwards I has to do th ... |
Topic: Quicklaunch-bar behaves like Alt-Tab (Proof of Concept) |
kapege.de
Replies: 0
Views: 847
|
Forum: Scripts & Functions Posted: Wed Jul 15, 2009 3:45 pm Subject: Quicklaunch-bar behaves like Alt-Tab (Proof of Concept) |
After a long time of still-reading I want so show you my little proggy which shows a window like the Alt-Tab window only for the quick-launch area.
So it works:
While you hold the left Windows-key a ... |
Topic: Set Your Computer Clock Via Internet [optimised by Laszlo] |
kapege.de
Replies: 52
Views: 12282
|
Forum: Scripts & Functions Posted: Wed Oct 29, 2008 6:49 pm Subject: Set Your Computer Clock Via Internet [optimised by Laszlo] |
I just got the message (w/o hide) that "The computer did not resync because no time data was available."
Mhm. You're from Pittsburg...
What's abbout that:
runwait, net time /setsntp:& ... |
Topic: Set Your Computer Clock Via Internet [optimised by Laszlo] |
kapege.de
Replies: 52
Views: 12282
|
Forum: Scripts & Functions Posted: Wed Oct 29, 2008 5:28 pm Subject: Easy Way |
What's about this:runwait, net time /setsntp:"de.pool.ntp.org",,hide
run, w32tm /resync,,hide
That's optimized for Germany. You can find your server by visiting http://www.pool.ntp.o ... |
Topic: Labtec keyboard: Need keycodes for special keys |
kapege.de
Replies: 4
Views: 974
|
Forum: Ask for Help Posted: Fri Aug 17, 2007 6:05 am Subject: Labtec keyboard: Need keycodes for special keys |
Thanks for your hint, but this won't work either. So I did this:
loop, 999
{
cnt = 00%A_Index%
cnt := SubStr(cnt,-2,3)
raus = %raus%SC%cnt%::`r`n
}
FileAppend, ... |
Topic: Labtec keyboard: Need keycodes for special keys |
kapege.de
Replies: 4
Views: 974
|
Forum: Ask for Help Posted: Thu Aug 16, 2007 6:21 pm Subject: Labtec keyboard: Need keycodes for special keys |
Thanks for your quick answer!
I used this code:
+^q:: ; Test
KeyWait Launch_Mail
msgbox, Hello
return
After pressing ctrl+shift+q the answere is "Hello" without waiting. (I ... |
Topic: Labtec keyboard: Need keycodes for special keys |
kapege.de
Replies: 4
Views: 974
|
Forum: Ask for Help Posted: Thu Aug 16, 2007 5:50 pm Subject: Labtec keyboard: Need keycodes for special keys |
Hi folks,
I bought myself a wireless keyboard from Labtec ("Media Wireless Desktop") wich has 15 extra keys. It works fine, but the featured software is [...] (insert a f-word of your cho ... |
Topic: SplashImage crashes in W98 |
kapege.de
Replies: 1
Views: 828
|
Forum: Bug Reports Posted: Wed May 17, 2006 7:53 am Subject: SplashImage crashes in W98 |
With 1.0.44.01 SplashImage crashes AHK even if you use only
SplashImage, c:\picture.jpg
AUTOHOTKEY verursachte einen Fehler durch eine ungültige Seite
in Modul KERNEL32.DLL bei 0187:bff7b9a6. ... |
Topic: Checking if some files exist... |
kapege.de
Replies: 12
Views: 1413
|
Forum: Ask for Help Posted: Mon Mar 13, 2006 6:53 am Subject: Checking if some files exist... |
You shouldn't mix XML and the font-tag together. This is like mixing fire and water! Good browsers shows nothing or switching in her promiscous mode to show at least something.
If you are viewing you ... |
Topic: RegDelete from ListView |
kapege.de
Replies: 7
Views: 1089
|
Forum: Ask for Help Posted: Wed Mar 08, 2006 1:17 pm Subject: RegDelete from ListView |
RegDelete *.*
 |
Topic: Photoshop trouble |
kapege.de
Replies: 12
Views: 1243
|
Forum: Ask for Help Posted: Wed Mar 08, 2006 12:54 pm Subject: Photoshop trouble |
PS is a nasty program like Word. Try to close it with Alt-F4... You have to hold the keys down for about 2 seconds before PS reacts.
Every send-action from AHK has to have "sleep"s between. ... |
Topic: time limit like a trial software for script, how to do it? |
kapege.de
Replies: 47
Views: 6949
|
Forum: Ask for Help Posted: Tue Mar 07, 2006 12:40 pm Subject: Re: Expiry date |
If (CurrentYear > 2006 Or CurrentMonth > 8 )
Should be AND, not OR. With OR your proggy stops also at September, 1st 2005 or January, 1st 2006. (OR means one of both has to be valid.)
*teste ... |
Topic: Vertical Slider and Buddies |
kapege.de
Replies: 3
Views: 1218
|
Forum: Bug Reports Posted: Mon Mar 06, 2006 9:07 am Subject: Vertical Slider and Buddies |
@ corrupt: Thanks for your workaround!
@ Chris: Thanks for updating! |
| |