#900 closed Feature Request (Rejected)
_GUICtrlTreeView_SetChecked() - add Remarks
| Reported by: | Zedna | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Note: This could be added maybe also at ControlTreeView() Check option
Some treeviews with checkboxes are resistent to standard functions
so you must use workarounds.
use _GUICtrlTreeView_GetImageIndex() instead of _GUICtrlTreeView_GetChecked()
use _GUICtrlTreeView_SetImageIndex() instead of _GUICtrlTreeView_SetChecked()
or use _GUICtrlTreeView_ClickItem() instead of _GUICtrlTreeView_SetChecked()
Here are links to related posts in the forum
http://www.autoitscript.com/forum/index.php?s=&showtopic=92989&view=findpost&p=668387
http://www.autoitscript.com/forum/index.php?s=&showtopic=58176&view=findpost&p=439723
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
| Version: | 3.3.0.0 |
|---|
follow-up: 3 comment:2 by , 17 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Standard Function never reference UDF doc. Only the reverse if needed
comment:3 by , 17 years ago
Replying to Jpm:
Standard Function never reference UDF doc. Only the reverse if needed
Then add this only to UDF part (not to ControlTreeView).

Automatic ticket cleanup.