I've managed to get the Simile Timeline using http://stimeline.tiddlyspace.com/
as a source.

One feature that doesn't work is the ability to have a different event
sources for each band within an single timeline.

e.g. if the tiddler controlling the Timeline specification has the
following entries:

|band0.eventSourceType:|tiddlerSlices|
|band0.eventSourceParams|SCDLeave|

|band1.eventSourceType:|tiddlerSlices|
|band1.eventSourceParams|XYLeave|

|band2.eventSourceType:|tiddlerSlices|
|band2.eventSourceParams|SCDLeave|

The first band0.eventSourceParams then defines event sources (tag) for
all the bands and the data tagged with 'XYLeave' is not rendered.

It appears that the problem lurks in
'config.macros.SimileTimeline.handler' where 'eventSources' can never
have more than one entry

                        if(eventSources.length==0)// !!!for now only deal with 
one
eventSource
                                eventSources.push(ev);

If the condition is removed then all event sources are used in every
band.

Does anyone have a workround?

Thanks,

StuG

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" 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/tiddlywiki?hl=en.

Reply via email to