| Author |
Message |
Topic: How to react to appearance of a window? |
TLM
Replies: 5
Views: 181
|
Forum: Ask for Help Posted: Mon Dec 05, 2011 1:30 pm Subject: How to react to appearance of a window? |
Welcome.
Take a look @ [url=http://www.autohotkey.com/docs/commands/WinWait.htm]WinWait |
Topic: Getting text out of .doc file into .txt file |
TLM
Replies: 19
Views: 522
|
Forum: Ask for Help Posted: Mon Dec 05, 2011 1:24 pm Subject: Getting text out of .doc file into .txt file |
ImageReady comes bundled with Adobe Photoshop and or Creative Suite which is payware ( or expensiveWare ).
If you can find an cheap old version of PS7+ it comes with IR.
COM = Component Object ... |
Topic: mapping trackball |
TLM
Replies: 27
Views: 1358
|
Forum: Ask for Help Posted: Mon Dec 05, 2011 12:55 pm Subject: mapping trackball |
script can work with a shorter name?All tests indicate that the shorter names are still matched so yea its ok.
Just make sure theres \ @ the start and the names are on separate lines.
As for the r ... |
Topic: Getting text out of .doc file into .txt file |
TLM
Replies: 19
Views: 522
|
Forum: Ask for Help Posted: Mon Dec 05, 2011 12:37 pm Subject: Getting text out of .doc file into .txt file |
Adobe Imageready.
I think the problem has something to do with the way different systems handle unicode ( specifically language settings ).
When I do a straight copy to text I get: [url=http://www ... |
Topic: Getting text out of .doc file into .txt file |
TLM
Replies: 19
Views: 522
|
Forum: Ask for Help Posted: Mon Dec 05, 2011 7:48 am Subject: Getting text out of .doc file into .txt file |
I forgot to say, dont tell me what the document content is Its ok tho.
Weird I'm still getting the same byte offset of 0xa00
http://i.imgur.com/bWcil.gif
I will investigate but I still say the ... |
Topic: Getting text out of .doc file into .txt file |
TLM
Replies: 19
Views: 522
|
Forum: Ask for Help Posted: Mon Dec 05, 2011 7:07 am Subject: Getting text out of .doc file into .txt file |
..it doesn't seem to work for meCan you post a link to a WORD 2003 file plz?
Or 2 or more documents with different txt in each zipped would be even better if possible. |
Topic: Getting text out of .doc file into .txt file |
TLM
Replies: 19
Views: 522
|
Forum: Ask for Help Posted: Mon Dec 05, 2011 6:18 am Subject: Getting text out of .doc file into .txt file |
The magic byte offset is 0xa00
for the start of 'real text' in Word 2002docFile := a_scriptDir "\file.doc"
fileRead, oSet, % docFile
pos := &oSet+0xa00
while asc( *pos ... |
Topic: [Script] tomoe_uehara's home made =) |
TLM
Replies: 58
Views: 5477
|
Forum: Scripts & Functions Posted: Mon Dec 05, 2011 12:04 am Subject: [Script] tomoe_uehara's home made =) |
Can it be used to insult someone being immature?
Like, grow up you little Kim Rae Joon! |
Topic: mapping trackball |
TLM
Replies: 27
Views: 1358
|
Forum: Ask for Help Posted: Sat Dec 03, 2011 10:58 pm Subject: mapping trackball |
Give this a rungui, +lastfound
gH := winExist(), cnt:=!!cnt, tStmp := a_tickcount
AHKHID_UseConstants(), OnMessage( 0xff, "inputMsg" )
AHKHID_Register& ... |
Topic: mapping trackball |
TLM
Replies: 27
Views: 1358
|
Forum: Ask for Help Posted: Fri Dec 02, 2011 3:59 am Subject: mapping trackball |
The key combos are the easiest part of this,
thats why I'm saving them for last.
For me to block the trackball
while maintaining its functionality,
I have to employ the [url=http://msdn.microsof ... |
Topic: « What's on your mind? » |
TLM
Replies: 1226
Views: 48038
|
Forum: General Chat Posted: Fri Dec 02, 2011 2:15 am Subject: « What's on your mind? » |
which lis is ur fav?
http://i.imgur.com/YYt0Y.gif
the new one doesnt use unix backdoors pfft. |
Topic: mapping trackball |
TLM
Replies: 27
Views: 1358
|
Forum: Ask for Help Posted: Fri Dec 02, 2011 1:09 am Subject: mapping trackball |
I wasn't aware you didn't also want native functionality of the ball.
Let me see.... |
Topic: Put here requests of problems with regular expressions |
TLM
Replies: 661
Views: 36855
|
Forum: Ask for Help Posted: Fri Dec 02, 2011 12:47 am Subject: Put here requests of problems with regular expressions |
Yea my 1st attempt was a cheatregexReplace( Text, "s)\scat(?=.*dog)" )In the end, I was stump'd..
And something else: There can be more than one 'cat' on a line.http:/ ... |
Topic: mapping trackball |
TLM
Replies: 27
Views: 1358
|
Forum: Ask for Help Posted: Fri Dec 02, 2011 12:36 am Subject: mapping trackball |
Sorry for the delay, I have court duties to attend
I was able to fully isolate the trackball (thank god for a returnable device array index)gui, +lastfound
gH:=winExist(), cnt ... |
Topic: Life For Speed "GPS" navigation. Its Possible? |
TLM
Replies: 5
Views: 194
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 11:45 pm Subject: Life For Speed "GPS" navigation. Its Possible? |
I was thinking maybe a 3x3 matrix based on the grid in the pic?
Would love to get my hands on the game directly.
Hrm, someone wrote a really cool pacman AI that may be able to hlp,
gone to look f ... |
| |