| Author |
Message |
Forum: Issues Topic: nonclient area sticky with Send LButton |
| corsair992 |
|
Posted: February 1st, 2010, 2:11 pm
|
|
Replies: 5 Views: 2658
|
Quote: The following workaround operates by suppressing qualified click-down events until the corresponding click-up occurs, at which time the click-up is transformed into a down+up if the click-up is still in the same cursor position as the down.
Could someone point me to this workaround? |
|
 |
Forum: Issues Topic: nonclient area sticky with Send LButton |
| corsair992 |
|
Posted: February 1st, 2010, 1:05 am
|
|
Replies: 5 Views: 2658
|
| I think this should be mentioned in the documentation in the Click section. I drove myself crazy over this issue. |
|
 |
Forum: Support Topic: I think I have found a bug in arrays |
| corsair992 |
|
Posted: January 13th, 2010, 8:37 pm
|
|
Replies: 10 Views: 1019
|
| You should try objects in AutoHotkey_L.exe , these objects are much more of use than usual AutoHotkey array and offer some special features. Thanks for referring me to this. Some very nice functionality. Specifically, the #if expression will be very useful in my script, so I will probably be using ... |
|
 |
Forum: Support Topic: I think I have found a bug in arrays |
| corsair992 |
|
Posted: January 13th, 2010, 3:46 am
|
|
Replies: 10 Views: 1019
|
Thank you very much, HotkeyIt! You have made my day
I still think Autokotkey needs to work on their arrays. This would not have happened with a normal array. However, at least this is not a bug. |
|
 |
Forum: Support Topic: I think I have found a bug in arrays |
| corsair992 |
|
Posted: January 12th, 2010, 8:27 pm
|
|
Replies: 10 Views: 1019
|
| Ok, I messed around tried to reproduce and isolate my problem, and this is what I found out. If a local array is made by SplitString in a function with assume-global mode according to the way described in the manual (see my above post), then while the array is local, any subsequent mention of any el... |
|
 |
Forum: Support Topic: I think I have found a bug in arrays |
| corsair992 |
|
Posted: January 12th, 2010, 5:23 pm
|
|
Replies: 10 Views: 1019
|
| Hi, HotKeyIt! Quote from the manual For commands that create arrays (such as StringSplit), the resulting array is local if the assume-global mode is not in effect or if the array's first element has been declared as a local variable (this is also true if one of the function's parameters is passed --... |
|
 |
Forum: Support Topic: I think I have found a bug in arrays |
| corsair992 |
|
Posted: January 12th, 2010, 4:56 pm
|
|
Replies: 10 Views: 1019
|
| Thanks for the link! This is similar to mine, but this is not what is happening with me. In my script, the global array is declared outside of the relevant function, and is not redeclared in the function as a local variable, as happened in that topic. Therefore, the problem seems to lie somewhere el... |
|
 |
Forum: Support Topic: I think I have found a bug in arrays |
| corsair992 |
|
Posted: January 12th, 2010, 4:09 pm
|
|
Replies: 10 Views: 1019
|
| I tried to use a global array in a function in assume-global mode, providing it with a local variable. The local variable was also an element of an array that was created by SplitString. I had declared this array local at the beginning of the function, by writing its name with a 0 at the end. The el... |
|
 |
| Sort by: |