Modify ↓
Opened 16 years ago
Closed 15 years ago
#1749 closed Bug (Wont Fix)
_GUICtrlTreeView_SetItemParam Help File Page Change
| Reported by: | Melba23 | Owned by: | Jon |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | Cc: |
Description
In a recent thread (http://www.autoitscript.com/forum/index.php?showtopic=118965&pid=827414&st=0&#entry827414) I realised that the warning about not using _GUICtrlTreeView_SetItemParam on TreeItems created with the built-in GUICtrlCreateTreeViewItem function is only in the example code.
; Warning do not use SetItemParam on items created with GUICtrlCreateTreeViewItem ; Param is the controlId for items created with the built-in function
Could I suggest that it is moved to the Remarks section on the main page?
M23
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

In fact such conflict of _GUI..() UDF and Built-in can occur in a lot of cases.
The best is to create Control with _GUI...() when using other related UDF
Some mix may work ...