AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 386 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Voice recognition
foom

Replies: 33
Views: 5002

PostForum: Scripts & Functions   Posted: Wed Jul 04, 2007 6:14 pm   Subject: Voice recognition
OK i wanted to let you know that i got it working, since ehhrrm, a couple of days now but had no time to clean up the mess so you will need to wait a couple more days. Smile
  Topic: Help with Scintilla wrapper
foom

Replies: 9
Views: 465

PostForum: Ask for Help   Posted: Wed Jul 04, 2007 5:51 pm   Subject: Help with Scintilla wrapper
I am not sure what the problem is but in Scintilla_SetStyle() you pass messages like SCI_STYLESETFORE or SCI_STYLESETBACK to SendMessageUser32() that are not defined in Scintilla_SetStyle().
So the s ...
  Topic: script
foom

Replies: 4
Views: 281

PostForum: Ask for Help   Posted: Mon Jul 02, 2007 7:43 pm   Subject: script
At a minimum, this kind of topic(s) should be banned completely from this forum. IMHO
  Topic: Voice recognition
foom

Replies: 33
Views: 5002

PostForum: Scripts & Functions   Posted: Thu Jun 28, 2007 2:27 pm   Subject: Voice recognition
I should be able to put out a script within the next week. So keep an eye on this topic and the scripts and functions forum.
  Topic: Voice recognition
foom

Replies: 33
Views: 5002

PostForum: Scripts & Functions   Posted: Tue Jun 26, 2007 1:24 pm   Subject: Voice recognition
Speech Recognition may be possible with COM.
I found an example of how its done in Python.
from win32com.client import constants
import win32com.client
import pythoncom

"""Sampl ...
  Topic: What Editor do you use for AHK programming?
foom

Replies: 41
Views: 3537

PostForum: General Chat   Posted: Wed Jun 20, 2007 3:01 pm   Subject: What Editor do you use for AHK programming?
ConTEXT. Its like an lightweight PSPad as far as i can tell from looking at PSPad once. It has everything i need (highlighter, code template, nice find results output, execution keys). However it has ...
  Topic: Help required on Bitwise operation
foom

Replies: 13
Views: 669

PostForum: Ask for Help   Posted: Tue Jun 19, 2007 4:20 pm   Subject: Help required on Bitwise operation
You could have done x:=(x<<6)>>6 but the & methond is faster and enables you to clear bytes in any range you like. Btw if you are unsure about how to convert a bitchain to the dezimal/ ...
  Topic: Standard/User libraries for automatic function inclusion
foom

Replies: 83
Views: 2647

PostForum: Wish List   Posted: Sun Jun 17, 2007 10:20 pm   Subject: Standard/User libraries for automatic function inclusion
Yeah i just realised the Vista problem. It could be so convenient but then there is Vista. Evil or Very Mad
  Topic: Standard/User libraries for automatic function inclusion
foom

Replies: 83
Views: 2647

PostForum: Wish List   Posted: Sun Jun 17, 2007 10:05 pm   Subject: Standard/User libraries for automatic function inclusion
Well the only reason for the userlib as i see it is to keep the sdlib and 3rd-party libs seperated. I wonder if it would be possible to add subfolders to the stdlib folder. This way keeping sdlib and ...
  Topic: Standard/User libraries for automatic function inclusion
foom

Replies: 83
Views: 2647

PostForum: Wish List   Posted: Sun Jun 17, 2007 1:05 pm   Subject: Standard/User libraries for automatic function inclusion
First of all good to hear that the functions are included recursively.

Now about the vote. IMHO as useless as any other vote before.

I hope C:\Program Files\AutoHotkey\Library\
means %A_Di ...
  Topic: Standard/User libraries for automatic function inclusion
foom

Replies: 83
Views: 2647

PostForum: Wish List   Posted: Sun Jun 17, 2007 10:21 am   Subject: Standard/User libraries for automatic function inclusion
Hi,
i just had a thought about the autoinclusion mechanism. What if an function in the lib depends on and other function in the lib. Will the other function be automatically included or will this re ...
  Topic: Be Sweet - An Audio Transcoding Tool [CMD]
foom

Replies: 6
Views: 1701

PostForum: Utilities & Resources   Posted: Sat Jun 16, 2007 6:51 pm   Subject: Be Sweet - An Audio Transcoding Tool [CMD]
MediaCoder would be nice if it wouldn't suck donkeynuts IMHO.
  Topic: UD Style Problem
foom

Replies: 1
Views: 215

PostForum: Ask for Help   Posted: Sat Jun 16, 2007 6:01 pm   Subject: UD Style Problem
Hi,
i just toyed around with a ud control and noticed that i can not change the uds_setbuddyint(0x0002) style. I looked at google but no one seems to have this problem so i thought this may be a bug ...
  Topic: Generic Callback Example - EnumWindows
foom

Replies: 49
Views: 4267

PostForum: Scripts & Functions   Posted: Thu Jun 14, 2007 10:57 pm   Subject: Generic Callback Example - EnumWindows
Hmm did you test with the code i posted?
  Topic: Can i speed up inireads
foom

Replies: 4
Views: 289

PostForum: Ask for Help   Posted: Thu Jun 14, 2007 5:37 pm   Subject: Can i speed up inireads
Make sure you didn't leave a sleep somewhere between the lines.
This happend to me as i debugged my settings loading routine with sleep and tooltip. 30 inireads shouldn't take that long.
 
Page 1 of 26 Goto page 1, 2, 3 ... 24, 25, 26  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group