Modify ↓
Opened on Oct 7, 2015 at 6:23:49 PM
Closed on Oct 8, 2015 at 6:22:46 PM
#3138 closed Feature Request (Rejected)
GUIRegisterMsg - add to chain
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
As written in help:
GUIRegisterMsg - Register a user defined function for a known Windows Message ID (WM_MSG).
With this function you can have only one user-function per one known Windows Message ID (WM_MSG). Registering second function will delete first.
If it possible, I wanted function like GUIAddUserMsg( msgID, "function" ) so i can register many standalone functions for one message ID - something like adding them to message chain handler.
Attachments (0)
Change History (1)
comment:1 by , on Oct 8, 2015 at 6:22:46 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Jon has already stated that this will not be done.
M23