Hello Everybody, currently i have a little problem:
according to the instructions on http://simile.mit.edu/wiki/Controlling_A_Timeline_Within_An_Exhibit i have a timeline in exhibit running and working. But the timeline centers always on the youngest event. ################### var timelineConfig = { timelineConstructor: function (div, eventSource) { div.style.height="500px"; div.style.fontSize = "9pt"; var theme = Timeline.ClassicTheme.create(); theme.event.track.height = 12; theme.event.track.gap = 2; theme.event.label.width = 250; theme.event.bubble.width = 340; var date = "Fri Nov 22 1963 13:00:00 GMT-0600" var bandInfos = [ Timeline.createBandInfo({ width: "83%", intervalUnit: Timeline.DateTime.MONTH, intervalPixels: 80, eventSource: eventSource, date: date, theme: theme }), ... ################# why does the line var date = "Fri Nov 22 1963 13:00:00 GMT-0600" not center the timeline correctly? Is this out of date because sometimes i read "centersOn" instead of "date:" inside of bandInfos... Of course i would like to post a link to the site but it is still local. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
