Modify ↓
Opened 14 years ago
Closed 14 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 Changed 14 years ago by Jpm
comment:2 Changed 14 years ago by Jpm
- Owner set to Jon
- Status changed from new to assigned
comment:3 Changed 14 years ago by Jon
- Resolution set to Wont Fix
- Status changed from assigned to closed
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.
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 ...