Re: Problem in setting up the start date and end date of Timeline

2009-06-24 Thread Jonas Wagner
Hello Nitin, However, I am not able to lock the timeline within start and end dates. I can scroll beyond the start and end dates specified by timeline_start and timeline_stop attributes of Theme object. I don't know what's the correct way to do it... however, in our code we set the

Jump in a map

2009-06-24 Thread Marko
Hello, Recently i've seen an exhibit map with links underneath where you could jump to a point in the map. Unfortunately, I have forgotten to bookmark the page. Does anyone how to include the jumps? -- Regards, Marko --~--~-~--~~~---~--~~ You received this

Re: Jump in a map

2009-06-24 Thread David Karger
the presidents map uses a coordinator such that when you click on a president in a timeline the map jumps to their place in the map. Marko wrote: Hello, Recently i've seen an exhibit map with links underneath where you could jump to a point in the map. Unfortunately, I have forgotten to

Re: Jump in a map

2009-06-24 Thread Marko
Thanks, but that is not what I was looking for. There were links to places on the map, right below the map. The links where just plain html, very simple: a href=javascript:???link/a On Jun 24, 6:33 pm, David Karger kar...@mit.edu wrote: the presidents map uses a coordinator such that when you

Re: Problem in setting up the start date and end date of Timeline

2009-06-24 Thread Nitin Bhardwaj
Hey Jonas, Thanks for the reply. I tried to do it both ways as you told me. However, still no luck !! This is my whole Javascript code (if u can figure out the mistake): var tl; function onLoad() { var eventSource = new Timeline.DefaultEventSource(); var zones = [

Re: Jump in a map

2009-06-24 Thread John Callahan
I'm not sure if this is the proper way to do this, but the following works for me. Basically, I define a simple map variable outside of all Exhibit javascript, so it's accessible to all of your own code. Then, override the Exhibit function that produces the Google Map and assign it to the

Re: Problem in setting up the start date and end date of Timeline

2009-06-24 Thread Jonas Wagner
Hello, I tried to do it both ways as you told me. However, still no luck !! I've digged a bit into the timeline code in the meantime... it seems like your first approach was correct. During initialization, the timeline checks whether timeline_start is set on the theme of the first band, and

Re: exhibit: pagination

2009-06-24 Thread Niels Mayer
On Sat, Jun 20, 2009 at 4:33 PM, wrote: If you've been dying for this feature, please help me test it before the next release. Just link to the trunk api: http://trunk.simile-widgets.org/exhibit/api/exhibit-api.js David -- thanks for implementing the pagination feature. It is very

Re: How to fix Exhibit thumbnail view issue on IE where all items overlay each-other

2009-06-24 Thread Niels Mayer
On Sat, Jun 20, 2009 at 2:36 PM, David Huynh dfhu...@alum.mit.edu wrote: Niels Mayer wrote: A common suggestion to fix thumbnails all overlaying each other in IE, is to remove the DOCTYPE declration. This issue still affects the trunk version of Exhibit. The correct fix has been noted