| Author |
Message |
Topic: Debugging |
thefunnyman
Replies: 25
Views: 1381
|
Forum: Scripts & Functions Posted: Mon Oct 01, 2007 3:14 am Subject: Debugging |
| I like to use StdOut, since PSPad, SciTE and other editors capture it (and display it in a tool window.) FileAppend,text,* seems to buffer output (making real-time debugging difficult), so I use DllCa ... |
Topic: XN-Docs: an online AutoHotkey script documentation builder |
thefunnyman
Replies: 88
Views: 5130
|
Forum: General Chat Posted: Mon Sep 10, 2007 1:26 am Subject: XN-Docs: an online AutoHotkey script documentation builder |
Just my 2 cents.
Will you be providing additional css options, such as the one that matches current AutoHotkey function documentation? I would think using that css for AHK StdLib functions would b ... |
Topic: Multiple Gui's - The second doesn't appear |
thefunnyman
Replies: 4
Views: 224
|
Forum: Ask for Help Posted: Sat Sep 01, 2007 6:21 pm Subject: Multiple Gui's - The second doesn't appear |
| Read this: [url=http://www.autohotkey.com/docs/Scripts.htm#auto]AutoExecute Section |
Topic: Multiple Gui's - The second doesn't appear |
thefunnyman
Replies: 4
Views: 224
|
Forum: Ask for Help Posted: Fri Aug 31, 2007 6:51 pm Subject: Re: Multiple Gui's - The second doesn't appear |
Change this:
; Example: On-screen display (OSD) via transparent window:
CustomColor = EEAA99 ; Can be any RGB color (it will be made transparent below).
Gui 1:+Last ... |
Topic: can AutoHotkey do this? |
thefunnyman
Replies: 3
Views: 169
|
Forum: Ask for Help Posted: Thu Aug 30, 2007 9:42 pm Subject: can AutoHotkey do this? |
yes it can....
loop, read, FileFullOfURLs.txt
{
Run, %A_LoopReadLine%
}
|
Topic: GenDocs - utility for creating StdLib documentation |
thefunnyman
Replies: 11
Views: 1017
|
Forum: Scripts & Functions Posted: Wed Aug 29, 2007 6:05 pm Subject: GenDocs - utility for creating StdLib documentation |
Thank you very much! Again, great work in offering a great doc generation utility designed specifically for ahk without a lot of overhead. I'll look forward to your next release.
thanks,
thef ... |
Topic: GenDocs - utility for creating StdLib documentation |
thefunnyman
Replies: 11
Views: 1017
|
Forum: Scripts & Functions Posted: Wed Aug 29, 2007 5:34 pm Subject: GenDocs - utility for creating StdLib documentation |
GenDocs 1.1 is out, changes:
+ Simplified documentation format
+ Changed output directory to
+ %SelectedScriptDir%\%SelectedScriptName%
+ Added a good-looking GUI
+ Added command line support
... |
Topic: Standard Library Functions |
thefunnyman
Replies: 27
Views: 2041
|
Forum: Scripts & Functions Posted: Tue Aug 28, 2007 7:04 pm Subject: Standard Library Functions |
| There is a nice sticky at the top of this forum with a list of custom gui controls. I'd like everyone's opinion on whether a script with external dll dependencies ( ie. dll's not currently supplied ... |
Topic: GenDocs - utility for creating StdLib documentation |
thefunnyman
Replies: 11
Views: 1017
|
Forum: Scripts & Functions Posted: Tue Aug 28, 2007 6:59 pm Subject: GenDocs - utility for creating StdLib documentation |
| As someone mentioned in the Standard Library Functions thread, putting documentation in the code and having it regurgitated in a more aesthetically pleasing format might be a bit redundant. @fincs, d ... |
Topic: Standard Library Functions |
thefunnyman
Replies: 27
Views: 2041
|
Forum: Scripts & Functions Posted: Thu Aug 23, 2007 6:30 pm Subject: Standard Library Functions |
I vote Natural Docs over DOxygen - I think it will be easier to learn for most.
I tend to agree, although I only know as much about DOxygen as I learned in the five minutes I was at it's site.
I e ... |
Topic: Standard Library Functions |
thefunnyman
Replies: 27
Views: 2041
|
Forum: Scripts & Functions Posted: Sun Aug 19, 2007 10:57 pm Subject: Standard Library Functions |
Another useful one would be XPath by Titan. It does not quite conform to the standard library format, but could be easily updated.
I vote that a Lib function that needs an external DLL is fine, as ... |
Topic: Standard Library Functions |
thefunnyman
Replies: 27
Views: 2041
|
Forum: Scripts & Functions Posted: Sun Aug 19, 2007 3:52 pm Subject: Standard Library Functions |
| There is a nice sticky at the top of this forum with a list of custom gui controls. I'd like everyone's opinion on whether a script with external dll dependencies ( ie. dll's not currently supplied ... |
Topic: Standard Library Functions |
thefunnyman
Replies: 27
Views: 2041
|
Forum: Scripts & Functions Posted: Sun Aug 19, 2007 12:14 am Subject: Standard Library Functions |
I think another good function for the StdLib would be Titan's [url=http://www.autohotkey.net/~Titan/dl/Anchor.ahk]Anchor.
This is a well-documented, very handy, script for automatic control resizin ... |
Topic: Standard Library Functions |
thefunnyman
Replies: 27
Views: 2041
|
Forum: Scripts & Functions Posted: Sat Aug 18, 2007 8:35 pm Subject: Standard Library Functions |
AutoHotkey Standard Library Functions
With the blessing of the AHK community, I'd like to help administer a centralized location for StdLib functions. I'm thinking Autohotkey.net would be the perfec ... |
Topic: Hello... |
thefunnyman
Replies: 3
Views: 187
|
Forum: General Chat Posted: Wed Aug 15, 2007 6:29 pm Subject: Hello... |
| Thanks for the info! I'm sold! NO, here I come....in October. |
| |