AutoHotkey Community

It is currently May 23rd, 2012, 3:40 pm

All times are UTC [ DST ]


Search found 433 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Aaron's Weather Widget (an exercise in XML)

Posted: April 10th, 2012, 11:29 pm 

Replies: 9
Views: 2186


Updated to v1.0.3.5 v1.0.3.4 - added a 5 minute time-out to checking for internet connection, solves problem of script hanging forever with no connection v1.0.3.5 - added transparency to main window while mouse is not hovering over it, thanks to help from Maestr0 and 0x150||ISO Download links are i...

 Forum: Support   Topic: [SOLVED] How to turn off transparency while mouse over GUI?

Posted: April 10th, 2012, 5:24 pm 

Replies: 8
Views: 145


Wow! This works very well, thank all of you very much! I've got it mostly working now, apart from a few complications with multiple GUI's attached to the main window which have animations of their own happening... I really appreciate your guys' help, thanks again :) This is the code I ended up using...

 Forum: Support   Topic: [SOLVED] How to turn off transparency while mouse over GUI?

Posted: April 9th, 2012, 8:42 pm 

Replies: 8
Views: 145


How do I turn off transparency while mouse is over GUI, then back on when it is out? I tried to use this: (from this thread: http://www.autohotkey.com/community/viewtopic.php?t=24607 ) OnMessage(0x200, "WM_MOUSEMOVE") WinSet, Trans, 150, %MainWindowTitle% Return WM_MOUSEMOVE() { Static win...

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 25th, 2012, 8:15 pm 

Replies: 23
Views: 1413


Yah it's just for fun :) Some people believe we are in the end times (I'm one of them) and that English is the language of trade for the world these days. That's the reason English was chosen. I'm not the first to make one of these, I found an online Java version the other day. The best part of this...

 Forum: Issues   Topic: [solved i think] AutoHotkey.net not allowing uploads

Posted: March 24th, 2012, 10:18 am 

Replies: 2
Views: 390


Ok weird when I deleted the entire folder, and after I made a new one, everything uploaded fine! false alarm, or the folder was mangled... hm.

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 24th, 2012, 3:50 am 

Replies: 23
Views: 1413


yup yup! AHK_L ..not ansi, the unicode one. It tells me to use letters only when I paste in international characters This is what I tried: string := %GivenName%, i := 0 a := "àaèeìiòoùuÀAÈEÌIÒOÙUáaéeíióoúuýyÁAÉEÍIÓOÚUÝYâaêeîiôoûuÂAÊEÎIÔOÛUãañnõoÃAÑNÕO" . "äaëeïiöoüuÿyÄAËEÏIÖOÜUŸYåaÅAæ...

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 24th, 2012, 3:05 am 

Replies: 23
Views: 1413


oh wow that's making a little bit of sense to me... it's far above what I had guessed at though :) I'll try that out. Amazing stuff!!

EDIT: does not seem to work :( what am I doing wrong?

 Forum: Issues   Topic: [solved i think] AutoHotkey.net not allowing uploads

Posted: March 24th, 2012, 2:59 am 

Replies: 2
Views: 390


I'm getting this error when I upload an EXE file (which is under 2mb) to AutoHotkey.net:

413 Request Entity Too Large
nginx


...hope this helps, the site has been acting strangely lately.

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 22nd, 2012, 10:20 pm 

Replies: 23
Views: 1413


@TheDewd... that link doesn't work. :) what's that all about?

@nimda... hehe if you wish I can post the code I've mangled and broken so far with no working results except for me looking embarrassed haha! I'll keep trying, if you can provide one more hint... that might get me on the right track :)

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 21st, 2012, 9:22 am 

Replies: 23
Views: 1413


lol using stupid facebook has trained me... I was just seriously looking for the "like" buttons on the last few posts :D

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 20th, 2012, 10:17 am 

Replies: 23
Views: 1413


whoa look at all the results! 1117 of them. so apparently, everything is evil lol. hey I think I have a function of yours from a previous script, which that list will plug into nicely. Unless that's ternary... but I've guessed ternary incorrectly before. RegExReplace might be the ticket. Let me mess...

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 19th, 2012, 11:44 pm 

Replies: 23
Views: 1413


ohhh coooool! Implementing :) thank you very much!!!
EDIT: implemented... screenshot and download links are updated.

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 19th, 2012, 5:51 pm 

Replies: 23
Views: 1413


hehe not surprising. I doubt the leader of the New World Order will become popular and loved by the world if he kept the name Lucifer. That was the devil's original name, which means "bringer of light" or "light keeper". The Illuminati derives its name from that idea, it means &q...

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 19th, 2012, 6:34 am 

Replies: 23
Views: 1413


Updated to v1.3 :) awesome insight from an amazing coder! I will mess with this tonight to see what happens. too cool! EDIT: The first one does not work at all Result += 6 * ( Asc( RegExReplace(A_LoopField, ".", "$U1") ) - 64 ) but the second one works pe...

 Forum: Scripts   Topic: Name of the Beast Calculator v1.4

Posted: March 18th, 2012, 2:01 am 

Replies: 23
Views: 1413


Name of the Beast Calculator v1.4 http://www.autohotkey.net/~aaronbewza/NameOfTheBeastCalculator/screenshot.jpg Description: This calculator assigns "6" to every letter of the english alphabet, then adds all the values of the letters together from any name you type in. (A=6, B=12, C=18 an...
Sort by:  
Page 1 of 29 [ Search found 433 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group