| Author |
Message |
Topic: Yet another accent / special character script |
afromonkey0
Replies: 3
Views: 406
|
Forum: Scripts & Functions Posted: Sat Mar 01, 2008 1:48 pm Subject: Yet another accent / special character script |
Well that didn't work.
Seems autohotkey can only read ANSI encoded scripts, and most greek letters are unicode.  |
Topic: Yet another accent / special character script |
afromonkey0
Replies: 3
Views: 406
|
Forum: Scripts & Functions Posted: Sat Mar 01, 2008 1:24 pm Subject: Nice |
That's a pretty neat implementation of an old idea. Nice and upgradable, and not many lines of code.
I use google docs now and i've been missing word's unicode characters, this works great. (I'm tryi ... |
Topic: Voice recognition |
afromonkey0
Replies: 34
Views: 5981
|
Forum: Scripts & Functions Posted: Mon Feb 25, 2008 11:21 am Subject: That's true |
| If you change your speech settings in the control panel, the speech changes. |
Topic: Example script for getting GPS Position from Google Earth |
afromonkey0
Replies: 4
Views: 928
|
Forum: Scripts & Functions Posted: Sun Feb 24, 2008 3:31 pm Subject: Example script for getting GPS Position from Google Earth |
| Thanks very much for the code, but i think i might be doing something wrong, i always get an error 'Too many arguments passed to function' for the WS_Eval function. It does have a lot more than the ot ... |
Topic: Example script for getting GPS Position from Google Earth |
afromonkey0
Replies: 4
Views: 928
|
Forum: Scripts & Functions Posted: Wed Feb 20, 2008 4:43 pm Subject: Example script for getting GPS Position from Google Earth |
Cool!
I'm new to COM, but i was looking for a way to use GE with the nintendo wiimote. I can't try it now since i'm not on my own PC, but if this script works it will be really helpful. Looking ... |
Topic: Basic pipe into AHK script/exe |
afromonkey0
Replies: 2
Views: 116
|
Forum: Ask for Help Posted: Thu Jan 31, 2008 3:36 pm Subject: Basic pipe into AHK script/exe |
| Yeah I had a look at that script when i searched for 'pipe', but I don't really understand the code. The original script runs code you give it, without interacting with any other program right? But I ... |
Topic: Basic pipe into AHK script/exe |
afromonkey0
Replies: 2
Views: 116
|
Forum: Ask for Help Posted: Thu Jan 31, 2008 3:21 pm Subject: Basic pipe into AHK script/exe |
| I have an image analysis program that calculates two numeric variables (x and y coordinates) and has the ability to send data through a pipe protocol. I have tried passing the variables as arguments w ... |
Topic: Voice recognition |
afromonkey0
Replies: 34
Views: 5981
|
Forum: Scripts & Functions Posted: Mon Jan 14, 2008 6:26 pm Subject: Voice recognition |
I'd go with
if IsLabel(text)
gosub, text
text:
run, www.whatever.com
very untested code btw |
Topic: Using Laptop Touchpad Data Directly (COM or DLL?) |
afromonkey0
Replies: 4
Views: 255
|
Forum: Ask for Help Posted: Mon Jan 07, 2008 5:06 pm Subject: Using Laptop Touchpad Data Directly (COM or DLL?) |
ok the ascii art didn't work because it doesn't recognise multiple spaces for some reason.
The point is, with the end fingers the same width apart, it is different if there's one in the middle or not ... |
Topic: Using Laptop Touchpad Data Directly (COM or DLL?) |
afromonkey0
Replies: 4
Views: 255
|
Forum: Ask for Help Posted: Mon Jan 07, 2008 5:04 pm Subject: Using Laptop Touchpad Data Directly (COM or DLL?) |
Its reacting to the width of the tap
It isn't, because if i do this;
_______________
| [x] |
| |
| |
| [x] |
|_ ... |
Topic: Execute a string read from a file/contained in a variable? |
afromonkey0
Replies: 12
Views: 435
|
Forum: Ask for Help Posted: Wed Jan 02, 2008 3:00 pm Subject: Execute a string read from a file/contained in a variable? |
That's a pretty neat testing script.
my provided function is no everytime the fastest with smaller files, but in general, especially when handling larger text files (2000+ lines) it is definitly fa ... |
Topic: Execute a string read from a file/contained in a variable? |
afromonkey0
Replies: 12
Views: 435
|
Forum: Ask for Help Posted: Wed Jan 02, 2008 12:07 pm Subject: Execute a string read from a file/contained in a variable? |
I tried DerRaphael's idea first and it works perfectly! Thanks mate.
quick speed question through. Which of these is likely to work quicker for a file of about 100 lines?
FileRead, messages, msg.t ... |
Topic: Execute a string read from a file/contained in a variable? |
afromonkey0
Replies: 12
Views: 435
|
Forum: Ask for Help Posted: Wed Jan 02, 2008 11:55 am Subject: Thanks guys |
Thanks that's great. I think all of those would work.
Engunneer: I just realised that what i want to do is execute code dynamically, i didn't realise that was the phrase for it. I've even read that t ... |
Topic: Controlling Skype w/ AHK |
afromonkey0
Replies: 2
Views: 224
|
Forum: Ask for Help Posted: Tue Jan 01, 2008 9:08 pm Subject: Controlling Skype w/ AHK |
Depends how much control you want, but I'm pretty sure skype associates with the callto: command, so you could place a call with
run, callto:%number%
(code massively untested)
As for anything e ... |
Topic: Execute a string read from a file/contained in a variable? |
afromonkey0
Replies: 12
Views: 435
|
Forum: Ask for Help Posted: Tue Jan 01, 2008 9:01 pm Subject: Execute a string read from a file/contained in a variable? |
| I used an app called 'game maker' for a while and it had a neat function called 'execute_string(string)' which would execute the string supplied as though it had been typed into the script at that pla ... |
| |