| Author |
Message |
Topic: [module] Properties 0.2 |
LiquidGravity
Replies: 10
Views: 3495
|
Forum: Scripts & Functions Posted: Sun Jan 08, 2012 6:43 pm Subject: [module] Properties 0.2 |
Excelent module!
How do you go about adding custom value types?
Some examples:
A choice box with specific values (text) associated to the choices.
A color in RGB format that changes the color of ... |
Topic: Voice Recognition COM |
LiquidGravity
Replies: 128
Views: 25227
|
Forum: Scripts & Functions Posted: Thu Dec 15, 2011 1:25 am Subject: Voice Recognition COM |
| Sorry it took so long to post it. Here is my working code. Not sure if its all correct or not and like I said though it recognizes too easily. For example saying ogle, noodle, poodle could all trigger ... |
Topic: Reasons why enterprises do not use AHK |
LiquidGravity
Replies: 26
Views: 1634
|
Forum: General Chat Posted: Tue Sep 27, 2011 12:42 am Subject: Reasons why enterprises do not use AHK |
I use it myself to aid in doing my job at a small business.
In addition to the excellent point brought up by JSLover; I feel the following are the major reasons AHK is not taken seriously in the wo ... |
Topic: Greetings from NameLess-exe |
LiquidGravity
Replies: 2
Views: 347
|
Forum: General Chat Posted: Sun Aug 21, 2011 7:36 pm Subject: Greetings from NameLess-exe |
| Hi |
Topic: Android Scripting! |
LiquidGravity
Replies: 19
Views: 1457
|
Forum: General Chat Posted: Tue Aug 16, 2011 9:57 pm Subject: Android Scripting! |
App Inventor was a great idea poorly implemented.
For example when I tried it; You had to use workarounds to actually have more than one "screen" per app. Many Android features were not a ... |
Topic: How are students learning programming in a post-Basic world? |
LiquidGravity
Replies: 10
Views: 479
|
Forum: General Chat Posted: Sat Jul 16, 2011 4:56 pm Subject: How are students learning programming in a post-Basic world? |
| Never liked the indentation requirement in the python syntax. That's why I'd like someone to port the ahk syntax onto Android scripting. |
Topic: Android Scripting! |
LiquidGravity
Replies: 19
Views: 1457
|
Forum: General Chat Posted: Fri Jul 01, 2011 4:09 am Subject: Android Scripting! |
| There is a scripting system that is being developed for on Android phones. http://code.google.com/p/android-scripting/ It currently supports python, java script, and others. But not AutoHotkey yet. An ... |
Topic: HardwareSend |
LiquidGravity
Replies: 8
Views: 429
|
Forum: General Chat Posted: Tue Jun 07, 2011 10:50 pm Subject: HardwareSend |
| I'm not sure I follow. Would this be a physical usb device that would receive input from AHK on the pc and send based on that input? Or is it a software side driver that acts like the above? |
Topic: Storing Program Settings on the Web |
LiquidGravity
Replies: 15
Views: 553
|
Forum: General Chat Posted: Tue Jun 07, 2011 10:42 pm Subject: Storing Program Settings on the Web |
| Interesting discussion. I have used the PHP, MySQL method in the past for registration of some software. It works great with very little client side code, but the fact that anyone can reverse engineer ... |
Topic: GDI+ standard library 1.45 by tic |
LiquidGravity
Replies: 918
Views: 139942
|
Forum: Scripts & Functions Posted: Thu May 19, 2011 3:02 am Subject: GDI+ standard library 1.45 by tic |
Here is what I was working on. Select an image file to turn into XY, XZ, and YZ isometric tile images based off a 256x256 tile. Might help others.FileSelectFile, FileName,,, Select image
If Errorleve ... |
Topic: GDI+ standard library 1.45 by tic |
LiquidGravity
Replies: 918
Views: 139942
|
Forum: Scripts & Functions Posted: Thu May 19, 2011 12:43 am Subject: GDI+ standard library 1.45 by tic |
| Ah man I was wracking my brain for hours on this. Thanks for proving my problem wasn't exactly my scripting... turns out my gdip was off by quite a byte! Not sure what or why - just pasted in the new ... |
Topic: For future programmers and people interested in Java |
LiquidGravity
Replies: 31
Views: 1845
|
Forum: General Chat Posted: Thu May 19, 2011 12:12 am Subject: For future programmers and people interested in Java |
You mean like AutoHokey V2? http://www.autohotkey.com/forum/topic70266.html
You should do 5 minutes of reading the titles of the first few pages of Scripts & Functions before you post this stuf ... |
Topic: GDI+ standard library 1.45 by tic |
LiquidGravity
Replies: 918
Views: 139942
|
Forum: Scripts & Functions Posted: Mon May 16, 2011 3:29 am Subject: GDI+ standard library 1.45 by tic |
| Any chance someone can make a full working example of using Gdip_DrawImagePointsRect and saving the result to file? I can't seem to get it to work. |
Topic: Portal questions. |
LiquidGravity
Replies: 3
Views: 640
|
Forum: General Chat Posted: Mon Apr 25, 2011 3:00 am Subject: Portal questions. |
| Paradox 1: The original Portal game afaik avoided this by disallowing portals on moving objects (neglecting the fact that the Earth is constantly moving). Then Portal 2 let you put portals on moving o ... |
Topic: Using Windows7 Features In AutoHotkey |
LiquidGravity
Replies: 8
Views: 1040
|
Forum: General Chat Posted: Thu Apr 21, 2011 3:16 pm Subject: Using Windows7 Features In AutoHotkey |
| Updated the first post. Will update wiki later. |
| |