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 10373 matches
AutoHotkey Community Forum Index
Author Message
  Topic: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put
Chris

Replies: 54
Views: 7362

PostForum: Announcements   Posted: Mon Mar 10, 2008 1:21 pm   Subject: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put
Similarly, Func%A_Index%() would call the function whose name is stored in the specified array element.I think this is misleading: "Func" actually forms part of the name. Func%A_Index%() cal ...
  Topic: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put
Chris

Replies: 54
Views: 7362

PostForum: Announcements   Posted: Sun Mar 09, 2008 4:19 pm   Subject: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put
Here are the changes for [url=www.autohotkey.com/download/]v1.0.47.06:

Fixed crash when a function was called concurrently with an optional ByRef parameter omitted by one thread but not omitted by ...
  Topic: Gui 1.
Chris

Replies: 2
Views: 172

PostForum: Bug Reports   Posted: Sun Mar 09, 2008 3:48 pm   Subject: Gui 1.
It is documented that the special labels for the first GUI window do not have a numeric prefix. Also, I just tried the following and it seems to work okay:Gui Add, Edit
Gui 1:+LabelMyGui
Gui 1&# ...
  Topic: Comma or not comma or ... ?
Chris

Replies: 4
Views: 268

PostForum: Bug Reports   Posted: Fri Mar 07, 2008 4:46 pm   Subject: Comma or not comma or ... ?
The documentation has been changed as you suggested.

Thanks.
  Topic: GUIControlGet bugs
Chris

Replies: 4
Views: 492

PostForum: Bug Reports   Posted: Fri Mar 07, 2008 4:37 pm   Subject: GUIControlGet bugs
I don't see anything in the AutoHotkey code that can be fixed other than a complete redesign. However, if the documentation is incomplete about these limitations, I'd appreciate suggestions about how ...
  Topic: performance between RAlt & LAlt
Chris

Replies: 1
Views: 147

PostForum: Bug Reports   Posted: Fri Mar 07, 2008 3:23 pm   Subject: performance between RAlt & LAlt
The !p hotkey works with both left- and right-alt keys on my system. Perhaps your keyboard layout specifies that RALT is actually AltGr. If that's not it, it's probably a conflict with some other soft ...
  Topic: "sticking" hotkeys demonstration script
Chris

Replies: 4
Views: 928

PostForum: Bug Reports   Posted: Fri Mar 07, 2008 3:18 pm   Subject: "sticking" hotkeys demonstration script
GetKeyState() makes a system call every time unless you specify the "P" flag, which retrieves the state AutoHotkey's keyboard/mouse hook thinks the button or key is physically in. More info: ...
  Topic: "sticking" hotkeys demonstration script
Chris

Replies: 4
Views: 928

PostForum: Bug Reports   Posted: Mon Mar 03, 2008 1:23 am   Subject: "sticking" hotkeys demonstration script
Although I couldn't get it to miss any of 500 events (even while it was sending), I believe you that it happens on some systems like yours. Perhaps it has to do with keyboard driver, system load, or s ...
  Topic: Strange behavior; MsgBox slows down rest of script.
Chris

Replies: 2
Views: 177

PostForum: Bug Reports   Posted: Mon Mar 03, 2008 12:56 am   Subject: Strange behavior; MsgBox slows down rest of script.
I get the same result both with and without the MsgBox.

Using a high resolution timer shouldn't affect the measuring in this case because the test takes a relatively long time to complete; that is, ...
  Topic: Possible Bug with Window Match Criteria
Chris

Replies: 3
Views: 186

PostForum: Bug Reports   Posted: Mon Mar 03, 2008 12:49 am   Subject: Possible Bug with Window Match Criteria
Thanks for spotting this. It will be fixed in the next release.
  Topic: Menu, Tray, MainWindow does not enable menu items.
Chris

Replies: 1
Views: 248

PostForum: Bug Reports   Posted: Mon Mar 03, 2008 12:23 am   Subject: Menu, Tray, MainWindow does not enable menu items.
Thanks for making it really easy Smile. This fix will be in the next release.
  Topic: "Transform Unicode" fails with MS Word
Chris

Replies: 4
Views: 375

PostForum: Bug Reports   Posted: Sun Mar 02, 2008 11:34 pm   Subject: "Transform Unicode" fails with MS Word
This probably has something to do with the fixes in the AutoHotkey code to work around ClipboardAll's problems with MS Word. I seem to remember that these fixes omit certain parts (formats) of the cli ...
  Topic: Loop (registry) with over long keys creates stack overflow
Chris

Replies: 7
Views: 768

PostForum: Bug Reports   Posted: Sun Mar 02, 2008 5:46 pm   Subject: Loop (registry) with over long keys creates stack overflow
I have some registry keys in similar locations that seem just as long, but I can't reproduce a stack overflow. If you or anyone has a .reg file that can be temporarily applied to create a long key, a ...
  Topic: Crash with ImageSearch? [updated]
Chris

Replies: 3
Views: 464

PostForum: Bug Reports   Posted: Sun Mar 02, 2008 5:04 pm   Subject: Crash with ImageSearch? [updated]
Could it be that the ByRef variables are not properly local somehow and one thread is breaking another's variables?
In the debug, it looks like it's crashing while trying to dereference OutX, which h ...
  Topic: GUIControlGet bugs
Chris

Replies: 4
Views: 492

PostForum: Bug Reports   Posted: Sun Mar 02, 2008 4:17 pm   Subject: GUIControlGet bugs
You can see better what's going on by putting a ListVars before each MsgBox. I believe some of this, possibly all, is covered by the following information in the documentation:A function may contain e ...
 
Page 1 of 692 Goto page 1, 2, 3 ... 690, 691, 692  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group