Open GoogleCodeExporter opened 8 years ago
glopatin, did you ever figure out how to do this?
Original comment by johnatha...@b-f.com
on 18 Apr 2012 at 8:16
No, not yet.
Original comment by glopa...@coh.org
on 19 Apr 2012 at 12:04
Any update on this?
Original comment by ushadevi...@gmail.com
on 23 Jul 2013 at 10:08
I haven't tested this against the hour or day formats but based on the rest of
the code this ought to work if inserted at line 997:
if(vFormat=='minute')vTaskLeft = Math.ceil(new Date() - Date.parse(vMinDate)) /
( 60 * 1000);
else if(vFormat=='hour')vTaskLeft = (new Date() - Date.parse(vMinDate)) / ( 60
* 60 * 1000);
else vTaskLeft = Math.ceil(new Date() - Date.parse(vMinDate)) / (24 * 60 * 60 *
1000);
JSGantt.findObj('rightside').scrollLeft=Math.ceil((vTaskLeft * (vDayWidth) +
1));
Original comment by jsgantt.improved
on 13 Dec 2014 at 7:28
Original issue reported on code.google.com by
glopa...@coh.org
on 11 May 2010 at 9:57