Modify ↓
#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 , 18 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
| Type: | Bug → Feature Request |
| Version: | 3.2.10.0 |
comment:2 by , 18 years ago
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).