Skip to content

Tree click event details #56

Description

@DavinChurch

APL+Win provides considerable "click" information that Dyalog does not provide. In particular, ItemDown can tell me which item was clicked on but it does not give me enough other information about the clicks. The MouseDown event can tell me the mouse (pixel) location, which I need during this event, but it doesn't come with the other ItemDown information. In addition, I need the specific-location information from the TreeView_HitTest API call for whichever item was clicked (detailed list available upon request). Perhaps there could be a method to perform the API call for a given item click? This could give me what I need without impacting existing applications. In addition, if these are regular methods then I could get EWC to support them as well for future portability needs to non-Windows systems. Alternatively, you might add another event to provide the additional details directly and all at the same time.
The double-click events have the same problem.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    MediumAn interpreter change needed to support features often-needed by applications.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions