Opened on Apr 11, 2009 at 8:16:27 PM
Closed on Apr 11, 2009 at 11:27:47 PM
Last modified on Apr 12, 2009 at 11:57:27 AM
#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 , on Apr 11, 2009 at 9:00:03 PM
| Version: | 3.3.0.0 |
|---|
follow-up: 3 comment:2 by , on Apr 11, 2009 at 11:27:47 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Standard Function never reference UDF doc. Only the reverse if needed
comment:3 by , on Apr 12, 2009 at 11:57:27 AM
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.