Mike, and everyone, thank you for the help. After playing with the api too, 
in my case I did the following:
<script src="/ajax/simile-ajax-api.js" type="text/javascript"></script>
<script src="/api/timeline-api.js" type="text/javascript"></script>
<script type="text/javascript">
// Looks like disable Original Bubble
http://www.simile-widgets.org/wiki/Timeline_CustomEventClickHandler
Timeline.OriginalEventPainter.prototype._showBubble = function(x, y, evt) 
{};
// Looks like disable Mouse Wheel & Mouse Drag
Timeline._Band.prototype._onMouseScroll = function( innerFrame, evt, target 
) {}; 
Timeline._Band.prototype._onMouseMove = function( innerFrame, evt, target ) 
{};</script>
</script>

And everything works well ! I can jump from months with my custom links, 
set position as I want, and disable scroll / drag capabilities

Thanks again !

Le vendredi 25 mai 2012 04:37:35 UTC+9, mnosal a écrit :
>
> Right, the value needs to be a Javascript Date object, not a string. 
> --Mike 
>
> On May 24, 2012, at 3:34 PM, Steve Pai wrote: 
>
> > Thanks for the response Mike! That worked. 
> > 
> > At first I was using this form for start/stop: 
> > 
> > theme.timeline_start = "Jan 1 2000 00:00:00 GMT"; 
> > 
> > Then switched to this per instructions in the wiki 
> > 
> > theme.timeline_start = new Date(Date.UTC(2000,01,01)); 
> > 
> > Both of which caused the issues I described previously. Should have just 
> kept it simple :) 
> > 
> > steve 
>

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/simile-widgets/-/jmZyIsjl3TcJ.
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.

Reply via email to