I'm not looking to jump to the item based on selection which is what coordinator does. What I want to do is that when i scroll one item the other scrolls, that is using the mouse wheel or dragging. Think of it the way bands work when you scroll one band the other band scrolls this is what i want only i either want to do this with a list, or if I must make it so that one band can be vertical while the other is horizontal.
On Friday, February 6, 2015 at 12:12:00 AM UTC-5, David Karger wrote: > > If you look at this page > http://simile-widgets.org/exhibit3/examples/presidents/presidents.html > you'll see an example of what you're talking about. If you click on one > of the map icons to pop open its info bubble, the timeline will scroll to > and open the corresponding entity, and vice versa. This is implemented > using something called a "coordinator" the you can see in the html source. > Unfortunately, the coordinator which has been implemented for timeline and > map has not (yet) been implemented for the list view (part of the problem > is defining the seletion event---scrolling doesn't make clear exactly which > item you are selecting). Summary: with some programming it would be > possible to extend this functionality to lists. We'd be happy to take a > pull request to the code base. > > > On 02/04/2015 05:25 PM, X Calibre wrote: > > > I would like to synch two timelines, currently the coordinators seem to > support selection and hover, but what I would like is that when i scroll > through one timeline the other timeline also scrolls such that they show > the same time period. I do know about multiple bands with timelines but I > really do want to different timelines, in fact, I want one of the two to be > vertical. > > Alternatively, I would prefer to synch a list or table with a timeline > such that if a list of time sorted events is scrolled, whatever the last > and first event on the list is, is what shows up as the current span on the > timeline. But i do not think that the simile lists or tables support > scrolling like timelines do. > -- > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at http://groups.google.com/group/simile-widgets. > For more options, visit https://groups.google.com/d/optout. > > > -- 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. For more options, visit https://groups.google.com/d/optout.
