AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 11 matches
AutoHotkey Community Forum Index
Author Message
  Topic: UrlDownloadToFile and blocked script with 100% CPU usage
songless

Replies: 2
Views: 451

PostForum: 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

PostForum: 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

PostForum: Scripts & Functions   Posted: Sun May 18, 2008 12:02 pm   Subject: ALT-TAB replacement with icons and window titles in ListView
Ohm... sorry Embarassed ( My autohotkey is more than 7 months outdated ? Laughing )
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

PostForum: 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 Smile
  Topic: Stylish ... Firefox, Opera
songless

Replies: 3
Views: 1846

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group