| Author |
Message |
Topic: Need help speeding up serial port |
evandevon
Replies: 2
Views: 189
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 7:25 pm Subject: Possible Solution?!?!? |
Hi,
I've lost so much sleep over this tonight...
See my other posts
http://www.autohotkey.com/forum/viewtopic.php?p=204820#204820
http://www.autohotkey.com/forum/viewtopic.php?p=204821#204821
... |
Topic: Serial ( COM ) Port Console Script |
evandevon
Replies: 8
Views: 2117
|
Forum: Scripts & Functions Posted: Sun Jun 29, 2008 7:18 pm Subject: HELP PLEASE |
Please see
http://www.autohotkey.com/forum/viewtopic.php?p=204820#204820
for my post.
Can't seem to get your second script to work (first works fine) I think it may be because the first data va ... |
Topic: yet another serial com port help request |
evandevon
Replies: 1
Views: 98
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 7:15 pm Subject: Non-working solution |
This post is too big to be an edit...
Well after spending 3hours not sleeping I can get some text into an open notepad file.
Using the advice on
http://www.autohotkey.com/forum/topic28703.html& ... |
Topic: yet another serial com port help request |
evandevon
Replies: 1
Views: 98
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 4:19 pm Subject: yet another serial com port help request |
Hi,
Firstly, before anyone says "search the forum", I have so please be nice.
Secondly, if you've read this far, then thank you.
My problem:
I have this sort of keyboard thing that is ... |
Topic: Send vs Sendraw vs Sendplay and looping |
evandevon
Replies: 1
Views: 87
|
Forum: Ask for Help Posted: Thu May 22, 2008 5:06 pm Subject: Send vs Sendraw vs Sendplay and looping |
Just for newbies who don't know this (like myself 10min ago), If you use say,
1::Send text1
as a hotkey then when the 'text1' displays the '1' it will think that the button '1' has been ... |
Topic: Variable Syntax Help |
evandevon
Replies: 7
Views: 208
|
Forum: Ask for Help Posted: Wed May 21, 2008 5:08 pm Subject: THANKYOU!!! |
Many thanks Hugo!!!
I replaced the code
If %A_Index%program = 1
{
GuiControlGet, file, ,%A_Index%_program
Fileappend,
(
%A_Index%::run %file%
), %location%.ahk
... |
Topic: Variable Syntax Help |
evandevon
Replies: 7
Views: 208
|
Forum: Ask for Help Posted: Wed May 21, 2008 3:38 pm Subject: Variable Syntax Help |
| Thanks guys! Hugo (and anyone else) could you tell me why this code doesn't work! I've tried your way and it doesn't change the output for me. The top variable %A_Index%_text is from an edit box (i.e ... |
Topic: Standard Joystick script not consistent |
evandevon
Replies: 0
Views: 78
|
Forum: Ask for Help Posted: Wed May 21, 2008 10:52 am Subject: Standard Joystick script not consistent |
| EDIT: When I use the code in say, firefox to scroll the page it acts like I've only tapped the up button once then stops. But if I open up notepad and press '1' the script will keypress 'up' continual ... |
Topic: Variable Syntax Help |
evandevon
Replies: 7
Views: 208
|
Forum: Ask for Help Posted: Wed May 21, 2008 9:18 am Subject: EXACTLY! |
| Thanks chadross! That's exactly what I needed! I've just looked it up in help and read that guicontrolget can grab any variable from a gui and place it in a new variable. Is that right? That's what se ... |
Topic: Variable Syntax Help |
evandevon
Replies: 7
Views: 208
|
Forum: Ask for Help Posted: Tue May 20, 2008 5:20 pm Subject: Variable Syntax Help |
Hi Forum Dwellers!
I have a gui that has 3 edit boxes that send three variables:
I want the text in each variable to be msgbox-ed out
I want to have them in a loop, 3 and use the inbuilt %A_Index ... |
Topic: Touchscreen stylus - mouse / webcam hack |
evandevon
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Tue May 13, 2008 5:18 pm Subject: Edit |
Since this is the first forum I've ever contributed to I tried to suck it up and learned how to phucking edit.
See if you can find it... |
Topic: Touchscreen stylus - mouse / webcam hack |
evandevon
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Fri May 09, 2008 6:50 pm Subject: Touchscreen stylus - mouse / webcam hack |
| Ignore the above post - I've found an app much better suited for this type of thing 'Roborealm'. |
Topic: Touchscreen stylus - mouse / webcam hack |
evandevon
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Thu May 08, 2008 5:15 pm Subject: Touchscreen stylus - mouse / webcam hack |
I was inspired when I found this
http://www.engadget.com/2006/01/08/turn-your-optical-mouse-into-a-crappy-scanner/
Describes how to hack a mouse to use as a scanner
Was wondering if anyon ... |
Topic: SoundPlay Error |
evandevon
Replies: 4
Views: 112
|
Forum: Ask for Help Posted: Thu May 08, 2008 3:21 pm Subject: need an mp3 codec |
You probably need an mp3 codec in your system32 folder. See this post.
http://www.autohotkey.com/forum/viewtopic.php?p=195343#195343 |
Topic: soundplay problem |
evandevon
Replies: 3
Views: 225
|
Forum: Ask for Help Posted: Thu May 08, 2008 3:19 pm Subject: mp3 codec required |
| The problem with only being able to play .wav is that you need an mp3 codec in your system32 folder. Google search for lame.dll and save that file to C:\WINDOWS\system32 and then you should be able t ... |
| |