-
Notifications
You must be signed in to change notification settings - Fork 0
Tree click event details #56
Copy link
Copy link
Open
Labels
MediumAn interpreter change needed to support features often-needed by applications.An interpreter change needed to support features often-needed by applications.
Description
Activity
Metadata
Metadata
Assignees
Labels
MediumAn interpreter change needed to support features often-needed by applications.An interpreter change needed to support features often-needed by applications.
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.