Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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, 17 years ago

Version: 3.3.0.0

Automatic ticket cleanup.

comment:2 by J-Paul Mesnage, 17 years ago

Resolution: Rejected
Status: newclosed

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

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

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.