| Author |
Message |
Topic: If statements and variables |
svi
Replies: 5
Views: 163
|
Forum: Ask for Help Posted: Thu Apr 14, 2011 12:58 pm Subject: If statements and variables |
Percent signs shouldn't normally be used in function's parameters.
(I assume the error message is:
The following variable name contains an illegal character:) |
Topic: Screen Video Capture got blank at video portion |
svi
Replies: 1
Views: 303
|
Forum: General Chat Posted: Wed Feb 16, 2011 12:01 pm Subject: Screen Video Capture got blank at video portion |
If before you start WMP.
At least in XP there's mplayer2.exe in Program Files\Windows Media Player folder. Open a video file in it and stop it. You can minimize the player, but don't close it (at lea ... |
Topic: XP Mode troubles |
svi
Replies: 1
Views: 136
|
Forum: Ask for Help Posted: Sat Dec 18, 2010 8:14 pm Subject: XP Mode troubles |
I tried it in XP and expectedly it works (also with unactive window) if notepad's title is something like "Notepad - Notepad". Otherwise it doesn't work even when the window is active.
In ... |
Topic: Hibernate() w/ Wakeup |
svi
Replies: 16
Views: 3240
|
Forum: Scripts & Functions Posted: Wed Dec 08, 2010 11:21 pm Subject: Hibernate() w/ Wakeup |
| When it goes into hibernate, the computer immediatly wakes back up. Now, it even does it when we use shutdown > hibernate.Whereas DllCall PowrProf\SetSuspendState automatically initiates suspend ( ... |
Topic: ControlClick & Focus |
svi
Replies: 2
Views: 208
|
Forum: Ask for Help Posted: Wed Oct 20, 2010 1:04 am Subject: ControlClick & Focus |
| SetControlDelay -1. |
Topic: Can I get the "parent" control of a control? |
svi
Replies: 10
Views: 1537
|
Forum: Ask for Help Posted: Sun Oct 03, 2010 5:16 pm Subject: Can I get the "parent" control of a control? |
Found a workaround - still interested to know why would :F1::
; WinGet, hw_dialog
ControlGetFocus hw_dialog, A
tooltip Control with focus = %hw_dialog%
; hw_dialog = 2804b6
hw_ ... |
Topic: Suggestions on documentation improvements |
svi
Replies: 187
Views: 26640
|
Forum: Bug Reports Posted: Sun Sep 05, 2010 8:09 pm Subject: Suggestions on documentation improvements |
Foreword:
It's not obvious how completely things should be explained in the help file (helping novices) vs. searching the forum (favoring veterans), but all knowledge which can improve reliability sh ... |
Topic: MsgBox X,Y |
svi
Replies: 11
Views: 2759
|
Forum: Wish List Posted: Tue Aug 24, 2010 4:59 pm Subject: MsgBox X,Y |
I wished that the WM_COMMNOTIFY (or some other "simple") method could be used to move/position SplashText window before it's shown.
I can use:SplashTextOn, -100, 0, title ; -100 to make sur ... |
Topic: Suggestions on documentation improvements |
svi
Replies: 187
Views: 26640
|
Forum: Bug Reports Posted: Tue Aug 24, 2010 4:33 pm Subject: Suggestions on documentation improvements |
...huh? I don't think so...
Sorry, I thought the phrase to present the new text
Thanks, "Guest".
I got confused with these trying to [url=http://www.autohotkey.com/forum/viewto ... |
Topic: Suggestions on documentation improvements |
svi
Replies: 187
Views: 26640
|
Forum: Bug Reports Posted: Tue Aug 24, 2010 12:25 pm Subject: Suggestions on documentation improvements |
An explicit error:ControlSetText, Static1, NewText, <insert title of splash window>
(Should be "text of splash window")
EDIT: NEVER MIND  |
Topic: In-memory Window Capture |
svi
Replies: 24
Views: 10880
|
Forum: Scripts & Functions Posted: Fri Jul 09, 2010 8:11 pm Subject: In-memory Window Capture |
Anybody any ideas on how to fix this (memory leak)??
There were two errors in Display.ahk: ReleaseDC isn't a gdi32 function, (it's user32), and you have to specify the window handle for that function ... |
Topic: Can AHK detect external program menu selections |
svi
Replies: 21
Views: 1517
|
Forum: Ask for Help Posted: Sun May 16, 2010 10:31 pm Subject: Can AHK detect external program menu selections |
Pekka, very nice way to simplify
Unfortunately I simplified a little too much: the script doesn't show the last character of the item!
Maybe it's line 160 in my first script (originally Micha's): ... |
Topic: Need help getting text from window. |
svi
Replies: 28
Views: 1782
|
Forum: Ask for Help Posted: Wed May 12, 2010 11:22 pm Subject: Need help getting text from window. |
Also this works on an explorer window:^w::
ControlGet, OutputVar, List, Col1, SysListView321, A
MsgBox, %OutPutVar%
But SysTreeView isn't so simple! |
Topic: Get menu item selected in external program? |
svi
Replies: 9
Views: 563
|
Forum: Ask for Help Posted: Wed May 12, 2010 10:27 pm Subject: Get menu item selected in external program? |
| [url=http://www.autohotkey.com/forum/topic53166.html]Can AHK detect external program menu selections |
Topic: Need help getting text from window. |
svi
Replies: 28
Views: 1782
|
Forum: Ask for Help Posted: Wed May 12, 2010 10:09 pm Subject: Need help getting text from window. |
I installed Ventrilo to be able to verify that the method seen on #include RemoteBuf.ahk
hwEx := WinExist("Ventrilo")
hwTV := DllCall("FindWindowEx", " ... |
| |