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 

Suggestions on documentation improvements
Goto page Previous  1, 2, 3, 4
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
fincs



Joined: 05 May 2007
Posts: 82
Location: Seville, Spain

PostPosted: Mon Jul 16, 2007 5:10 pm    Post subject: Reply with quote

The documentation typo:
engunneer wrote:
Built-in Functions wrote:

<snip>
WinActive(WinTitle [, WinText, ExcludeTitle, ExcludeText])
<snip>
WinExist(WinTitle [, WinText, ExcludeTitle, ExcludeText])
<snip>


should be
Built-in Functions wrote:

<snip>
WinActive([WinTitle , WinText, ExcludeTitle, ExcludeText])
<snip>
WinExist([WinTitle , WinText, ExcludeTitle, ExcludeText])
<snip>

it's not fixed in the CHM file. I'm using AHK v1.0.47.01.
_________________
Sorry my poor English
Fincs

MsgBox % RegExReplace("Fernando Incs.", "^(\w).*\s+I(\w{3})\w*\.$", "$1i$2")
Back to top
View user's profile Send private message
engunneer



Joined: 30 Aug 2005
Posts: 5957
Location: Pacific Northwest, US

PostPosted: Mon Jul 16, 2007 7:45 pm    Post subject: Reply with quote

that is because he released the CHM on 08 Jul 07, and the change was made on 10 Jul 07. All documentation changes propagate from the web to the CHM next time it is released.
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM
Back to top
View user's profile Send private message Visit poster's website
Fuco



Joined: 21 Mar 2006
Posts: 49
Location: Slovakia, Europe :)

PostPosted: Wed Aug 22, 2007 6:02 pm    Post subject: Reply with quote

minor typo

http://www.autohotkey.com/docs/commands/LoopFile.htm
(also in autohotkey.chm file )

To retrieve files' relative paths instead of absolute paths during a recursive search.....

should be file's
_________________
RegExReplace("C:\Program Files\AutoHotkey", "(^C)(?=\W).{4}((?i)[GOD])\w{1,4}\s(\D)(?:\w+)*\\(?3)(u|o).*?(k).*" , "$3$4$l1$5$2")
Back to top
View user's profile Send private message
corrupt



Joined: 29 Dec 2004
Posts: 2328

PostPosted: Fri Aug 24, 2007 1:00 am    Post subject: Reply with quote

**** wrote:
minor typo

http://www.autohotkey.com/docs/commands/LoopFile.htm
(also in autohotkey.chm file )

To retrieve files' relative paths instead of absolute paths during a recursive search.....

should be file's
I'm pretty sure the sentence is correct since in this case the word file is plural Smile . The sentence could instead read something like: To retrieve relative paths for files instead of absolute paths during a recursive search...
Back to top
View user's profile Send private message Visit poster's website
Lexikos



Joined: 17 Oct 2006
Posts: 2364
Location: Australia, Qld

PostPosted: Sat Aug 25, 2007 1:59 pm    Post subject: Reply with quote

documentation: ListView: ListView Remarks wrote:
To use a picture as a background behind a ListView, create the picture control after the ListView and include 0x4000000 (which is WS_CLIPSIBLINGS) in the picture's Options.
I think this is misleading - it implies the background can be (seen) behind the ListView, when it can only be (seen) around the ListView.
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10450

PostPosted: Mon Aug 27, 2007 10:28 pm    Post subject: Reply with quote

Thanks; I've clarifed it to be: "A picture may be used as a background around a ListView (that is, to frame the ListView). To do this, create the picture control after the ListView and include 0x4000000 (which is WS_CLIPSIBLINGS) in the picture's Options."
Back to top
View user's profile Send private message Send e-mail
engunneer



Joined: 30 Aug 2005
Posts: 5957
Location: Pacific Northwest, US

PostPosted: Mon Dec 17, 2007 5:53 pm    Post subject: Reply with quote

@Chris:
JDN points out a few mor typos here: http://www.autohotkey.com/forum/viewtopic.php?t=26605
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM
Back to top
View user's profile Send private message Visit poster's website
Superfraggle



Joined: 02 Nov 2004
Posts: 753
Location: London, UK

PostPosted: Sat Mar 22, 2008 3:03 am    Post subject: Reply with quote

The code example on pixelgetcolor is missing a semicolon.

Code:
^!z::  Control+Alt+Z hotkey.
MouseGetPos, MouseX, MouseY
PixelGetColor, color, %MouseX%, %MouseY%
MsgBox The color at the current cursor position is %color%.
return
I believe this was intended to be

Code:
^!z:: ;  Control+Alt+Z hotkey.
MouseGetPos, MouseX, MouseY
PixelGetColor, color, %MouseX%, %MouseY%
MsgBox The color at the current cursor position is %color%.
return

_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group