Modify ↓
#2202 closed Feature Request (Rejected)
Add $TRAYTIP_EVENT_* to TrayGetMsg/TraySetOnEvent
Reported by: | MrCreatoR <mscreator@…> | 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 Changed 12 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
comment:2 Changed 12 years ago by MrCreatoR <mscreator@…>
It is quit difficult to distinguish between tip closed and tip clicked. Sometimes we need to be able to separate these events.
comment:3 Changed 12 years ago by Valik
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++.
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.
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.