Modify ↓
#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:1 Changed 5 years ago by anonymous
comment:2 Changed 5 years ago by Jos
comment:3 Changed 5 years ago by Jos
- Milestone set to 3.3.15.1
- Owner set to Jos
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [12226] in version: 3.3.15.1
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.
What I observed is that the previously registered function is still executed but when the script exits.