PonteIneptique / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

TIMELINE. I'm trying to use the centerTimeline(date) function, and I can not get it to work. #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to set up links to certain dates and for some reason it won't
actually change the center of the timeline. I'm using the Religion timeline
as an example for code. The links appear along with the timeline, but when
I click on them the date on the timeline doesn't change.

[Submitted by :      Anna Klochko on simile.mit.edu] 

This works for me.....

var centerd =
Timeline.DateTime.parseIso8601DateTime("2007-02-28T08:00:00-01:00");

tl.getBand(0).setCenterVisibleDate( centerd );

Regards,

Stefan Goethals. 

Original issue reported on code.google.com by GabrielR...@googlemail.com on 6 Apr 2009 at 1:53