AutoHotkey Community

It is currently May 22nd, 2012, 1:31 pm

All times are UTC [ DST ]


Search found 131 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Visualization

Posted: August 24th, 2010, 9:28 pm 

Replies: 11
Views: 2045


Hey ahklerner u dissapeared from irc and wouldn't respond so figured i'd post your request here, it looks ugly, but afaik it does what u asked... This splits the spectrum into 256 parts, though it's a bit inaccurate, like it never hits the full range cause i couldn't evenly split it... but w/e Code:...

 Forum: Suggestions   Topic: URLDownloadToFile, URL, Filename, User Agent

Posted: March 3rd, 2010, 4:51 pm 

Replies: 1
Views: 734


Hey, I was wondering if a option for changing the user agent could be added... found this thread for a alternate solution:
http://www.autohotkey.com/forum/viewtopic.php?t=24923

 Forum: Offtopic   Topic: [Show off] Autohotkey Eye candy

Posted: August 30th, 2009, 2:24 am 

Replies: 22
Views: 2955


http://www.autohotkey.net/~IceTea/console.PNG eText("Yaye, I made it!") eText("<0x333333>0xFF0000Gray Background with Red Text") eText("Sorry I meant; >0xFFFFFF<0x0000FFWhite Text and blue background") eText("Or maybe I meant>0xEE43DAPi...

 Forum: Suggestions   Topic: #Debug + OutputDebug

Posted: July 29th, 2009, 9:55 pm 

Replies: 4
Views: 742


If you don't have a program running, listening for debug messages, OutputDebug won't do anything. Furthermore, it is easy to write a wrapper function which calls OutputDebug/MsgBox if a global flag is set, and does nothing otherwise. There is no need for a "#Debug" directive. Yeah, that m...

 Forum: Suggestions   Topic: #Debug + OutputDebug

 Post subject: #Debug + OutputDebug
Posted: July 27th, 2009, 8:02 pm 

Replies: 4
Views: 742


Hey, just got a great idea, since BigVent gave tips to new ppl. He mentioned that one could put Msgbox all over the code to tell what's happening, and i recommended outputdebug as it isn't super duper important that you remove it afterwards. and it's also simple to remove later as you could use Sear...

 Forum: Support   Topic: Can Autohotkey sense when the OK button or cancel button...

Posted: February 1st, 2009, 5:42 am 

Replies: 3
Views: 854


If you're asking about Msgboxes it's really simple...
http://www.autohotkey.com/docs/commands/IfMsgBox.htm

Code:
...
IfMsgbox OK
Msgbox you pressed OK.
Ifmsgbox Cancel
Msgbox you pressed Cancel.
...

 Forum: Scripts   Topic: The Insane Adventures of The MightyTank

Posted: February 1st, 2009, 5:36 am 

Replies: 28
Views: 2945


Nice one, sir. But shouldn't you stick to GDI+ and more graphics? the fighting game screenshot i previewed on the General Discussion topic, was able to render 200k 80x80 characters rendered per sec on a Nvidia 8600gt (Damn it, one of the reasons I dropped the game was because I have a ATi GPU, and a...

 Forum: Scripts   Topic: ReadMemory function

Posted: February 1st, 2009, 5:20 am 

Replies: 58
Views: 15921


Hi Guest, A funny example you gave me there. Kind of interesting, but not useful to read string from the memory of other running processes. Regards, David (AHK stores variables in Char[arrays] afaik) Yes it does help, The only difference is that u'll have to define the length of the string, or simp...

 Forum: Offtopic   Topic: EU could force Microsoft to bundle Firefox with Windows

Posted: January 27th, 2009, 10:51 pm 

Replies: 30
Views: 2020


Hey! Just read that EU might force Microsoft to include various web browsers to their future versions of Windows. This has happened once before, but that was regarding Windows Media Player... This is something that really bugs me. Why the hell are MS forced to listen to this "bs" (Sorry ca...

 Forum: Offtopic   Topic: i want to make a game, ideas needed?

Posted: January 22nd, 2009, 6:29 pm 

Replies: 33
Views: 2750


You could do a 2D fightning game... http://img231.imageshack.us/img231/2559/physicscb6.jpg I did that in AHK... Was suppose to be a MMORPG, but I quit after making the physics/animation for movement in the game (yes, actual physics calculations), because the lack of arrays and a few other functions ...

 Forum: Support   Topic: Flash Light comunication With AHK

Posted: December 30th, 2008, 10:18 am 

Replies: 2
Views: 609


Well, first, you'd need a way to transfer the data between the PC and the cellphone... I could throw out a simple sketch for you; My cellphone has got WLAN support, so I could just connect to my PC through WLAN... since I don't know about TCP sockets in cellphones I'd "cheat" and use sparr...

 Forum: Offtopic   Topic: IronAHK - .NET port of AutoHotkey for Windows, Linux, Mac...

Posted: December 30th, 2008, 10:10 am 

Replies: 86
Views: 39594


I apologize for the overly technical description, when we release version 1 hopefully someone can help me write documentation to explain the differences and benchmarks in plain English to help Windows users decide if it's worth switching. I'd like to help out... or just contribute to IA; with stuff...

 Forum: Issues   Topic: Timers don't work

Posted: December 19th, 2008, 6:43 am 

Replies: 16
Views: 2552


As I've understood, the weird delay i is not a set value, the value is variable, and as I recall that value is not the same on all PCs... you shouldn't rely on settimer for exact calculation, as it is not predictable... it rounds up just like A_Tickcount, I believe.. #Persistent ;SetBatchLines, -1 ;...

 Forum: Issues   Topic: Timers don't work

Posted: December 19th, 2008, 5:18 am 

Replies: 16
Views: 2552


Hey, are you running the script with "SetBatchLines, -1" without that the script won't run as fast as it could... Another note worth mentioning is that timers aren't that precise... as I recall it wouldn't count more precise than aprox 16ms (depending on hardware/state of the pc etc), but ...

 Forum: Issues   Topic: [Confirmed] Chrome and Opera break clipboard copy with \xA0

Posted: December 19th, 2008, 4:43 am 

Replies: 12
Views: 2630


but continuous stream of what I type in my url (and thus all sites visited, etc.) is at least for me, creepy feeling. Erhm, firefox does this to, as it searches through google when you type in the URL bar... well as I've heard, they DO save some (a very small amount) of the URL keywords that they r...
Sort by:  
Page 1 of 9 [ Search found 131 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group