| Author |
Message |
Topic: auto leaving a gui add edit control |
Mountie
Replies: 1
Views: 76
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 2: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: 71
|
Forum: Ask for Help Posted: Fri Jun 13, 2008 7: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: 153
|
Forum: Ask for Help Posted: Sat Mar 08, 2008 4: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: 72
Views: 46586
|
Forum: Scripts & Functions Posted: Fri Feb 01, 2008 10: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: 241
|
Forum: Ask for Help Posted: Fri Dec 21, 2007 10: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: 241
|
Forum: Ask for Help Posted: Wed Dec 19, 2007 9: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: 18
Views: 2423
|
Forum: Scripts & Functions Posted: Fri Nov 09, 2007 4: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: 168
|
Forum: Ask for Help Posted: Fri Nov 09, 2007 3:48 am Subject: How to move text cursor |
| thanks. |
Topic: How to move text cursor |
Mountie
Replies: 2
Views: 168
|
Forum: Ask for Help Posted: Thu Nov 08, 2007 5:08 pm Subject: How to move text cursor |
Is there a way to move the on screen text cursor to a specifi row, column
location? I would like to keep the same row location, but move the text
cursor to column 12.
Thank you. |
Topic: hotsring to call function |
Mountie
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Tue Nov 06, 2007 3:28 am Subject: hotsring to call function |
| Thank you. I have it working now. I was trying to call a user defined function. My string was being expanded, but the UDF not being called. I believe it was because the call was on the same line a ... |
Topic: hotsring to call function |
Mountie
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Mon Nov 05, 2007 9:46 pm Subject: hotsring to call function |
Is it possible to have a hotstring call an autohotkey function?
(how would this be coded?)
Thank you. |
Topic: How to Retrieve a word? |
Mountie
Replies: 4
Views: 456
|
Forum: Ask for Help Posted: Tue Oct 30, 2007 5:27 pm Subject: How to Retrieve a word? |
Thank you for the responses.  |
Topic: How to Retrieve a word? |
Mountie
Replies: 4
Views: 456
|
Forum: Ask for Help Posted: Tue Oct 30, 2007 1:46 pm Subject: How to Retrieve a word? |
How do I retrieve the word underneath my cursor?
(if it is of any relevance, the vast majority of the time a word would be any text string delimited by spaces)
Thank you. |
| |