| Author |
Message |
Topic: UrlDownloadToFile and blocked script with 100% CPU usage |
songless
Replies: 2
Views: 451
|
Forum: Ask for Help Posted: Mon May 19, 2008 9:12 am Subject: UrlDownloadToFile and blocked script with 100% CPU usage |
It can be done programatically ?
Anyway, Autohotkey always close the file handlers when UrlDownloadToFile or FileRead are used ?
Or probably is something about threads, I don't understand yet ho ... |
Topic: UrlDownloadToFile and blocked script with 100% CPU usage |
songless
Replies: 2
Views: 451
|
Forum: Ask for Help Posted: Sun May 18, 2008 5:17 pm Subject: UrlDownloadToFile and blocked script with 100% CPU usage |
Hi,
I have a pretty simple script that downloads some web pages and saves them to files ( that are processed by other script using FileRead ).
But sometimes after hours of running the script is ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
songless
Replies: 152
Views: 51010
|
Forum: Scripts & Functions Posted: Sun May 18, 2008 12:02 pm Subject: ALT-TAB replacement with icons and window titles in ListView |
Ohm... sorry ( My autohotkey is more than 7 months outdated ? )
Thanks !
I'm using this script with a StrokeIt mouse gesture, the windows list it's only hidden when I click outside ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
songless
Replies: 152
Views: 51010
|
Forum: Scripts & Functions Posted: Sun May 18, 2008 7:49 am Subject: ALT-TAB replacement with icons and window titles in ListView |
Hi, I think there is an error in line 392, tab2 should be tab.
Btw, I love your script and use it everyday  |
Topic: Stylish ... Firefox, Opera |
songless
Replies: 3
Views: 1846
|
Forum: Utilities & Resources Posted: Wed Aug 15, 2007 1:23 pm Subject: Stylish ... Firefox, Opera |
| In Opera is easy to have a toggle button to change the style, but I find harder to use Stylish in Firefox, do you know some trick to avoid going through the menu->global styles->style.css to on/ ... |
Topic: Stylish ... Firefox, Opera |
songless
Replies: 3
Views: 1846
|
Forum: Utilities & Resources Posted: Tue Aug 14, 2007 12:15 pm Subject: Stylish ... Firefox, Opera |
| In Opera is easy to have a toggle button to change the style, but I find harder to use Stylish in Firefox, do you know some trick to avoid going through the menu->global styles->style.css to on/ ... |
Topic: Help with regular expression and capture group |
songless
Replies: 3
Views: 557
|
Forum: Ask for Help Posted: Wed Jun 27, 2007 4:34 pm Subject: Help with regular expression and capture group |
I've detected that my RegExp is not as good as I thought, is returning more results that expected.
So I concrete my question:
How I can write a regular expression that returns only Anchor tags w ... |
Topic: Help with regular expression and capture group |
songless
Replies: 3
Views: 557
|
Forum: Ask for Help Posted: Wed Jun 27, 2007 3:48 pm Subject: Help with regular expression and capture group |
Hi,
after hours of debugging I am not capable of solving a problem.
I want to parse the HTML of a spanish forum page and get the thread titles.
I tested the regular expression with a third prog ... |
Topic: DllCall .NET assemblies |
songless
Replies: 20
Views: 6867
|
Forum: Scripts & Functions Posted: Tue Jun 26, 2007 4:19 pm Subject: DllCall .NET assemblies |
Someone has written an article in CodeProject probably inspired by you:
http://www.codeproject.com/useritems/interopvb6netcexporthook.asp |
Topic: Illegal character problem |
songless
Replies: 2
Views: 589
|
Forum: Ask for Help Posted: Sun Mar 18, 2007 9:17 am Subject: Illegal character problem |
Sorry, solved !
Changing MyVar:= %1% to MyVar = %1% does the trick. Seems like I'm very confused with hotkey sintax for vars |
Topic: Illegal character problem |
songless
Replies: 2
Views: 589
|
Forum: Ask for Help Posted: Sun Mar 18, 2007 9:06 am Subject: Illegal character problem |
Hi,
I receive a folder path in a hotkey script from a filemanager.
I check the value at the first line:
MsgBox, %1%
The value is D:\util\xint as expected. For some reason Hotkey doesn't like th ... |
| |