| Author |
Message |
Topic: Need help in this error |
Andi
Replies: 1
Views: 107
|
Forum: Ask for Help Posted: Fri Mar 05, 2010 1:08 pm Subject: Need help in this error |
Try to release COM.
Has someone perhaps a solution for ahk to avoid the Outlook security check?
See also here
http://msdn.microsoft.com/de-de/library/aa168346(en-us,office.11).aspx
... |
Topic: Help with optimizing ImageSearch loop |
Andi
Replies: 3
Views: 197
|
Forum: Ask for Help Posted: Fri Jul 17, 2009 9:26 am Subject: Help with optimizing ImageSearch loop |
to reduce the heavy CPU load, you may insert a sleep command in every loop... perhaps sleep 200  |
Topic: Retrieve the name of a control by coordinates |
Andi
Replies: 3
Views: 189
|
Forum: Ask for Help Posted: Sun May 17, 2009 7:03 am Subject: Retrieve the name of a control by coordinates |
@DControl:
I want to read the subject field of an e-mail program (Lotus Notes)
Unfortunaly, the name of the control changes it's name from one msg to another.
@almin:
Thank you, this seems to be ... |
Topic: Retrieve the name of a control by coordinates |
Andi
Replies: 3
Views: 189
|
Forum: Ask for Help Posted: Fri May 15, 2009 11:02 am Subject: Retrieve the name of a control by coordinates |
Hi,
is there a way to retrieve the name of control directly?
... or must I first to move the mouse and in step 2 using the mouseGetPos command?
I've got the x,y screen coordinates of the contro ... |
Topic: SAP R/3 Scripting with AutoHotkey |
Andi
Replies: 7
Views: 1051
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 10:00 pm Subject: SAP R/3 Scripting with AutoHotkey |
Thank you, for your replies. I also think, that it would be valuable to get in hand with COM...
@Non-SAP-Fan,
you may try to solve this problem in making use of the command SetTitleMatchMode, 2. T ... |
Topic: IfWinExist/Active /() reports false for active window |
Andi
Replies: 24
Views: 3569
|
Forum: Bug Reports Posted: Thu Apr 09, 2009 2:38 am Subject: IfWinExist/Active /() reports false for active window |
| the best thing would be, when you post your code... |
Topic: pixelsearch different colors |
Andi
Replies: 6
Views: 201
|
Forum: Ask for Help Posted: Mon Mar 09, 2009 9:34 pm Subject: pixelsearch different colors |
would it be a workaround, when you just search two times? So when then first search fails you begin starting a second search with a different color that may match better  |
Topic: SAP R/3 Scripting with AutoHotkey |
Andi
Replies: 7
Views: 1051
|
Forum: Ask for Help Posted: Sun Mar 08, 2009 11:51 am Subject: SAP R/3 Scripting with AutoHotkey |
Hi,
I'm using AutoHotkey since several years at work, to automate processes with our SAP R/3 system.
This works very well, but I think it would be easier and more reliable to talk to the SAP GUI d ... |
Topic: PixelSearch Questions |
Andi
Replies: 10
Views: 579
|
Forum: Ask for Help Posted: Mon Dec 22, 2008 10:57 pm Subject: PixelSearch Questions |
two things I don't understand.
In my opinion you can only search for one color at a time. Look at the helpfile!!
You can't use this:PixelSearch, Px, Py, x1, y1, x2, y2,C,C2,C3, 3, Fast
here yo ... |
Topic: Explorer Post Message (Sort By modified, size, name, etc) |
Andi
Replies: 3
Views: 718
|
Forum: Ask for Help Posted: Mon Nov 17, 2008 9:47 pm Subject: Explorer Post Message (Sort By modified, size, name, etc) |
Somewhere I've found this code, which shows the details in Explorer or a file dialog. But I'm also still searching for a way to sort by date...
#f7::
;ViewDetails
WinGet, eh_activeID, ... |
Topic: How to handle the error: call to non-existent function |
Andi
Replies: 5
Views: 391
|
Forum: Ask for Help Posted: Tue Nov 04, 2008 6:00 am Subject: How to handle the error: call to non-existent function |
Thank you Skan for the clarification
I skiped the following sentence
The called function's definition must exist explicitly in the script, either via #Include or a non-dynamic call to ... |
Topic: How to handle the error: call to non-existent function |
Andi
Replies: 5
Views: 391
|
Forum: Ask for Help Posted: Mon Nov 03, 2008 10:59 pm Subject: How to handle the error: call to non-existent function |
Thank you Bobo and Skan
When I understand it right, the hint from BoBo with #ErrorStdOut stops the script. But I'm searching more for a solution that Skan descibes that keeps the script runnin ... |
Topic: How to handle the error: call to non-existent function |
Andi
Replies: 5
Views: 391
|
Forum: Ask for Help Posted: Sun Nov 02, 2008 6:10 am Subject: How to handle the error: call to non-existent function |
Hello,
I'm looking for a way, catching the error: "call to non-existent function" via errorlevel or something like this.
So when I start the script and ahk comes to the FunctionThatDoes ... |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
Andi
Replies: 188
Views: 37242
|
Forum: Scripts & Functions Posted: Sun Oct 14, 2007 3:09 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
I'm trying to read and write to an excel file without opening it in excel. I'm shure that this would be possible, but unfortunately I'm not very handy in using vba.
I found here a description ... |
Topic: Help on file/folder recursing |
Andi
Replies: 2
Views: 402
|
Forum: Ask for Help Posted: Sun Sep 30, 2007 9:16 pm Subject: Help on file/folder recursing |
I think this would do it. Please try it with A_LoopFileFullPath.
;;;Global Variables;;;
List =
i = 0
Errors = 0
Subs = 0
FileSelectFolder, PictureFolder, C:\Documents and Settings\Ge ... |
| |