Have you heard of any reports of not being able to scroll left (back in time) after setting theme.timeline_start?
I am hitting this issue in both Safari and Firefox. On Wed, May 23, 2012 at 1:29 PM, Michael Nosal <[email protected]> wrote: > Yes, they are attributes of the theme object. > --Mike > > On May 23, 2012, at 4:23 PM, Steve Pai wrote: > > Is that a variable for theme? e.g., > > var theme = Timeline.ClassicTheme.create(); > theme.timeline_start = "Jan 1 2000 00:00:00 GMT"; > > On Wed, May 23, 2012 at 1:11 PM, Michael Nosal <[email protected]> wrote: > >> You can set timeline_start and timeline_stop in the theme for your >> bandInfo. These are the dates which will stop the timeline from scrolling >> past. This is useful if the user shrinks the window and you still want them >> to be able to get to everything in a range of dates. You can update these >> values dynamically if you need to let the user scroll. >> >> If you wish to disable and prevent *all* horizontal scrolling in the >> timeline widget, simply do: >> Timeline._Band.prototype._moveEther = function(shift) {} >> and all scrolling is disabled. >> >> --Mike >> > > -- > 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. > -- 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.
