Hello there!

I have been trying to add a new time range to the timeline by following the
WIKI instructions at (
http://code.google.com/p/simile-widgets/wiki/Timeline_CustomDateRanges).
When I was editing the files referred on the WIKI (date-time.js,
labellers.js) I found that code inside the files has changed, so it seems
that the instructions on the WIKI where written for an older versión of the
timeline:

////////////////////////////////////////////////////////////////

Editing date-time.js

Add a constant to the Timeline.DateTime object:

Timeline.DateTime.QUARTERHOUR = 4;


///////////////////////////////////////////////////////////////////
Current code shoul be:
//////////////////////////////////////////////////////////////////

SimileAjax.DateTime.QUARTERHOUR    = 3;

////////////////////////////////////////////

I have been trying to adapt all the instructions to the new 2.3.0 timeline,
but it doesn't work.

Can somebody point me to the right steps for adding quarter hour intervals?

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to