Modify ↓
Opened on Oct 4, 2019 at 1:44:51 PM
Closed on Oct 4, 2019 at 5:41:32 PM
Last modified on Oct 6, 2019 at 10:01:09 AM
#3734 closed Bug (Fixed)
TraySetOnEvent
| Reported by: | anonymous | Owned by: | Jos |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | Cc: |
Description
TraySetOnEvent with an empty function does not disable the previous function.
Example: TraySetOnEvent(-8, "")
Attachments (0)
Change History (3)
comment:2 by , on Oct 4, 2019 at 4:08:19 PM
Version 0, edited on Oct 4, 2019 at 4:08:19 PM by (next)
comment:3 by , on Oct 4, 2019 at 5:41:32 PM
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [12226] in version: 3.3.15.1
Note:
See TracTickets
for help on using tickets.

What I observed is that the previously registered function is still executed but when the script exits.