Thats pretty cool. Thanks Jeff Roehl
----- Original Message ---- From: dfhollenbeck <[email protected]> To: SIMILE Widgets <[email protected]> Sent: Tue, September 7, 2010 2:03:27 PM Subject: [Simile-Widgets] SVN access How can I get SVN commit permissions to the SIMILE Timeline project? I would like to contribute the following improvement: I have modified the original-painter.js file to provide the user the option of changing the order in which the events are painted. The default order is process the events in reverse chronological order. The original painter now supports chronological order as well. The main difference between these (i.e. reverse-chronological and chronological) is what happens when events overlap on the display and stack up. Reverse chronological (the default) draws the oldest events on the bottom tracks and the newest events on the top tracks. Forward chronological draws the oldest events on the top tracks and the newest events on the bottom. You can change the order (forward or reverse) via band configuration: theme: theme, eventPainterParams: { order: 'forward', //forward or reverse }, layout: 'original' The motivation for the change is when using the timeline to display cause and effect relationships between events I wanted the cause event to be on the top (track zero) of the band and the effect event BELOW IT. Thanks, Dan -- 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. -- 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.
