Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 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

Change History (3)

comment:1 Changed 16 years ago by TicketCleanup

  • Version 3.3.0.0 deleted

Automatic ticket cleanup.

comment:2 follow-up: Changed 16 years ago by Jpm

  • Resolution set to Rejected
  • Status changed from new to closed

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

comment:3 in reply to: ↑ 2 Changed 16 years ago by Zedna

Replying to Jpm:

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

Then add this only to UDF part (not to ControlTreeView).

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.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.