| Author |
Message |
Topic: MS Office Automation Functions (via COM) [thanks Sean] |
ABCza
Replies: 47
Views: 4895
|
Forum: Scripts & Functions Posted: Sat Nov 29, 2008 3:09 am Subject: MS Office Automation Functions (via COM) [thanks Sean] |
Hi
I'm not much involved in COM things; there's a way to loop the document paragraphs in MS Word? I mean something like:
Paragraph_1
ssdfjhsdfjksdhfhsjkdhfkjhfsjkdfkjsdhfjsdfdkhfhsdjfhsdkfjkdf ... |
Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
ABCza
Replies: 50
Views: 3377
|
Forum: Scripts & Functions Posted: Thu Sep 25, 2008 6:01 pm Subject: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
WTF this is ****' awesome! Nice, nice, nice  |
Topic: Advanced help request for Run and WinWaitActive |
ABCza
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Thu Sep 18, 2008 7:48 pm Subject: Advanced help request for Run and WinWaitActive |
No one of the workarounds worked...  |
Topic: Advanced help request for Run and WinWaitActive |
ABCza
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Wed Sep 17, 2008 2:55 am Subject: Advanced help request for Run and WinWaitActive |
try this to make sure winwait active is working correctly
it should work no matter the cpu load.
WinWaitActive, ahk_class SALFRAME
wingettext, activetitle,A
msgbox, the proper window is now acti ... |
Topic: Advanced help request for Run and WinWaitActive |
ABCza
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 9:18 pm Subject: Advanced help request for Run and WinWaitActive |
| Thanks Me! but the Sleep is not the point. It seems a cpu load problem. When the cpu is in idle and there is the right amount of ram available, the script has no problem. The problem is when the cpu i ... |
Topic: Advanced help request for Run and WinWaitActive |
ABCza
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 3:34 am Subject: Advanced help request for Run and WinWaitActive |
| Problem 1 solved. The empty spaces in mailto string must be replaced by ASCII hexadecimal equivalent %20. Therefore, test.server1.com - disk becomes test.server1.com%20-%20disk. |
Topic: Advanced help request for Run and WinWaitActive |
ABCza
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Sun Sep 14, 2008 11:31 pm Subject: Advanced help request for Run and WinWaitActive |
Hi boyz, i made a little script to help my work. This script copies the selected text in Firefox and then runs a mailto:xxx link to send the selected text by mail.
I have 2 problem:
1) This is t ... |
Topic: Toaster Popups |
ABCza
Replies: 11
Views: 2736
|
Forum: Scripts & Functions Posted: Sun Jul 20, 2008 12:51 pm Subject: Toaster Popups |
OMFG this ROCKS!!! Thank you  |
Topic: Runthis - A Generic Program Launcher by Keyword |
ABCza
Replies: 3
Views: 460
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 6:08 pm Subject: Runthis - A Generic Program Launcher by Keyword |
Nice vision for this kind of tools
I made a launcher too but it's "old style". |
Topic: Run AHK scripts with less (half or even less) memory usage |
ABCza
Replies: 11
Views: 1977
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 5:58 pm Subject: Run AHK scripts with less (half or even less) memory usage |
| Nice, with an hotkey associated it could be useful to reduce the working set of a particular process. This will help me in freeing memory when the damned outlook fill the memory of my damned work note ... |
Topic: WinTraymin to trayicon |
ABCza
Replies: 34
Views: 1807
|
Forum: Scripts & Functions Posted: Wed Jul 09, 2008 6:07 am Subject: WinTraymin to trayicon |
Excellent, works with Vista like a charm. Fixed all behaviours, also the "half working" minimize button.
For me, this is the script of the year  |
Topic: WinTraymin to trayicon |
ABCza
Replies: 34
Views: 1807
|
Forum: Scripts & Functions Posted: Tue Jul 08, 2008 10:51 pm Subject: WinTraymin to trayicon |
| I found an XP machine to trying reproduce the behaviour with the previous version of the script. In XP right-clicking the icon of the window minimized works as expected, unminimizing window like the l ... |
Topic: WinTraymin to trayicon |
ABCza
Replies: 34
Views: 1807
|
Forum: Scripts & Functions Posted: Mon Jul 07, 2008 9:32 pm Subject: WinTraymin to trayicon |
This is two little "defects" i noticed using it in Windows Vista (i can't reproduce this behaviour in XP now):
1) Only lower half of the minimize button is right-clickable.
2) When a w ... |
Topic: WinTraymin to trayicon |
ABCza
Replies: 34
Views: 1807
|
Forum: Scripts & Functions Posted: Sun Jul 06, 2008 6:28 am Subject: WinTraymin to trayicon |
I alway thought that autohotkey was not suitable for this uses. When i tried to write script using Windows API i alway incurred in particular problems.
Therefore the solutions that you and other hi ... |
Topic: SuperSynchronizer, synchronize directories with exclusions |
ABCza
Replies: 1
Views: 497
|
Forum: Scripts & Functions Posted: Sat Jul 05, 2008 10:58 pm Subject: SuperSynchronizer, synchronize directories with exclusions |
| ...tweaked a bit and corrected some minor errors. |
| |