Modify ↓
Opened on Dec 31, 2009 at 4:57:57 AM
Closed on May 6, 2010 at 10:07:30 AM
Last modified on May 29, 2015 at 4:26:41 AM
#1380 closed Feature Request (Fixed)
Inform user of required parameters in _Timer_Settimer()
| Reported by: | Beege | Owned by: | Jpm |
|---|---|---|---|
| Milestone: | 3.3.7.0 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Perhaps a remark could be added to help file to inform the user that the callback function they create MUST include parameters $hWnd, $Msg, $iIDTimer, $dwTime for it to work. As always, thanks for all your hard work.
Attachments (0)
Change History (4)
comment:1 by , on Dec 31, 2009 at 6:00:02 AM
| Version: | 3.3.2.0 |
|---|
comment:2 by , on May 6, 2010 at 10:07:30 AM
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5798] in version: 3.3.7.0
comment:4 by , on May 29, 2015 at 4:26:41 AM
From MSDN, it appears that $msg is always WM_TIMER (0x0113). If so, it shouldn't be a paameter, but it's too late to remove it (without breaking scripts). So I suggest that "$msg is always WM_TIMER (0x0113)" be added.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.