Opened 16 years ago
Closed 16 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 Changed 16 years ago by TicketCleanup
- Version 3.2.12.0 deleted
comment:2 Changed 16 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
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.
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.
Automatic ticket cleanup.