AutoHotkey Community

It is currently May 24th, 2012, 8:58 am

All times are UTC [ DST ]


Search found 21 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Debugging

Posted: October 1st, 2007, 3:14 am 

Replies: 26
Views: 4088


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 DllCall. #Persistent #NoTrayIcon ; closing the console leaves the tray icon stranded DllCall("A...

 Forum: Support   Topic: Multiple Gui's - The second doesn't appear

Posted: September 1st, 2007, 6:21 pm 

Replies: 4
Views: 599


Read this: AutoExecute Section

 Forum: Support   Topic: Multiple Gui's - The second doesn't appear

Posted: August 31st, 2007, 6:51 pm 

Replies: 4
Views: 599


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:+LastFound +AlwaysOnTop -Caption +ToolWindow ; +ToolWindow avoids a taskbar button and an alt-tab menu item. Gui, 1:Color, %C...

 Forum: Support   Topic: can AutoHotkey do this?

Posted: August 30th, 2007, 9:42 pm 

Replies: 3
Views: 486


yes it can....


Code:
loop, read, FileFullOfURLs.txt
{
   Run, %A_LoopReadLine%
}

 Forum: Scripts   Topic: GenDocs - utility for creating StdLib documentation

Posted: August 29th, 2007, 6:05 pm 

Replies: 62
Views: 7419


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,

thefunnyman

 Forum: Scripts   Topic: GenDocs - utility for creating StdLib documentation

Posted: August 29th, 2007, 5:34 pm 

Replies: 62
Views: 7419


GenDocs 1.1 is out, changes: + Simplified documentation format + Changed output directory to + %SelectedScriptDir%\%SelectedScriptName% + Added a good-looking GUI + Added command line support * Fixed parameter table generation, the program causes an infinite loop when no parameters specified. - Rem...

 Forum: Scripts   Topic: Standard Library Functions

Posted: August 28th, 2007, 7:04 pm 

Replies: 28
Views: 4602


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 with the OS ) should be included in the StdLib. I think it's a good idea as long as the license (if a...

 Forum: Scripts   Topic: GenDocs - utility for creating StdLib documentation

Posted: August 28th, 2007, 6:59 pm 

Replies: 62
Views: 7419


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, do you think you could put a nice web form or ahk gui as the front end for this and have it generate a...

 Forum: Scripts   Topic: Standard Library Functions

Posted: August 23rd, 2007, 6:30 pm 

Replies: 28
Views: 4602


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 expect this thread will be sticky once it contains a number of functions. For now, I think it is not rea...

 Forum: Scripts   Topic: Standard Library Functions

Posted: August 19th, 2007, 10:57 pm 

Replies: 28
Views: 4602


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 long as it is packaged nicely. it may be tricky to get the relative paths worked out. I wonder - does ...

 Forum: Scripts   Topic: Standard Library Functions

Posted: August 19th, 2007, 3:52 pm 

Replies: 28
Views: 4602


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 with the OS ) should be included in the StdLib.

 Forum: Scripts   Topic: Standard Library Functions

Posted: August 19th, 2007, 12:14 am 

Replies: 28
Views: 4602


I think another good function for the StdLib would be Titan's Anchor . This is a well-documented, very handy, script for automatic control resizing for your AHK Gui. I'm sure that if there were a way to determine hits/downloads of that script, one would notice that it's probably been thoroughly test...

 Forum: Scripts   Topic: Standard Library Functions

 Post subject: Standard Library Functions
Posted: August 18th, 2007, 8:35 pm 

Replies: 28
Views: 4602


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 perfect place for function storage. In order to effectively organize and document a task such as this, a se...

 Forum: Offtopic   Topic: Hello...

Posted: August 15th, 2007, 6:29 pm 

Replies: 3
Views: 518


Thanks for the info! I'm sold! NO, here I come....in October.

 Forum: Offtopic   Topic: Hello...

Posted: August 15th, 2007, 3:58 pm 

Replies: 3
Views: 518


I've been thinking about heading down to New Orleans for a small vacation. Is it worth it? Is there plenty of stuff going on that can keep my fiance busy for a week? I realize that the place definitely needs the business, but if most of the extra curricular activities in NO are still shut down, I mi...
Sort by:  
Page 1 of 2 [ Search found 21 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group