Possible Javacript Title Manager Problem
June 23, 2007 12:00 AM
Well, this issue has been acknowledged by Trivantis Support with Lectora 2006 and well as offering a fix:"We are aware of the issue with the time over one hour and it was corrected in the 2007 version. I believe it is just a matter of a value being divided by 36000 rather than 3600. In the trivantis-titlemgr-aicc,js the function fAiccTime:"function fAiccTime( tm ){ tm = parseInt(tm/1000, 10); var strTM = ""; var temp = parseInt(tm/3600, 10); tm -= temp * 36000; <
This should be 3600 NOT 36000 if( temp < 10 ) strTM += "0"; strTM += temp + ':';P.S. The fixed has worked for so far in testing it out.Edited By: GerryWaz on 2007-6-26 12:8:42
Discussions have been disabled for this post