Bug in Funtion acntUtils.WaitTicks() Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 7 years, 8 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 2, 2017 at 7:20 pm #37366 Stephane SenecalParticipant The function WaitTicks() calls the Windows function GetTickCount which returns an unsigned-integer (DWORD). ABeginTicks and ADelay are signed-integer, it seems to cause problem on system that has been up for let say 30 days or more. Has been simulated in the TsMonthCalendar when changing month with the arrow at the top of the control. Stephane Senecal CIS Group Delphi programmer since 2001 March 5, 2017 at 9:34 am #56250 SupportKeymaster Thank you for the message, type of the ABeginTicks parameter will be changed to DWORD. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting