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 , 18 years ago
| Version: | 3.2.12.0 |
|---|
comment:2 by , 18 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → 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.

Automatic ticket cleanup.