Modify ↓
#7 closed Bug (Fixed)
Example for _GUICtrlListView_AddArray uses _GUICtrlListView_DeleteAllItems in Example_Internal()
Reported by: | Saunders | Owned by: | Gary |
---|---|---|---|
Milestone: | 3.2.11.0 | Component: | Documentation |
Version: | 3.2.10.0 | Severity: | |
Keywords: | Documentation | Cc: |
Description
Since the _GUICtrlListView_DeleteAllItems has been modified to not work with built-in listviews and listview items, the first example does not work properly, displaying an error MsgBox() with the notification to use GUICtrlDelete.
Attachments (0)
Change History (6)
comment:1 Changed 17 years ago by Gary
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 17 years ago by Gary
- Resolution fixed deleted
- Status changed from closed to reopened
comment:3 Changed 17 years ago by Gary
- Owner set to Gary
- Status changed from reopened to assigned
comment:4 Changed 17 years ago by Gary
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 17 years ago by Gary
- Milestone set to 3.2.11.0
comment:6 Changed 17 years ago by Gary
- Component changed from Other to Documentation
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 [2755]) Fixed #7: _GUICtrlListView_AddArray Example replaced UDF Delete from Example_Internal (Gary Frost)