Eric Pugh wrote: > I am using the viewPanel, and I want to click on a mapped location, > and then popover to the timeline tab and see what I clicked on being > visible. It doesn't seem to work, but I might be making a mistake. > The examples, and http://simile.mit.edu/wiki/Exhibit/2.0/Coordinators, > seem to suggest that both the map and timeline need to be visible for > coordinators to work? > Correct, you need both views to be visible. In fact, if you use a view panel, then only one view is "running" at any time.
For your purpose, you probably need to not use a view panel and then do your own scripting to show / hide the views (by setting their CSS visibility to "visible" or "hidden"). David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
