Modify

Opened 18 years ago

Closed 18 years ago

#391 closed Feature Request (Rejected)

TreeView to just accept select in the checkboxes

Reported by: Wooltown Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

I want a feature in treeview, just accepting that you click in the checkboxes to make them selected.

Normally you can click anywhere on the text, but I would like just to have the checkbox to make it selected, is it possible ?

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, 18 years ago

Version: 3.2.12.0

Automatic ticket cleanup.

comment:2 by Valik, 18 years ago

Resolution: Rejected
Status: newclosed

In a word. Yes. But not by anything built-in (or UDF). You would need to use GUIRegisterMsg() to trap the click event for the TreeView, then check the coordinates and only allowed the AutoIt internal event to proceed when those coordinates are within the rectangle specifying the checkbox.

Closing as rejected as this isn't going to happen on our end. Ask on the forum and I'm sure you can get help should you need any.

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.