Modify ↓
#1380 closed Feature Request (Fixed)
Inform user of required parameters in _Timer_Settimer()
| Reported by: | Beege | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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 , 16 years ago
| Version: | 3.3.2.0 |
|---|
comment:2 by , 16 years ago
| 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 , 11 years ago
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.