AutoHotkey Community

It is currently May 26th, 2012, 7:35 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: bug in settimer?
PostPosted: July 5th, 2005, 2:45 pm 
Offline

Joined: March 2nd, 2005, 10:59 am
Posts: 59
Hello
the following code is executed on and on despite it should wait 30 days (2573085000 msecs)
I think its a bug.
is there any way to get rid of it?
thanks
MIchael
Code:
#persistent
timer_new:
settimer, tus, 2573085000
exit

tus:
run, calc.exe
goto timer_new
exit


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 5th, 2005, 3:25 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Please test, if it still happens with this code
Code:
#persistent
settimer, tus, 2573085000
return

tus:
  MsgBox, run, calc.exe
return

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject: biug in settimer?
PostPosted: July 5th, 2005, 8:55 pm 
Offline

Joined: March 2nd, 2005, 10:59 am
Posts: 59
yes its still the same...
The "tus" section is immediatly executed
ciao
MIchael


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 6th, 2005, 1:33 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
There is currently a limit of 2147483648 ms (24.8 days). However, it can easily be increased to 49.7 days, so that will be done for the next update.

Thanks for pointing out this limitation, which will be documented.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: limitation in settimer
PostPosted: July 6th, 2005, 7:36 am 
Offline

Joined: March 2nd, 2005, 10:59 am
Posts: 59
Hello Chris
can you tell me when the next update will be out?
I need it now :oops:
Thanks for your wonderful program!
ciao
MIchael


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 6th, 2005, 5:37 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
This change has been made in v1.0.36.03. When your timer comes due for launching 30 days from now, please let me know if there are any problems :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 7th, 2005, 2:28 pm 
Offline

Joined: March 2nd, 2005, 10:59 am
Posts: 59
HEy cool
Thank you!
:D :D :D


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Yahoo [Bot] and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group