| Author |
Message |
Topic: The keyboard and/or mouse hook could not be activated |
Mountie
Replies: 7
Views: 907
|
Forum: Ask for Help Posted: Wed Dec 02, 2009 9:00 pm Subject: The keyboard and/or mouse hook could not be activated |
| Has anyone had the same problem activating scripts? |
Topic: The keyboard and/or mouse hook could not be activated |
Mountie
Replies: 7
Views: 907
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 8:49 pm Subject: The keyboard and/or mouse hook could not be activated |
Here's an example of a script that does not work.
#SingleInstance force
#Hotstring SE K10
#NoEnv
#MaxMem 1
#KeyHistory 0
SetWinDelay 0
SetKeyDelay 100
SetTitleMatchMode 2
Menu, m ... |
Topic: The keyboard and/or mouse hook could not be activated |
Mountie
Replies: 7
Views: 907
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 8:06 pm Subject: The keyboard and/or mouse hook could not be activated |
The problem isn't with any particular script. It is with any script that has a
hotkey. Scripts without a hotkey work fine; while those with a hotkey all of
a sudden no longer work when they did w ... |
Topic: The keyboard and/or mouse hook could not be activated |
Mountie
Replies: 7
Views: 907
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 2:04 pm Subject: The keyboard and/or mouse hook could not be activated |
When starting autohotkey, I get the following error message:
Warning: The keyboard and/or mouse hook could not be activated; some parts of the script will not function
I thought the problem might ... |
Topic: Warning Message: "The keyboard and/or mouse hook could( |
Mountie
Replies: 4
Views: 720
|
Forum: Ask for Help Posted: Sat Nov 14, 2009 5:47 am Subject: Warning Message: "The keyboard and/or mouse hook could( |
I recently started having the same problem as Squis; that is,
"Warning: The keyboard and/or mouse hook could not be activated; some party of the script will not function."
I can't figur ... |
Topic: Pass Through Keystrokes |
Mountie
Replies: 3
Views: 308
|
Forum: Ask for Help Posted: Thu Apr 09, 2009 3:51 pm Subject: Pass Through Keystrokes |
Thanks.
The first method works.
The second gives an error message about an illegal expression when loading the script. |
Topic: Pass Through Keystrokes |
Mountie
Replies: 3
Views: 308
|
Forum: Ask for Help Posted: Thu Apr 09, 2009 3:19 pm Subject: Pass Through Keystrokes |
Is it possible to pass through keystrokes as they are received? I have the following excerpted script
Up::
Down::
Right::
<commands, …>
Send,%a_thishotkey%
What happens here is tha ... |
Topic: auto leaving a gui add edit control |
Mountie
Replies: 1
Views: 361
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 1:59 pm Subject: auto leaving a gui add edit control |
Is it possible to leave a control once the maxium number of characters
have been input for the control without having to press the tab key?
I have a line in a script as follows:
Gui, Add, Edit ... |
Topic: difficulties using gui add edit |
Mountie
Replies: 1
Views: 393
|
Forum: Ask for Help Posted: Fri Jun 13, 2008 6:07 pm Subject: difficulties using gui add edit |
I would like specfy a single character default value for a field, but
allow the input field to be 10 characters long when it displays.
When I use the code below I get the single charcter default v ... |
Topic: Stripping out commas from a string |
Mountie
Replies: 3
Views: 525
|
Forum: Ask for Help Posted: Sat Mar 08, 2008 3:25 am Subject: Stripping out commas from a string |
I'm having problems elminating commas from a text input string.
The input variable value is txtVar1 = 1,234. How can this string
be modified so that the variable txtVar1 will contain the value 12 ... |
Topic: IntelliSense III |
Mountie
Replies: 76
Views: 72803
|
Forum: Scripts & Functions Posted: Fri Feb 01, 2008 9:42 pm Subject: IntelliSense III |
| Does anyone know how intellisense could be modified so that some other key(s) could be substitued for the tab key to perform the auto completion? |
Topic: auto-replace not always working properly |
Mountie
Replies: 2
Views: 587
|
Forum: Ask for Help Posted: Fri Dec 21, 2007 9:13 pm Subject: auto-replace not always working properly |
Hello,
Would this problem have anything to do with keystroke buffer overflow? |
Topic: auto-replace not always working properly |
Mountie
Replies: 2
Views: 587
|
Forum: Ask for Help Posted: Wed Dec 19, 2007 8:31 pm Subject: auto-replace not always working properly |
Hello,
I have the following hotstring ':o:btw::by the way' and I frequently, but not always get: 'btwby the way'. It's almost as if the backspace that would precede the replace is not working.
... |
Topic: Accessibility Standard Library |
Mountie
Replies: 34
Views: 12667
|
Forum: Scripts & Functions Posted: Fri Nov 09, 2007 3:26 am Subject: Accessibility Standard Library |
I've downloaded the COM & ACC scripts to the standard library, but am a
little lost on what to do next in order to be able to activate the
functionality that will allow the copying of a word u ... |
Topic: How to move text cursor |
Mountie
Replies: 2
Views: 484
|
Forum: Ask for Help Posted: Fri Nov 09, 2007 2:48 am Subject: How to move text cursor |
| thanks. |
| |