Modify

#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 TicketCleanup, on Apr 11, 2009 at 9:00:03 PM

Version: 3.3.0.0

Automatic ticket cleanup.

comment:2 by J-Paul Mesnage, on Apr 11, 2009 at 11:27:47 PM

Resolution: Rejected
Status: newclosed

Standard Function never reference UDF doc. Only the reverse if needed

in reply to:  2 comment:3 by Zedna, 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).

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.