| Author |
Message |
Topic: Voice Recognition COM |
tinku99
Replies: 103
Views: 13375
|
Forum: Scripts & Functions Posted: Fri Mar 19, 2010 2:30 pm Subject: DictationLoad error |
Activating dictation did not help.
Ok, now it finds DictationLoad, but still doesn't find my dictation topicWhat you meant by not find? Did it produce an error messageYes, error: COM Error Notific ... |
Topic: Voice Recognition COM |
tinku99
Replies: 103
Views: 13375
|
Forum: Scripts & Functions Posted: Fri Mar 19, 2010 8:06 am Subject: Re: how to switch dictation grammars ? |
It should be DictationLoad with ISpeechRecoGrammar.
I am on Vista.
Ok, now it finds DictationLoad, but still doesn't find my dictation topic COM_INVOKE(pgrammar, "DictationLoad", " ... |
Topic: Voice Recognition COM |
tinku99
Replies: 103
Views: 13375
|
Forum: Scripts & Functions Posted: Fri Mar 19, 2010 6:04 am Subject: how to switch dictation grammars ? |
Both route, Recognizer -> RecoContext and RecoContext -> Recognizer, should work
It doesn't work for me either giving the same error: function name: "GetRecognizer"
ERROR: u ... |
Topic: Anyone interested in working on a voice command library? |
tinku99
Replies: 3
Views: 272
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 5:14 pm Subject: Re: Anyone interested in working on a voice command library? |
I am interested.
Any update ? |
Topic: [AHK_L] BinObject - store binary data in objects |
tinku99
Replies: 7
Views: 712
|
Forum: Scripts & Functions Posted: Tue Feb 09, 2010 11:20 am Subject: base mechanism |
| Bitmap_Fill is a particularly "good" example of where not to use objects. I know. Your method is what I had tried to do initially, but I couldn't keep all the bit shifting and pointer arith ... |
Topic: Challenge: translate rosettacode - Was promoting autohotkey |
tinku99
Replies: 170
Views: 8082
|
Forum: General Chat Posted: Tue Feb 09, 2010 3:05 am Subject: bitmap storage tasks |
| I have fixed [url=http://rosettacode.org/wiki/Basic_bitmap_storage/AutoHotkey]basic bitmap storage, [url=http://rosettacode.org/wiki/Bitmap/Read_a_PPM_file#AutoHotkey]read a ppm, and [url=http://rose ... |
Topic: [AHK_L] BinObject - store binary data in objects |
tinku99
Replies: 7
Views: 712
|
Forum: Scripts & Functions Posted: Tue Feb 09, 2010 1:25 am Subject: base mechanism |
Thanks Lexikos.
My code confused myself. I rewrote it more simply: Color := Object("R", 0, "G", 0, "B", 255, "rgb", "Color_RGB")
blue ... |
Topic: ahkbb |
tinku99
Replies: 1
Views: 347
|
Forum: Scripts & Functions Posted: Sat Feb 06, 2010 12:42 am Subject: ahkbb |
[url=http://www.github.com/tinku99/ahkbb]ahkbb based on [url=http://www.autohotkey.com/forum/viewtopic.php?t=36047sparrow]sparrow
Requires [url=http://www.autohotkey.net/~tinku99/ahk ... |
Topic: AutoHotkey.dll |
tinku99
Replies: 147
Views: 23762
|
Forum: Scripts & Functions Posted: Wed Feb 03, 2010 3:09 am Subject: embedding in c++ / cpp |
| Can anyone help me out with how the functions would be called in c++? I tried messing around with it but not having much luck. I can get as far as loading the .dll and retrieving its processID, but I ... |
Topic: DispatchObj (prototype) |
tinku99
Replies: 12
Views: 2294
|
Forum: Scripts & Functions Posted: Wed Feb 03, 2010 12:18 am Subject: software as a service with ahk |
| If you find it useful, perhaps you'd like to try implementing some of the "Planned Features". Once I finish with ahkbb / sparrow, I may write my next ahk app using DispatchObj which can als ... |
Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
tinku99
Replies: 94
Views: 16061
|
Forum: Scripts & Functions Posted: Wed Feb 03, 2010 12:05 am Subject: dll copies |
Thanks, will test and post after confirmed working.
It told me to download your .dll... which I did.
Do I still need the other version of the dll?
autohotkey1.dll, autohotkey2.dll ... etc?
autoh ... |
Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
tinku99
Replies: 94
Views: 16061
|
Forum: Scripts & Functions Posted: Tue Feb 02, 2010 5:32 pm Subject: keygen with ahkbb |
Hey I tested this out and it works great!
How do I use keygen.hkml above with this?
I tried putting it in the www folder but got an error...
Try this:
www/keygen.hkml<?ahk keygen() ?&g ... |
Topic: stdLib: call for information |
tinku99
Replies: 34
Views: 1202
|
Forum: General Chat Posted: Tue Feb 02, 2010 2:24 am Subject: Packagers and mantainers |
Packagers can be different than the maintainers of an ahk library module.
Maybe this information can be added to the wiki which already has a. Catalog of scripts |
Topic: AutoHotkey.git |
tinku99
Replies: 6
Views: 353
|
Forum: General Chat Posted: Sun Jan 31, 2010 4:10 pm Subject: github |
This was long overdue. Thanks Titan.
Have you thought about putting it up on github ?
Could do it with mercurial and put it up on google code...
Main advantage is being searchable with google code ... |
Topic: AutoHotKey.dll with python |
tinku99
Replies: 8
Views: 297
|
Forum: Ask for Help Posted: Wed Jan 27, 2010 6:30 pm Subject: embed autohotkey in python example |
I am searching for is a way to execute AHK commands from a Python script. Is this possible?
Yes. Here is an example.
tested with python2.6, requires from ctypes import *
ahk = cdll.AutoHotkey
p ... |
| |