Opened 13 years ago
Closed 13 years ago
#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:1 Changed 13 years ago by anonymous
comment:2 Changed 13 years ago by Mat
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 Changed 13 years ago by guinness
- Milestone set to 3.3.7.21
- Owner set to guinness
- Resolution set to Completed
- Status changed from new to closed
Changed by revision [6349] in version: 3.3.7.21
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.