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 206 matches
AutoHotkey Community Forum Index
Author Message
  Topic: embedded ruby for ahk
savage

Replies: 0
Views: 97

PostForum: Scripts & Functions   Posted: Thu Jul 03, 2008 4:12 am   Subject: embedded ruby for ahk
I've wanted to be able to embed a ruby interpreter in AHK for ages and I finally got it working a bit ago.


;Internal definitions
rb_handle = 0

rb_Eval(code)
{
local ret
...
  Topic: Show Windows Shutdown Dialog
savage

Replies: 1
Views: 412

PostForum: Scripts & Functions   Posted: Sat Nov 03, 2007 2:45 am   Subject: Show Windows Shutdown Dialog
I had a need to show the full windows shutdown dialog, screen fadiness and all, from the command line so after much digging I came up with this little snippet.

GetOrdinalAddress(library,ordina ...
  Topic: Another AHK mention on Lifehacker
savage

Replies: 3
Views: 1453

PostForum: General Chat   Posted: Sat Nov 03, 2007 1:15 am   Subject: Another AHK mention on Lifehacker
Adam Pash wrote a tutorial for basic AHK functionality on [url=http://lifehacker.com/software/hack-attack/turn-any-action-into-a-keyboard-shortcut-316589.php]lifehacker

Perhaps a link could be adde ...
  Topic: Favorite Folders popup menu that you can change on the fly.
savage

Replies: 148
Views: 22775

PostForum: Scripts & Functions   Posted: Tue Jul 17, 2007 8:59 pm   Subject: Favorite Folders popup menu that you can change on the fly.
As for putting folders after links, this version of BuildMenu should do the trick. Please bear in mind though that I only gave it a very cursory testing.

BuildMenu( testPath, menu )
...
  Topic: Favorite Folders popup menu that you can change on the fly.
savage

Replies: 148
Views: 22775

PostForum: Scripts & Functions   Posted: Tue Jul 17, 2007 8:54 pm   Subject: Favorite Folders popup menu that you can change on the fly.
Well if all you want to do is use the script's "open path in various things" functionality you can just use this function. I just pulled the relevant bits out of the script and mashed them t ...
  Topic: Visual Basic Free Edition
savage

Replies: 18
Views: 2257

PostForum: Utilities & Resources   Posted: Mon Aug 21, 2006 6:02 pm   Subject: Visual Basic Free Edition
GCC isn't bad but really generated big exes/dlls (more than twice the size of those generated by VC++6).

Zuh? Did you strip the exes after they were compiled? Did you generate debug info? I've alwa ...
  Topic: Winroll
savage

Replies: 4
Views: 1013

PostForum: Utilities & Resources   Posted: Tue Jan 17, 2006 8:40 pm   Subject: Winroll
Yeah winroll is better. I wrote that script as an attempt to merge more of my little utils into one script. I've since decided to just use what works best.
  Topic: SMS messaging made easy with the help of Teleflip extension
savage

Replies: 4
Views: 1644

PostForum: Scripts & Functions   Posted: Tue Nov 29, 2005 4:28 pm   Subject: SMS messaging made easy with the help of Teleflip extension
SMS messages are limited in length. Hence the name - Short Message... um.. Something.
  Topic: ahk-mode.el - editing AHK scripts with XEmacs
savage

Replies: 10
Views: 2579

PostForum: Utilities & Resources   Posted: Fri Nov 25, 2005 7:30 pm   Subject: ahk-mode.el - editing AHK scripts with XEmacs
Cool! I've started using emacs more now that I've started fooling with Common Lisp (can't beat SLIME!).

Reminds me I need to redo my Vim syntax file for ahk because it sucks....
  Topic: change where #includes take place
savage

Replies: 3
Views: 630

PostForum: Wish List   Posted: Sat Nov 19, 2005 3:35 am   Subject: change where #includes take place
No the point is that the included file is merged in and THEN everything is run. Unless I've completely missed something.
  Topic: change where #includes take place
savage

Replies: 3
Views: 630

PostForum: Wish List   Posted: Sat Nov 19, 2005 1:00 am   Subject: change where #includes take place
Err, I guess this isn't really necessary at all. You can do the same thing by checking the file modification times, running the parse and then (duh) reloading the script. No wrapper script is necessar ...
  Topic: change where #includes take place
savage

Replies: 3
Views: 630

PostForum: Wish List   Posted: Sat Nov 19, 2005 12:14 am   Subject: change where #includes take place
I don't know if this would even be possible, but it would kick ass for those of us who have dabbled in the forbidden arts of metaprogramming in order to make some tasks in ahk a little cooler Smile.

W ...
  Topic: AutoHotkey as programming language
savage

Replies: 62
Views: 5748

PostForum: Wish List   Posted: Fri Nov 18, 2005 11:34 pm   Subject: AutoHotkey as programming language
AHK's not meant to be a general purpose programming language. That was never the point and I doubt chris has any intention of making it that way. AHK is turing-complete and has been so for ages, so te ...
  Topic: VIM
savage

Replies: 8
Views: 3744

PostForum: Scripts & Functions   Posted: Thu Nov 03, 2005 3:12 pm   Subject: VIM
No, I haven't looked at it in a long time. I don't recall ever having a problem typing capitals though. I think it's possible to rewrite it in a much more compact fashion now so maybe I'll have a go a ...
  Topic: Noob Question
savage

Replies: 12
Views: 799

PostForum: Ask for Help   Posted: Tue Nov 01, 2005 10:15 pm   Subject: Noob Question
http://www.autohotkey.com/forum/viewtopic.php?t=222joystick

http://www.autohotkey.com/forum/viewtopic.php?t=4406joystick

You'll almost certainly have to write some ...
 
Page 1 of 14 Goto page 1, 2, 3 ... 12, 13, 14  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group