Modify ↓
Opened 9 years ago
Closed 9 years ago
#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 Changed 9 years ago by Melba23
- Resolution set to Rejected
- Status changed from new to closed
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.
Jon has already stated that this will not be done.
M23