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 4426 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Exclude Text Problems
Lexikos

Replies: 8
Views: 219

PostForum: Bug Reports   Posted: Sun Mar 21, 2010 2:11 am   Subject: Exclude Text Problems
You will get no-where by repeating yourself, especially when I've already reaffirmed your (ExcludeText) point and shown how it could be fixed. It is up to Chris to take action.
It is not clear to me ...
  Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc.
Lexikos

Replies: 442
Views: 82641

PostForum: Scripts & Functions   Posted: Sat Mar 20, 2010 10:15 am   Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc.
It's a bug caused by some Unicode-related changes. Thanks for reporting it.
  Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc.
Lexikos

Replies: 442
Views: 82641

PostForum: Scripts & Functions   Posted: Sat Mar 20, 2010 2:22 am   Subject: Re: Having trouble with call to user defined meta-function
We do not provide a library ..., but I think it may be good to do.I agree, but in this case I think it really helps the usability of the function. Even if you can remember the flags, some other user r ...
  Topic: Menu Icons v2 (stdlib)
Lexikos

Replies: 92
Views: 17652

PostForum: Scripts & Functions   Posted: Thu Mar 18, 2010 1:32 pm   Subject: Menu Icons v2 (stdlib)
images, of varying sizes and colour depths - typically representing the same icon. When an icon is loaded from the file (using specific Win32 API's), the image closest to the requested size and the c ...
  Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc.
Lexikos

Replies: 442
Views: 82641

PostForum: Scripts & Functions   Posted: Tue Mar 16, 2010 1:29 pm   Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc.
Thanks. I've applied the patch and updated the downloads.


On a related note, I think we should replace (or supplement) the numeric flags with a more intuitive options string. I don't like having ...
  Topic: Distinguish between a String & Number
Lexikos

Replies: 18
Views: 447

PostForum: Ask for Help   Posted: Mon Mar 15, 2010 9:43 am   Subject: Distinguish between a String & Number
Btw, SetFormat Integer should be avoided in new scripts. Use IntegerFast.
  Topic: AutoHotkey_L and ShellFileOperation
Lexikos

Replies: 2
Views: 264

PostForum: Scripts & Functions   Posted: Mon Mar 15, 2010 9:33 am   Subject: AutoHotkey_L and ShellFileOperation
It has one error: the loops replace bytes rather than characters. As you may know, each Unicode character is typically two bytes. It works okay when the string contains only ASCII characters (i.e. be ...
  Topic: MsgBox timeout option doesn't work
Lexikos

Replies: 11
Views: 242

PostForum: Bug Reports   Posted: Sun Mar 14, 2010 9:46 am   Subject: MsgBox timeout option doesn't work
A few corrections:Thanks. I only skimmed over the documentation.
MB_DEFAULT_DESKTOP_ONLY is not exactly restricted to Default desktop.Would you care to elaborate? Confused
MB_DEFAULT_DESKTOP_ONLY
Win ...
  Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc.
Lexikos

Replies: 442
Views: 82641

PostForum: Scripts & Functions   Posted: Sun Mar 14, 2010 8:43 am   Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc.
Revision 49 - March 14, 2010
Added
Added obj._Method().
Changed: ObjSet/Get/Call can no longer be called/overridden by script.
Fixed: Potential crash caused by VK_PACKET check added in L48.
Fixe ...
  Topic: Exclude Text Problems
Lexikos

Replies: 8
Views: 219

PostForum: Bug Reports   Posted: Sun Mar 14, 2010 3:44 am   Subject: Exclude Text Problems
After briefly looking through the relevant sections in the source code (WinExist, EnumParentFind, WindowSearch::IsMatch and EnumChildFind), I believe it currently "works" like this:
Command ...
  Topic: Vista Audio Control Functions v2.0
Lexikos

Replies: 98
Views: 22052

PostForum: Scripts & Functions   Posted: Sat Mar 13, 2010 2:22 pm   Subject: Vista Audio Control Functions v2.0
Thanks for the bug report. I've fixed a divide-by-zero error in VA_SetVolume which seemed to be the cause. Please download and try again.
  Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc.
Lexikos

Replies: 442
Views: 82641

PostForum: Scripts & Functions   Posted: Sat Mar 13, 2010 4:28 am   Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc.
BTW, just for minor syntatic convenience.
cch := pdoc.Characters.Count, pdoc.Close
This works without any error message, but, the following produces an error.
cch := pdoc.Characters.Count ...
  Topic: Menu Icons v2 (stdlib)
Lexikos

Replies: 92
Views: 17652

PostForum: Scripts & Functions   Posted: Sat Mar 13, 2010 3:26 am   Subject: Menu Icons v2 (stdlib)
v2.21 (2010-03-13)Fixed: WM_COMMAND messages received by subclassed GUI windows were erroneously forwarded to the script's main window. This broke button gLabels.
Fixed: Unicode incompatibility in MI ...
  Topic: MsgBox timeout option doesn't work
Lexikos

Replies: 11
Views: 242

PostForum: Bug Reports   Posted: Fri Mar 12, 2010 10:03 am   Subject: MsgBox timeout option doesn't work
Why are you even using that option? Are you really using multiple desktops?

For those that don't know (i.e. most people), a WinGet, var, ProcessName, MsgBoxTitle - on my system it shows csrss.exe. ...
  Topic: #define C style macros
Lexikos

Replies: 1
Views: 108

PostForum: Wish List   Posted: Thu Mar 11, 2010 10:21 am   Subject: Re: #define C style macros
Is there any place to request new features?There's a whole at least one thread where this feature has already been requested: #define identifier and #ifdef identifier .. #endif. It doesn't support the ...
 
Page 1 of 296 Goto page 1, 2, 3 ... 294, 295, 296  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group