On Wednesday, May 23, 2012 4:47:47 PM UTC-4, SteveP wrote: > > 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]<javascript:> > > 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]<javascript:> >> > 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]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
