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 1158 matches
AutoHotkey Community Forum Index
Author Message
  Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011]
fincs

Replies: 488
Views: 73286

PostForum: Scripts & Functions   Posted: Wed Feb 08, 2012 7:01 pm   Subject: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011]
The installer is a compiled and compressed AutoHotkey script. The compression (MPRESS) is known to make AVs raise [url=http://www.autohotkey.com/wiki/index.php?title=FAQ#Virus.3F]false positives.
  Topic: [FUNCTION] Create a MHTML (.mht) from a given URL
fincs

Replies: 2
Views: 137

PostForum: Scripts & Functions   Posted: Tue Feb 07, 2012 10:15 pm   Subject: [FUNCTION] Create a MHTML (.mht) from a given URL
For us with newer AutoHotkey versions (untested):
Url2Mhtml(URL, destPath=0, flags=0)
{
comObj := ComObjCreate("{CD000001-8B95-11D1-82DB-00C04FB1625D}") ...
  Topic: AutoHotkey_L porting pack v0.1 alpha
fincs

Replies: 15
Views: 1879

PostForum: Scripts & Functions   Posted: Tue Feb 07, 2012 8:59 pm   Subject: AutoHotkey_L porting pack v0.1 alpha
This installer is outdated and is to be replaced with something better. In the mean time, create an 'AutoHotkey_L' folder in your AutoHotkey folder and do this:Download the AutoHotkey_L Copy the Unico ...
  Topic: JumpList library for Windows 7
fincs

Replies: 5
Views: 380

PostForum: Scripts & Functions   Posted: Sun Feb 05, 2012 3:55 pm   Subject: JumpList library for Windows 7
Tip: you needn't use DllCall("ole32\CoCreateInstance", ...) to create non-IDispatch COM objects. Use this:
pObj := ComObjCreate("{CLSID-here}", "{IID-h ...
  Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011]
fincs

Replies: 488
Views: 73286

PostForum: Scripts & Functions   Posted: Sun Feb 05, 2012 11:50 am   Subject: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011]
So is there a way to change the font in Scite4AHK to Code2000?
Yes. Open SciTE, then go to Options > Open (style name).style.properties. Change the line that contains "font:" and save it ...
  Topic: [AHK_L] fincs' scripted Ahk2Exe rewrite (with GUI) - r3
fincs

Replies: 40
Views: 3815

PostForum: Scripts & Functions   Posted: Sat Feb 04, 2012 11:00 am   Subject: [AHK_L] fincs' scripted Ahk2Exe rewrite (with GUI) - r3
My bad, didn't see it in the screenshot in the first post.
That's because the screenshot is outdated. You should run the real thing Cool
  Topic: [AHK_L] fincs' scripted Ahk2Exe rewrite (with GUI) - r3
fincs

Replies: 40
Views: 3815

PostForum: Scripts & Functions   Posted: Sat Feb 04, 2012 10:45 am   Subject: [AHK_L] fincs' scripted Ahk2Exe rewrite (with GUI) - r3
Hi fincs, can we please add following so also standard library of A_AhkExe is used
That's already handled by A_ScriptDir "\..\Lib" (you're not supposed to move the compiler around). In fact ...
  Topic: EasyBMP - Extremely tiny BMP DLL based on a C++ BMP library
fincs

Replies: 12
Views: 2653

PostForum: Scripts & Functions   Posted: Thu Feb 02, 2012 6:45 pm   Subject: EasyBMP - Extremely tiny BMP DLL based on a C++ BMP library
This is ridiculously outdated & doesn't work with the latest version of AHK. I'd suggest you use

That would certainly make sense for windows-only users (who would be using the DLL anyway.) Sor ...
  Topic: EasyBMP - Extremely tiny BMP DLL based on a C++ BMP library
fincs

Replies: 12
Views: 2653

PostForum: Scripts & Functions   Posted: Thu Feb 02, 2012 5:32 pm   Subject: EasyBMP - Extremely tiny BMP DLL based on a C++ BMP library
This is ridiculously outdated & doesn't work with the latest version of AHK. I'd suggest you use [url=http://www.autohotkey.com/forum/viewtopic.php?t=32238]GDI+ instead.
  Topic: Allowing guests to post
fincs

Replies: 61
Views: 1660

PostForum: General Chat   Posted: Fri Jan 27, 2012 3:25 pm   Subject: Allowing guests to post
One of my favourite things of this forum is that guests are allowed to post. This sure helped me back in 2007 when I was just a newbie.
  Topic: Remove double-derefs in AutoHotkey v2
fincs

Replies: 24
Views: 784

PostForum: Wish List   Posted: Fri Jan 27, 2012 3:20 pm   Subject: Remove double-derefs in AutoHotkey v2
@Guest: Both are double-derefs, since they make AutoHotkey dynamically look up a variable at runtime.
  Topic: Make _L default AHK, and retire basic as legacy AHK?
fincs

Replies: 38
Views: 1256

PostForum: Wish List   Posted: Mon Jan 23, 2012 9:14 pm   Subject: Make _L default AHK, and retire basic as legacy AHK?

IMHO, the most important point is that Basic is not supported (officially) any more.+1 i don't necessarily agree with all of your statement. its like IE6, it needs to just go. its time to formally m ...
  Topic: Scite4Autohotkey - "Set current platform"
fincs

Replies: 1
Views: 43

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 2:45 pm   Subject: Scite4Autohotkey - "Set current platform"
I'm really sure that it changed the file association, so a doubleclick takes the last used platform.
It does not.

(PS to Moderator: move these posts to the S4AHK thread).
  Topic: RegisterCallback fail when function is defined in the Class.
fincs

Replies: 3
Views: 131

PostForum: Ask for Help   Posted: Fri Jan 13, 2012 8:50 pm   Subject: RegisterCallback fail when function is defined in the Class.
The validity of "Class.Method" as a function name is undocumented and may be changed at any point, so please do not rely on it.
  Topic: Freeing callback cause timers stop working
fincs

Replies: 1
Views: 158

PostForum: Bug Reports   Posted: Thu Jan 12, 2012 6:26 pm   Subject: Freeing callback cause timers stop working
The truth is that your code does not go by the rules. RegisterCallback() internally creates a freeable chunk of memory containing a machine code stub that basically jumps to a function in AHK's source ...
 
Page 1 of 78 Goto page 1, 2, 3 ... 76, 77, 78  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group