Modify ↓
Opened on Apr 13, 2008 at 9:22:20 AM
Closed on Apr 13, 2008 at 6:37:25 PM
Last modified on Apr 14, 2008 at 9:27:27 AM
#208 closed Feature Request (Rejected)
Expand Adlib functionality
| Reported by: | CodeMaster Rapture | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | ||
| Keywords: | Cc: |
Description
I found out the hard way that you can only have one function called via AdlibEnable(). Would it be possible to allow more function calls via this method?
Attachments (0)
Change History (2)
comment:1 by , on Apr 13, 2008 at 6:37:25 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
| Type: | Bug → Feature Request |
| Version: | 3.2.10.0 |
comment:2 by , on Apr 14, 2008 at 9:27:27 AM
Gary wrote a bunch of _Timer* UDF's that will probably do exactly what you want. Look for _Timer_SetTimer().
Note:
See TracTickets
for help on using tickets.

What is stopping you from calling more than one function from a single "master" AdLib callback? If you need callbacks on separate timers, it's trivial to do that as well. Or you could use WM_TIMER and GUIRegisterMsg().
Changing this to a feature request and closing as rejected (really, a bug? Come on).