Opened on Sep 1, 2011 at 7:15:03 PM
#2004 closed Bug (Completed)
_GUICtrlEdit_Find() Documentation
| Reported by: | Spiff59 | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.7.21 | Component: | Documentation |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
The "Parameters" section of _GUICtrlEdit_Find() in the helpfile states the first parm to be:
$hWnd = Handle to the control
This is incorrect, the function works with either a Control-ID or a control handle.
The example program shows GUICtrlCreateEdit()returning a value into the variable named "$hEdit", which is technically incorrect, as GUICtrlCreateEdit() returns only a Control-ID.
Thank you.
Attachments (0)
Change History (3)
comment:2 by , on Sep 12, 2011 at 11:19:29 AM
This has already been mentioned by me, and is found all over the UDFs: http://www.autoitscript.com/forum/topic/121148-report-help-file-issues-here/page__view__findpost__p__857343
comment:3 by , on Oct 30, 2011 at 7:59:49 PM
| Milestone: | → 3.3.7.21 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Changed by revision [6349] in version: 3.3.7.21

It appears many of the _GUICtrlEdit... helpfile entries containe the same incorrect ctrlid/handle information. So this would be more work than I initially thought.