Modify ↓
#2202 closed Feature Request (Rejected)
Add $TRAYTIP_EVENT_* to TrayGetMsg/TraySetOnEvent
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | tray, tip, event | Cc: |
Description
I think we should have an ability to get notifications from TrayTip, such as $TRAYTIP_EVENT_CLICK, $TRAYTIP_EVENT_CLOSE, and $TRAYTIP_EVENT_HIDE (when timed out).
Is it possible to add these events handler?
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:2 by , 14 years ago
It is quit difficult to distinguish between tip closed and tip clicked. Sometimes we need to be able to separate these events.
comment:3 by , 14 years ago
I fail to see how that is irrelevant. If it's hard to do in AutoIt it's going to be just as hard to do in C++.
Note:
See TracTickets
for help on using tickets.

Nothing is stopping you from implementing this yourself with a hidden (or even visible depending on the application). It shouldn't be much work at all.